Back to Mac ARM64 build report for BioC 3.18 |
|
This page was generated on 2024-04-18 11:32:09 -0400 (Thu, 18 Apr 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
kjohnson1 | macOS 13.6.1 Ventura | arm64 | 4.3.3 (2024-02-29) -- "Angel Food Cake" | 4388 |
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 598/2266 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
dreamlet 1.0.3 (landing page) Gabriel Hoffman
| kjohnson1 | macOS 13.6.1 Ventura / arm64 | OK | OK | OK | OK | ||||||||
To the developers/maintainers of the dreamlet package: - 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. |
Package: dreamlet |
Version: 1.0.3 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:dreamlet.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings dreamlet_1.0.3.tar.gz |
StartedAt: 2024-04-17 12:19:00 -0400 (Wed, 17 Apr 2024) |
EndedAt: 2024-04-17 12:31:33 -0400 (Wed, 17 Apr 2024) |
EllapsedTime: 752.7 seconds |
RetCode: 0 |
Status: OK |
CheckDir: dreamlet.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:dreamlet.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings dreamlet_1.0.3.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/dreamlet.Rcheck’ * using R version 4.3.3 (2024-02-29) * using platform: aarch64-apple-darwin20 (64-bit) * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 12.2.0 * running under: macOS Ventura 13.6.1 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘dreamlet/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘dreamlet’ version ‘1.0.3’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * 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 ‘dreamlet’ can be installed ... OK * used C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’ * used SDK: ‘MacOSX11.3.sdk’ * checking C++ specification ... NOTE Specified C++11: please drop specification unless essential * 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 R 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 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 ... OK * 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 line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking compiled code ... NOTE Note: information on .o files is not available * checking files in ‘vignettes’ ... NOTE The following directory looks like a leftover from 'knitr': ‘figure’ Please remove from your package. * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed zenith_gsa-methods 86.563 5.511 92.594 fitVarPart 18.628 0.116 18.789 meta_analysis 17.399 0.316 17.753 plotVarPart-methods 17.207 0.117 17.366 sortCols-method 16.993 0.087 17.120 plotPercentBars-methods 16.673 0.072 16.763 run_mash 12.396 0.100 12.548 compositePosteriorTest 11.608 0.064 11.677 stackAssays 9.424 0.116 9.544 aggregateNonCountSignal 7.457 0.313 7.897 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘runTests.R’ OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 3 NOTEs See ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/dreamlet.Rcheck/00check.log’ for details.
dreamlet.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL dreamlet ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’ * installing *source* package ‘dreamlet’ ... ** using staged installation ** libs using C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.0.40.1)’ using C++11 using SDK: ‘MacOSX11.3.sdk’ clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c colsum_beachmat.cpp -o colsum_beachmat.o In file included from colsum_beachmat.cpp:1: In file included from /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/beachmat.h:24: In file included from /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/read_lin_block.h:11: /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:218:43: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual] virtual sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5) virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5) virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:236:43: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual] virtual sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5) virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5) virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:254:46: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual] virtual sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5) virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 5) virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:272:46: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual] virtual sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5) virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 5) virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:287:35: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual] sparse_index<const int*, int> get_col(size_t c, int* work_x, int* work_i) { ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3) virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3) virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:304:35: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual] sparse_index<const int*, int> get_row(size_t r, int* work_x, int* work_i) { ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3) virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3) virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:321:38: warning: 'beachmat::lin_sparse_matrix::get_col' hides overloaded virtual functions [-Woverloaded-virtual] sparse_index<const double*, int> get_col(size_t c, double* work_x, int* work_i) { ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:52:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3) virtual const int* get_col(size_t c, int* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:81:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_col' declared here: different number of parameters (4 vs 3) virtual const double* get_col(size_t c, double* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:338:38: warning: 'beachmat::lin_sparse_matrix::get_row' hides overloaded virtual functions [-Woverloaded-virtual] sparse_index<const double*, int> get_row(size_t r, double* work_x, int* work_i) { ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:66:24: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3) virtual const int* get_row(size_t r, int* work, size_t first, size_t last) = 0; ^ /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/beachmat/include/beachmat3/lin_matrix.h:95:27: note: hidden overloaded virtual function 'beachmat::lin_matrix::get_row' declared here: different number of parameters (4 vs 3) virtual const double* get_row(size_t r, double* work, size_t first, size_t last) = 0; ^ 8 warnings generated. clang++ -arch arm64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o dreamlet.so RcppExports.o colsum_beachmat.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/00LOCK-dreamlet/00new/dreamlet/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help Loading required namespace: variancePartition Loading required namespace: dreamlet *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (dreamlet)
dreamlet.Rcheck/tests/runTests.Rout
R version 4.3.3 (2024-02-29) -- "Angel Food Cake" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: aarch64-apple-darwin20 (64-bit) 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(Matrix) > library(dreamlet) Loading required package: variancePartition Loading required package: ggplot2 Loading required package: limma Loading required package: BiocParallel Attaching package: 'variancePartition' The following object is masked from 'package:limma': topTable Loading required package: SingleCellExperiment Loading required package: SummarizedExperiment Loading required package: MatrixGenerics Loading required package: matrixStats Attaching package: 'MatrixGenerics' The following objects are masked from 'package:matrixStats': colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse, colCounts, colCummaxs, colCummins, colCumprods, colCumsums, colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs, colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats, colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds, colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads, colWeightedMeans, colWeightedMedians, colWeightedSds, colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet, rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods, rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps, rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins, rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks, rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars, rowWeightedMads, rowWeightedMeans, rowWeightedMedians, rowWeightedSds, rowWeightedVars Loading required package: GenomicRanges Loading required package: stats4 Loading required package: BiocGenerics Attaching package: 'BiocGenerics' The following object is masked from 'package:limma': plotMA The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table, tapply, union, unique, unsplit, which.max, which.min Loading required package: S4Vectors Attaching package: 'S4Vectors' The following objects are masked from 'package:Matrix': expand, unname The following object is masked from 'package:utils': findMatches The following objects are masked from 'package:base': I, expand.grid, unname Loading required package: IRanges Loading required package: GenomeInfoDb Loading required package: Biobase Welcome to Bioconductor Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see 'citation("Biobase")', and for packages 'citation("pkgname")'. Attaching package: 'Biobase' The following object is masked from 'package:MatrixGenerics': rowMedians The following objects are masked from 'package:matrixStats': anyMissing, rowMedians > library(DelayedArray) Loading required package: S4Arrays Loading required package: abind Attaching package: 'S4Arrays' The following object is masked from 'package:abind': abind The following object is masked from 'package:base': rowsum Loading required package: SparseArray Attaching package: 'DelayedArray' The following objects are masked from 'package:base': apply, scale, sweep > library(edgeR) Attaching package: 'edgeR' The following object is masked from 'package:SingleCellExperiment': cpm > library(muscat) Warning message: In checkDepPackageVersion(dep_pkg = "TMB") : Package version inconsistency detected. glmmTMB was built with TMB version 1.9.6 Current TMB version is 1.9.10 Please re-install glmmTMB from source or restore original 'TMB' package (see '?reinstalling' for more information) > library(RUnit) > > BiocGenerics:::testPackage("dreamlet") Processing: B cells Computing library sizes... Processing samples... Processing: CD14+ Monocytes Computing library sizes... Processing samples... Processing: CD4 T cells Computing library sizes... Processing samples... Processing: CD8 T cells Computing library sizes... Processing samples... Processing: FCGR3A+ Monocytes Computing library sizes... Processing samples... B cells...0.44 secs CD14+ Monocytes...0.6 secs CD4 T cells...0.42 secs CD8 T cells...0.21 secs FCGR3A+ Monocytes...0.77 secs B cells...0.35 secs CD14+ Monocytes...0.66 secs CD4 T cells...0.47 secs CD8 T cells...0.19 secs FCGR3A+ Monocytes...0.49 secs B cells...0.33 secs CD14+ Monocytes...0.64 secs CD4 T cells...0.42 secs CD8 T cells...0.21 secs FCGR3A+ Monocytes...0.5 secs Processing: B cells Computing library sizes... Processing samples... Processing: CD14+ Monocytes Computing library sizes... Processing samples... Processing: CD4 T cells Computing library sizes... Processing samples... Processing: CD8 T cells Computing library sizes... Processing samples... Processing: FCGR3A+ Monocytes Computing library sizes... Processing samples... B cells...0.35 secs CD14+ Monocytes...0.59 secs CD4 T cells...0.42 secs CD8 T cells...0.21 secs FCGR3A+ Monocytes...0.74 secs B cells...0.34 secs CD14+ Monocytes...0.64 secs CD4 T cells...0.42 secs CD8 T cells...0.19 secs FCGR3A+ Monocytes...0.53 secs B cells...0.34 secs B cells...0.34 secs Processing block [[1/1, 1/1]] ... OK B cells...0.37 secs CD14+ Monocytes...0.51 secs CD4 T cells...0.48 secs CD8 T cells...0.23 secs FCGR3A+ Monocytes...0.4 secs B cells...2.8 secs CD14+ Monocytes...3.7 secs CD4 T cells...2.8 secs CD8 T cells...1.8 secs FCGR3A+ Monocytes...3.5 secs B cells...0.13 secs CD14+ Monocytes...0.19 secs CD4 T cells...0.15 secs CD8 T cells...0.083 secs FCGR3A+ Monocytes...0.14 secs RUNIT TEST PROTOCOL -- Wed Apr 17 12:31:17 2024 *********************************************** Number of test functions: 12 Number of errors: 0 Number of failures: 0 1 Test Suite : dreamlet RUnit Tests - 12 test functions, 0 errors, 0 failures Number of test functions: 12 Number of errors: 0 Number of failures: 0 > > proc.time() user system elapsed 74.001 2.389 94.913
dreamlet.Rcheck/dreamlet-Ex.timings
name | user | system | elapsed | |
aggregateNonCountSignal | 7.457 | 0.313 | 7.897 | |
aggregateToPseudoBulk | 1.179 | 0.024 | 1.203 | |
aggregateVar | 1.221 | 0.018 | 1.239 | |
as.dreamletResult | 2.749 | 0.038 | 2.789 | |
buildClusterTreeFromPB | 0.715 | 0.014 | 0.729 | |
cellCounts | 0.684 | 0.021 | 0.708 | |
cellTypeSpecificity | 2.997 | 0.064 | 3.061 | |
checkFormula | 0.001 | 0.001 | 0.001 | |
coefNames-methods | 3.400 | 0.032 | 3.450 | |
compositePosteriorTest | 11.608 | 0.064 | 11.677 | |
computeCellCounts | 0.27 | 0.01 | 0.28 | |
computeLogCPM | 0.431 | 0.065 | 0.545 | |
computeNormCounts | 0.346 | 0.021 | 0.367 | |
details-methods | 2.815 | 0.035 | 2.863 | |
diffVar-methods | 4.038 | 0.059 | 4.098 | |
dreamlet | 4.711 | 0.039 | 4.753 | |
dreamletCompareClusters | 2.681 | 0.049 | 2.774 | |
dropRedundantTerms | 0.006 | 0.001 | 0.006 | |
equalFormulas | 0.001 | 0.000 | 0.001 | |
extractData-methods | 2.900 | 0.040 | 2.984 | |
fitVarPart | 18.628 | 0.116 | 18.789 | |
getExprGeneNames | 3.933 | 0.072 | 4.010 | |
getTreat-methods | 3.444 | 0.033 | 3.476 | |
meta_analysis | 17.399 | 0.316 | 17.753 | |
outlier | 0.003 | 0.001 | 0.004 | |
outlierByAssay | 2.856 | 0.037 | 2.893 | |
pbWeights | 3.971 | 0.076 | 4.051 | |
plotBeeswarm | 3.902 | 0.041 | 3.947 | |
plotCellComposition | 2.503 | 0.042 | 2.552 | |
plotForest-methods | 3.682 | 0.056 | 3.744 | |
plotGeneHeatmap-methods | 3.716 | 0.030 | 3.767 | |
plotHeatmap-methods | 0.873 | 0.026 | 0.900 | |
plotPCA | 4.025 | 0.060 | 4.103 | |
plotPercentBars-methods | 16.673 | 0.072 | 16.763 | |
plotProjection | 2.076 | 0.090 | 2.153 | |
plotVarPart-methods | 17.207 | 0.117 | 17.366 | |
plotViolin-methods | 1.152 | 0.026 | 1.178 | |
plotVolcano-methods | 4.675 | 0.053 | 4.775 | |
plotVoom-methods | 3.906 | 0.054 | 3.975 | |
processAssays | 3.523 | 0.029 | 3.569 | |
removeConstantTerms | 0.004 | 0.000 | 0.004 | |
residuals-methods | 3.427 | 0.050 | 3.492 | |
run_mash | 12.396 | 0.100 | 12.548 | |
seeErrors-methods | 3.463 | 0.070 | 3.585 | |
sortCols-method | 16.993 | 0.087 | 17.120 | |
stackAssays | 9.424 | 0.116 | 9.544 | |
topTable-methods | 3.437 | 0.024 | 3.464 | |
zenith_gsa-methods | 86.563 | 5.511 | 92.594 | |