Back to Multiple platform build/check report for BioC 3.22:   simplified   long
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-05-29 12:03 -0400 (Thu, 29 May 2025).

HostnameOSArch (*)R versionInstalled pkgs
palomino8Windows Server 2022 Datacenterx644.5.0 (2025-04-11 ucrt) -- "How About a Twenty-Six" 4531
lconwaymacOS 12.7.1 Montereyx86_644.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six" 4569
kjohnson3macOS 13.7.1 Venturaarm644.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six" 4508
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4464
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 520/2306HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
debrowser 1.37.0  (landing page)
Alper Kucukural
Snapshot Date: 2025-05-28 13:25 -0400 (Wed, 28 May 2025)
git_url: https://git.bioconductor.org/packages/debrowser
git_branch: devel
git_last_commit: ab3c2a8
git_last_commit_date: 2025-04-15 10:59:48 -0400 (Tue, 15 Apr 2025)
palomino8Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    OK  


CHECK results for debrowser on lconway

To the developers/maintainers of the debrowser package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/debrowser.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: debrowser
Version: 1.37.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:debrowser.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings debrowser_1.37.0.tar.gz
StartedAt: 2025-05-28 19:59:06 -0400 (Wed, 28 May 2025)
EndedAt: 2025-05-28 20:06:09 -0400 (Wed, 28 May 2025)
EllapsedTime: 423.5 seconds
RetCode: 0
Status:   OK  
CheckDir: debrowser.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:debrowser.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings debrowser_1.37.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.22-bioc/meat/debrowser.Rcheck’
* using R version 4.5.0 Patched (2025-04-21 r88169)
* using platform: x86_64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 14.2.0
* running under: macOS Monterey 12.7.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘debrowser/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘debrowser’ version ‘1.37.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 35 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable.  Move as many as possible to Suggests and
use conditionally.
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘debrowser’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking whether startup messages can be suppressed ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
checkCountData : <anonymous>: no visible binding for global variable
  ‘err’
debrowserdataload: no visible binding for global variable ‘demodata’
debrowserhistogram: no visible global function definition for ‘config’
generateTestData: no visible binding for global variable ‘metadata’
getBarMainPlot: no visible global function definition for ‘config’
getBoxMainPlot: no visible global function definition for ‘config’
getDensityPlot: no visible binding for global variable ‘samples’
getDensityPlot: no visible global function definition for ‘config’
getGOPlots: no visible global function definition for ‘facet_grid’
getGSEA: no visible global function definition for ‘is’
getIQRPlot: no visible global function definition for ‘config’
mainScatterNew: no visible global function definition for ‘config’
plot_pca: no visible binding for global variable ‘x’
plot_pca: no visible binding for global variable ‘y’
plot_pca: no visible binding for global variable ‘textName’
plot_pca: no visible global function definition for ‘config’
runHeatmap: no visible global function definition for ‘config’
Undefined global functions or variables:
  config demodata err facet_grid is metadata samples textName x y
Consider adding
  importFrom("methods", "is")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘test-demo.R’
  Running ‘test-deseq.R’
  Running ‘test-null.R’
  Running ‘test-ui.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 NOTE
See
  ‘/Users/biocbuild/bbs-3.22-bioc/meat/debrowser.Rcheck/00check.log’
for details.


Installation output

debrowser.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL debrowser
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library’
* installing *source* package ‘debrowser’ ...
** this is package ‘debrowser’ version ‘1.37.0’
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (debrowser)

Tests output

debrowser.Rcheck/tests/test-demo.Rout


R version 4.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> require(shiny)
Loading required package: shiny
> library(debrowser)



##############################################################################
Pathview is an open source software package distributed under GNU General
Public License version 3 (GPLv3). Details of GPLv3 is available at
http://www.gnu.org/licenses/gpl-3.0.html. Particullary, users are required to
formally cite the original Pathview paper (not just mention it) in publications
or products. For details, do citation("pathview") within R.

The pathview downloads and uses KEGG data. Non-academic uses may require a KEGG
license agreement (details at http://www.kegg.jp/kegg/legal.html).
##############################################################################
DEBrowser v1.37.0  For help: https://debrowser.readthedocs.org/

If you use DEBrowser in published research, please cite:

Alper Kucukural, Onur Yukselen, Deniz M. Ozata, Melissa J. Moore, Manuel Garber
DEBrowser: Interactive Differential Expression Analysis and Visualization Tool for Count Data
BMC Genomics 2019 20:6

doi:0.1186/s12864-018-5362-x

> library(testthat)
> 
> test_that("demo data can be loaded", {
+     load(system.file("extdata", "demo", "demodata.Rda",
+         package = "debrowser"))
+     expect_true(is.data.frame(demodata))
+     expect_equal(demodata[29311, 2], 2)
+     expect_equal(demodata[29311, 5], 7.1)
+     expect_equal(demodata[29311, 6], 6)
+     expect_null(demodata[1, 7])
+ })
Test passed 😀
> 
> proc.time()
   user  system elapsed 
 15.409   1.072  16.560 

debrowser.Rcheck/tests/test-deseq.Rout


R version 4.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(debrowser)



##############################################################################
Pathview is an open source software package distributed under GNU General
Public License version 3 (GPLv3). Details of GPLv3 is available at
http://www.gnu.org/licenses/gpl-3.0.html. Particullary, users are required to
formally cite the original Pathview paper (not just mention it) in publications
or products. For details, do citation("pathview") within R.

The pathview downloads and uses KEGG data. Non-academic uses may require a KEGG
license agreement (details at http://www.kegg.jp/kegg/legal.html).
##############################################################################
DEBrowser v1.37.0  For help: https://debrowser.readthedocs.org/

If you use DEBrowser in published research, please cite:

Alper Kucukural, Onur Yukselen, Deniz M. Ozata, Melissa J. Moore, Manuel Garber
DEBrowser: Interactive Differential Expression Analysis and Visualization Tool for Count Data
BMC Genomics 2019 20:6

doi:0.1186/s12864-018-5362-x

> library(testthat)
> 
> load(system.file("extdata", "demo", "demodata.Rda",
+     package = "debrowser"))
> metadata <- metadatatable 
> columns <- c("exper_rep1", "exper_rep2", "exper_rep3",
+     "control_rep1", "control_rep2", "control_rep3")
> conds <- factor( c("Control", "Control", "Control",
+     "Treat", "Treat", "Treat") )
> data <- data.frame(demodata[, columns])
> 
> #Run DESeq2 with the following parameters
> params <- c("DESeq2", "NoCovariate", "parametric", F, "Wald", "None") 
> non_expressed_cutoff <- 10
> data <- subset(data, rowSums(data) > 10)
> test_that("Able to run DESeq2", {
+     deseqrun <- runDE(data, metadata, columns, conds, params)
+     expect_true(exists("deseqrun"))
+ })
Test passed 😸
> 
> ##################################################
> deseqrun <- runDE(data, metadata, columns, conds, params)
estimating size factors
estimating dispersions
gene-wise dispersion estimates
mean-dispersion relationship
final dispersion estimates
fitting model and testing
> 
> de_res <- data.frame(deseqrun)
> norm_data <- getNormalizedMatrix(data[, columns])
> rdata <- cbind(rownames(de_res), norm_data[rownames(de_res), columns],
+                 log10(rowMeans(norm_data[rownames(de_res),
+                 paste(c("exper_rep1", "exper_rep2", "exper_rep3"))])
+                 + 0.1), log10( rowMeans( norm_data[ rownames( de_res ),
+                 paste(c("control_rep1", "control_rep2", "control_rep3"))])
+                 + 0.1), de_res[rownames(de_res),
+                 c("padj", "log2FoldChange")], 2 ^ de_res[rownames(de_res),
+                 "log2FoldChange"], -1 *
+                 log10(de_res[rownames(de_res), "padj"]))
> colnames(rdata) <- c("ID", columns, "Cond1", "Cond2", "padj",
+                 "log2FoldChange", "foldChange", "log10padj")
> rdata <- as.data.frame(rdata)
> rdata$padj[is.na(rdata$padj)] <- 1
> 
> padj_cutoff <- 0.01
> foldChange_cutoff <- 2
> 
> rdata$Legend <- character(nrow(rdata))
> rdata$Legend[rdata$log2FoldChange > log2(foldChange_cutoff) &
+         rdata$padj < padj_cutoff] <- "Up"
> rdata$Legend[rdata$log2FoldChange < log2(1 / foldChange_cutoff) &
+         rdata$padj < padj_cutoff] <- "Down"
> rdata$Legend[abs(rdata$log2FoldChange) <= 
+         log2(foldChange_cutoff)] <- "NS"
> rdata$Legend[is.null(rdata$log10padj)] <- "NA"
> rdata$Size <- character(nrow(rdata))
> rdata[, "Size"] <- "40"
> 
> dat <- rdata
> dat$M <- rdata$Cond1 - rdata$Cond2
> dat$A <- (rdata$Cond1 + rdata$Cond2) / 2
> 
> updown <- rdata[rdata$Legend=="Up" | rdata$Legend=="Down",columns]
> ##################################################
> 
> 
> 
> proc.time()
   user  system elapsed 
 33.793   1.492  35.408 

debrowser.Rcheck/tests/test-null.Rout


R version 4.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> require(shiny)
Loading required package: shiny
> library(debrowser)



##############################################################################
Pathview is an open source software package distributed under GNU General
Public License version 3 (GPLv3). Details of GPLv3 is available at
http://www.gnu.org/licenses/gpl-3.0.html. Particullary, users are required to
formally cite the original Pathview paper (not just mention it) in publications
or products. For details, do citation("pathview") within R.

The pathview downloads and uses KEGG data. Non-academic uses may require a KEGG
license agreement (details at http://www.kegg.jp/kegg/legal.html).
##############################################################################
DEBrowser v1.37.0  For help: https://debrowser.readthedocs.org/

If you use DEBrowser in published research, please cite:

Alper Kucukural, Onur Yukselen, Deniz M. Ozata, Melissa J. Moore, Manuel Garber
DEBrowser: Interactive Differential Expression Analysis and Visualization Tool for Count Data
BMC Genomics 2019 20:6

doi:0.1186/s12864-018-5362-x

> library(testthat)
> 
> test_that("passing no data returns NULL", {
+     expect_null(compareClust() )
+     expect_null(getGOPlots(NULL, NULL))
+     null_deseq <- runDE(NULL)
+     expect_null(null_deseq)
+     expect_null(plot_pca(NULL))
+ })
Test passed 🥳
> 
> proc.time()
   user  system elapsed 
 15.252   1.165  17.614 

debrowser.Rcheck/tests/test-ui.Rout


R version 4.5.0 Patched (2025-04-21 r88169) -- "How About a Twenty-Six"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> require(shiny)
Loading required package: shiny
> library(debrowser)



##############################################################################
Pathview is an open source software package distributed under GNU General
Public License version 3 (GPLv3). Details of GPLv3 is available at
http://www.gnu.org/licenses/gpl-3.0.html. Particullary, users are required to
formally cite the original Pathview paper (not just mention it) in publications
or products. For details, do citation("pathview") within R.

The pathview downloads and uses KEGG data. Non-academic uses may require a KEGG
license agreement (details at http://www.kegg.jp/kegg/legal.html).
##############################################################################
DEBrowser v1.37.0  For help: https://debrowser.readthedocs.org/

If you use DEBrowser in published research, please cite:

Alper Kucukural, Onur Yukselen, Deniz M. Ozata, Melissa J. Moore, Manuel Garber
DEBrowser: Interactive Differential Expression Analysis and Visualization Tool for Count Data
BMC Genomics 2019 20:6

doi:0.1186/s12864-018-5362-x

> library(testthat)
> 
> test_that("able to create panel UI", {
+     expect_silent( QCPanel <- getQCPanel() )
+     expect_true(exists("QCPanel"))
+     expect_equal(QCPanel[[1]][[1]], "div")
+ 
+     expect_silent( downloads <- getDownloadSection() )
+     expect_true(exists("downloads"))
+     expect_equal(downloads[[1]][[1]], "div")
+ 
+     expect_silent( getMain <- getMainPanel() )
+     expect_true(exists("getMain"))
+     expect_equal(getMain[[1]][[1]], "div")
+ 
+     expect_silent( getStart <- getStartupMsg() )
+     expect_true(exists("getStart"))
+     expect_equal(getStart[[1]][[1]], "div")
+ 
+     expect_silent( getAfter <- getAfterLoadMsg() )
+     expect_true(exists("getAfter"))
+     expect_equal(getAfter[[1]][[1]], "div")
+ 
+     expect_silent(getGO <- getGoPanel() )
+     expect_true(exists("getGO"))
+     expect_equal(getGO[[1]][[1]], "div")
+ })
Test passed 😀
> 
> proc.time()
   user  system elapsed 
 15.431   1.086  16.627 

Example timings

debrowser.Rcheck/debrowser-Ex.timings

nameusersystemelapsed
BoxMainPlotControlsUI0.0210.0050.104
IQRPlotControlsUI0.0020.0000.002
actionButtonDE0.0040.0000.005
addDataCols0.0000.0010.001
addID0.0000.0000.001
all2all0.1480.0070.157
all2allControlsUI0.0340.0060.040
applyFilters0.0010.0000.001
applyFiltersNew0.0000.0010.000
applyFiltersToMergedComparison0.0000.0000.001
barMainPlotControlsUI0.0020.0000.002
batchEffectUI0.0440.0100.057
batchMethod0.0020.0010.002
changeClusterOrder0.0000.0000.001
checkCountData000
checkMetaData000
clustFunParamsUI0.0010.0010.001
clusterData000
compareClust0.0000.0000.001
condSelectUI0.0050.0010.006
correctCombat0.0000.0010.001
correctHarman000
customColorsUI0.0050.0010.007
cutOffSelectionUI0.0030.0000.003
dataLCFUI0.0110.0010.011
dataLoadUI0.0110.0010.012
deServer0.0060.0020.009
deUI0.1120.0080.122
debrowserIQRplot000
debrowserall2all0.0000.0010.000
debrowserbarmainplot0.0000.0010.000
debrowserbatcheffect0.0010.0000.001
debrowserboxmainplot0.0010.0000.000
debrowsercondselect0.0000.0010.001
debrowserdataload0.0010.0000.001
debrowserdeanalysis0.0010.0000.000
debrowserdensityplot0.0000.0000.001
debrowserheatmap0.0000.0010.001
debrowserhistogram0.0000.0010.000
debrowserlowcountfilter0.0010.0010.001
debrowsermainplot0.0010.0000.001
debrowserpcaplot0.0000.0000.001
dendControlsUI0.0070.0010.007
densityPlotControlsUI0.0020.0010.002
distFunParamsUI000
drawKEGG0.0000.0010.000
drawPCAExplained000
fileTypes0.0000.0010.000
fileUploadBox0.0030.0000.003
generateTestData000
getAfterLoadMsg0.0010.0000.000
getAll2AllPlotUI0.0000.0000.001
getBSTableUI0.0000.0000.001
getBarMainPlot0.0010.0000.001
getBarMainPlotUI000
getBoxMainPlot0.0000.0000.001
getBoxMainPlotUI0.0000.0010.000
getColorShapeSelection000
getColors0.0000.0010.000
getCompSelection0.0030.0000.002
getCondMsg0.0010.0000.001
getConditionSelector000
getConditionSelectorFromMeta0.0000.0000.001
getCovariateDetails0.0010.0010.001
getCutOffSelection0.0020.0000.002
getDEAnalysisText0.0020.0010.002
getDEResultsUI0.0010.0000.002
getDataAssesmentText0.0020.0000.002
getDataForTables000
getDataPreparationText0.0020.0000.002
getDensityPlot0.0000.0000.001
getDensityPlotUI000
getDomains000
getDown000
getDownloadSection0.0070.0000.008
getEnrichDO0.0010.0010.000
getEnrichGO000
getEnrichKEGG0.0000.0010.000
getEntrezIds000
getEntrezTable0.0000.0010.000
getGOLeftMenu0.010.000.01
getGOPlots000
getGSEA000
getGeneList0.8330.1160.958
getGeneSetData0.0000.0000.001
getGoPanel0.0120.0010.012
getGroupSelector0.0000.0000.001
getHeatmapUI0.0000.0000.001
getHelpButton0.0000.0010.000
getHideLegendOnOff0.0020.0000.002
getHistogramUI0.0000.0000.001
getIQRPlot0.0000.0000.001
getIQRPlotUI0.0000.0000.001
getIntroText0.0010.0000.001
getJSLine0.0020.0000.002
getKEGGModal0.0020.0000.002
getLeftMenu000
getLegendColors0.0000.0000.001
getLegendRadio0.0010.0000.002
getLegendSelect0.0010.0000.002
getLevelOrder000
getLoadingMsg0.0010.0010.002
getLogo0.0010.0010.002
getMainPanel0.0010.0010.001
getMainPlotUI0.0000.0000.001
getMainPlotsLeftMenu0.0710.0030.075
getMean000
getMergedComparison000
getMetaSelector0.0000.0010.000
getMethodDetails0.0000.0000.001
getMostVariedList0.0000.0000.001
getNormalizedMatrix0.0130.0010.014
getOrganism0.0010.0000.001
getOrganismBox0.0020.0000.002
getOrganismPathway000
getPCAPlotUI000
getPCAcontolUpdatesJS0.0010.0000.000
getPCAexplained1.9470.0712.026
getPCselection000
getPlotArea0.0000.0000.001
getProgramTitle0.0010.0000.000
getQAText0.0020.0000.002
getQCLeftMenu000
getQCPanel0.0030.0010.004
getSampleDetails000
getSampleNames0.0000.0000.001
getSearchData0.0010.0010.000
getSelHeat000
getSelectInputBox0.0000.0000.001
getSelectedCols000
getSelectedDatasetInput0.0000.0010.001
getShapeColor0.0010.0000.000
getStartPlotsMsg0.0030.0000.003
getStartupMsg0.0030.0010.003
getTabUpdateJS000
getTableDetails0.0010.0000.001
getTableModal0.0050.0000.005
getTableStyle0.0010.0000.001
getUp0.0000.0010.000
getUpDown0.0000.0000.001
getVariationData000
get_conditions_given_selection0.0010.0000.001
heatmapControlsUI0.0380.0020.039
heatmapJScode000
heatmapServer0.0010.0000.002
heatmapUI0.0650.0030.068
hideObj0.0010.0000.001
histogramControlsUI0.0000.0000.001
installpack000
kmeansControlsUI0.0060.0000.006
lcfMetRadio0.0030.0010.003
loadpack0.0140.0330.049
mainPlotControlsUI0.0060.0000.006
mainScatterNew0.0010.0000.001
niceKmeans0.0010.0010.001
normalizationMethods0.0020.0000.002
palUI0.0020.0000.002
panel.cor0.0010.0000.001
panel.hist0.0010.0000.001
pcaPlotControlsUI0.0050.0000.006
plotData0.0010.0000.001
plotMarginsUI0.0060.0000.006
plotSizeMarginsUI0.0100.0010.010
plotSizeUI0.0030.0010.003
plotTypeUI000
plot_pca0.8240.0370.870
prepDataContainer0.0000.0010.001
prepGroup0.0000.0000.001
prepHeatData000
prepPCADat0.0000.0000.001
push000
removeCols000
removeExtraCols0.0010.0010.002
round_vals000
runDE0.0000.0010.001
runDESeq20.0010.0010.001
runEdgeR0.0010.0000.000
runHeatmap0.0000.0000.001
runHeatmap20.0010.0000.000
runLimma0.0010.0000.001
run_pca0.6740.0270.703
selectConditions0.0010.0000.001
selectGroupInfo0.0000.0010.000
selectedInput000
sepRadio0.0020.0010.001
setBatch000
showObj0.0010.0000.000
startDEBrowser000
startHeatmap0.0010.0000.000
textareaInput0.0000.0000.001
togglePanels0.0000.0010.000