Back to Mac ARM64 build report for BioC 3.17 |
|
This page was generated on 2023-10-20 09:37:58 -0400 (Fri, 20 Oct 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
kjohnson2 | macOS 12.6.1 Monterey | arm64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4347 |
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 130/2230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
BASiCS 2.12.3 (landing page) Catalina Vallejos
| kjohnson2 | macOS 12.6.1 Monterey / arm64 | OK | OK | OK | OK | ||||||||
To the developers/maintainers of the BASiCS 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: BASiCS |
Version: 2.12.3 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:BASiCS.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings BASiCS_2.12.3.tar.gz |
StartedAt: 2023-10-17 04:05:09 -0400 (Tue, 17 Oct 2023) |
EndedAt: 2023-10-17 04:22:10 -0400 (Tue, 17 Oct 2023) |
EllapsedTime: 1021.3 seconds |
RetCode: 0 |
Status: OK |
CheckDir: BASiCS.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:BASiCS.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings BASiCS_2.12.3.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck’ * using R version 4.3.1 (2023-06-16) * 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 Monterey 12.6.7 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘BASiCS/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘BASiCS’ version ‘2.12.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 ‘BASiCS’ can be installed ... OK * used C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ * 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 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 ... 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 contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... OK * checking data for ASCII and uncompressed saves ... 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’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed BASiCS_TestDE 8.140 0.119 12.726 BASiCS_MCMC 8.111 0.125 11.262 newBASiCS_Chain 5.566 0.069 8.637 BASiCS_Chain 4.628 0.080 6.259 BASiCS_PlotDE 4.004 0.054 6.218 BASiCS_DivideAndConquer 3.198 0.062 45.761 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.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: 2 NOTEs See ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/00check.log’ for details.
BASiCS.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL BASiCS ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’ * installing *source* package ‘BASiCS’ ... ** using staged installation ** libs using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ 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/RcppArmadillo/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c BASiCS.cpp -o BASiCS.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/RcppArmadillo/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 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o BASiCS.so BASiCS.o RcppExports.o -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/opt/gfortran/lib/gcc/aarch64-apple-darwin20.0/12.2.0 -L/opt/gfortran/lib -lgfortran -lemutls_w -lquadmath -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame installing to /Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/00LOCK-BASiCS/00new/BASiCS/libs ** R ** data ** 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 ** 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 (BASiCS)
BASiCS.Rcheck/tests/testthat.Rout
R version 4.3.1 (2023-06-16) -- "Beagle Scouts" Copyright (C) 2023 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(testthat) > library(BASiCS) 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 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 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 Welcome to 'BASiCS'. If you used 'BASiCS' before its release in Bioconductor, please visit: https://github.com/catavallejos/BASiCS/wiki. > > test_check("BASiCS") ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6714 (ratio SC vs P&S). ------------------------------------------------------------- ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6714 (ratio SC vs P&S). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6714 (ratio Group1 vs Group2). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- For Differential mean task: the posterior probability threshold chosen via EFDR calibration is too low. Probability threshold automatically set equal to 'ProbThresholdM'. EFDR calibration failed for Differential dispersion task. Probability threshold automatically set equal to 'ProbThresholdD'. ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6714 (ratio SC vs P&S). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6714 (ratio Group1 vs Group2). ------------------------------------------------------------- For Differential mean task: the posterior probability threshold chosen via EFDR calibration is too low. Probability threshold automatically set equal to 'ProbThresholdM'. EFDR calibration failed for Differential dispersion task. Probability threshold automatically set equal to 'ProbThresholdD'. ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6714 (ratio SC vs P&S). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6714 (ratio SC vs P&S). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6787 (ratio SC vs P&S). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6787 (ratio Group1 vs Group2). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6787 (ratio Group1 vs Group2). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- EFDR calibration failed for Differential mean task. Probability threshold automatically set equal to 'ProbThresholdM'. EFDR calibration failed for Differential dispersion task. Probability threshold automatically set equal to 'ProbThresholdD'. For Differential residual dispersion task: the posterior probability threshold chosen via EFDR calibration is too low. Probability threshold automatically set equal to 'ProbThresholdR'. ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6787 (ratio SC vs P&S). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6787 (ratio Group1 vs Group2). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- EFDR calibration failed for Differential mean task. Probability threshold automatically set equal to 'ProbThresholdM'. EFDR calibration failed for Differential dispersion task. Probability threshold automatically set equal to 'ProbThresholdD'. For Differential residual dispersion task: the posterior probability threshold chosen via EFDR calibration is too low. Probability threshold automatically set equal to 'ProbThresholdR'. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.011 system: 0 elapsed: 0.019 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.012 system: 0 elapsed: 0.018 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.01 system: 0 elapsed: 0.015 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.013 system: 0 elapsed: 0.022 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for phi Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta Combining batch posteriors for beta Combining batch posteriors for sigma2 Combining batch posteriors for epsilon Combining batch posteriors for RBFLocations altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.011 system: 0 elapsed: 0.014 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.01 system: 0 elapsed: 0.014 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for phi Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.01 system: 0 elapsed: 0.013 ------------------------------------------------------------- Output ------------------------------------------------------------- Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.011 system: 0 elapsed: 0.014 ------------------------------------------------------------- Output ------------------------------------------------------------- Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta Combining batch posteriors for beta Combining batch posteriors for sigma2 Combining batch posteriors for epsilon Combining batch posteriors for RBFLocations ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.008 system: 0 elapsed: 0.011 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.011 system: 0 elapsed: 0.016 ------------------------------------------------------------- Output ------------------------------------------------------------- Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.013 system: 0 elapsed: 0.021 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.011 system: 0 elapsed: 0.019 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for phi Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta Combining batch posteriors for beta Combining batch posteriors for sigma2 Combining batch posteriors for epsilon Combining batch posteriors for RBFLocations altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.009 system: 0 elapsed: 0.012 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.01 system: 0.001 elapsed: 0.015 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for phi Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.011 system: 0 elapsed: 0.015 ------------------------------------------------------------- Output ------------------------------------------------------------- Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.01 system: 0 elapsed: 0.011 ------------------------------------------------------------- Output ------------------------------------------------------------- Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta Combining batch posteriors for beta Combining batch posteriors for sigma2 Combining batch posteriors for epsilon Combining batch posteriors for RBFLocations ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.007 system: 0.001 elapsed: 0.009 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.01 system: 0 elapsed: 0.014 ------------------------------------------------------------- Output ------------------------------------------------------------- Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.016 system: 0 elapsed: 0.019 ------------------------------------------------------------- Output ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.071 system: 0.001 elapsed: 0.096 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.076 system: 0 elapsed: 0.117 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for phi Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta Combining batch posteriors for beta Combining batch posteriors for sigma2 Combining batch posteriors for epsilon Combining batch posteriors for RBFLocations Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for phi Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta Combining batch posteriors for beta Combining batch posteriors for sigma2 Combining batch posteriors for epsilon Combining batch posteriors for RBFLocations Combining batch posteriors for mu Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for phi Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta Cannot find a balanced split with 9 quantiles, trying again with 8 altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.077 system: 0 elapsed: 0.106 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.066 system: 0.001 elapsed: 0.092 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- Generating partitions... Starting MCMC... ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ----------------------------------------------------- MCMC sampler has been started: 200 iterations to go. ----------------------------------------------------- ----------------------------------------------------- End of Burn-in period. ----------------------------------------------------- ----------------------------------------------------- ----------------------------------------------------- All 200 MCMC iterations have been completed. ----------------------------------------------------- ----------------------------------------------------- ----------------------------------------------------- Please see below a summary of the overall acceptance rates. ----------------------------------------------------- Minimum acceptance rate among mu[i]'s: 0.15 Average acceptance rate among mu[i]'s: 0.4934 Maximum acceptance rate among mu[i]'s: 0.8 Minimum acceptance rate among delta[i]'s: 0.55 Average acceptance rate among delta[i]'s: 0.682 Maximum acceptance rate among delta[i]'s: 0.81 Minimum acceptance rate among nu[jk]'s: 0.83 Average acceptance rate among nu[jk]'s: 0.9483 Maximum acceptance rate among nu[jk]'s: 1 Minimum acceptance rate among theta[k]'s: 0.08 Average acceptance rate among theta[k]'s: 0.5 Maximum acceptance rate among theta[k]'s: 0.92 ----------------------------------------------------- ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.206 system: 0.002 elapsed: 0.366 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ----------------------------------------------------- MCMC sampler has been started: 200 iterations to go. ----------------------------------------------------- ----------------------------------------------------- End of Burn-in period. ----------------------------------------------------- ----------------------------------------------------- ----------------------------------------------------- All 200 MCMC iterations have been completed. ----------------------------------------------------- ----------------------------------------------------- ----------------------------------------------------- Please see below a summary of the overall acceptance rates. ----------------------------------------------------- Minimum acceptance rate among mu[i]'s: 0.16 Average acceptance rate among mu[i]'s: 0.5134 Maximum acceptance rate among mu[i]'s: 0.76 Minimum acceptance rate among delta[i]'s: 0.54 Average acceptance rate among delta[i]'s: 0.6756 Maximum acceptance rate among delta[i]'s: 0.81 Minimum acceptance rate among nu[jk]'s: 0.88 Average acceptance rate among nu[jk]'s: 0.9602 Maximum acceptance rate among nu[jk]'s: 1 Minimum acceptance rate among theta[k]'s: 0.21 Average acceptance rate among theta[k]'s: 0.605 Maximum acceptance rate among theta[k]'s: 1 ----------------------------------------------------- ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.203 system: 0.001 elapsed: 0.282 ------------------------------------------------------------- Output ------------------------------------------------------------- Combining batch posteriors for mu Combining batch posteriors for delta Combining batch posteriors for s Combining batch posteriors for nu Combining batch posteriors for theta For LVG detection task: the posterior probability threshold chosen via EFDR calibration is too low. Probability threshold automatically set equal to 'ProbThreshold'. For LVG detection task: the posterior probability threshold chosen via EFDR calibration is too low. Probability threshold automatically set equal to 'ProbThreshold'. For LVG detection task: the posterior probability threshold chosen via EFDR calibration is too low. Probability threshold automatically set equal to 'ProbThreshold'. Evaluating variance contribution threshold = 25 % ... Evaluating variance contribution threshold = 50 % ... Evaluating variance contribution threshold = 75 % ... Evaluating variance contribution threshold = 25 % ... Evaluating variance contribution threshold = 50 % ... Evaluating variance contribution threshold = 75 % ... For LVG detection task: the posterior probability threshold chosen via EFDR calibration is too low. Probability threshold automatically set equal to 'ProbThreshold'. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.006 system: 0 elapsed: 0.009 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.006 system: 0 elapsed: 0.01 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.012 system: 0 elapsed: 0.018 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.005 system: 0 elapsed: 0.008 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.005 system: 0 elapsed: 0.007 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.007 system: 0.001 elapsed: 0.012 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.008 system: 0 elapsed: 0.011 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.004 system: 0 elapsed: 0.006 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.004 system: 0 elapsed: 0.006 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.004 system: 0 elapsed: 0.006 ------------------------------------------------------------- Output ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.005 system: 0 elapsed: 0.009 ------------------------------------------------------------- Output ------------------------------------------------------------- Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.006 system: 0 elapsed: 0.011 ------------------------------------------------------------- Output ------------------------------------------------------------- Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.005 system: 0 elapsed: 0.009 ------------------------------------------------------------- Output ------------------------------------------------------------- Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.006 system: 0 elapsed: 0.007 ------------------------------------------------------------- Output ------------------------------------------------------------- Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.005 system: 0 elapsed: 0.007 ------------------------------------------------------------- Output ------------------------------------------------------------- Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.005 system: 0 elapsed: 0.008 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.008 system: 0 elapsed: 0.011 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.008 system: 0 elapsed: 0.014 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.008 system: 0 elapsed: 0.011 ------------------------------------------------------------- Output ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.004 system: 0 elapsed: 0.005 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.005 system: 0 elapsed: 0.008 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.006 system: 0 elapsed: 0.01 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.008 system: 0.001 elapsed: 0.013 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS_Chain object stored as chain_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- ------------------------------------------------------------- Storing trajectories of adaptive proposal variances (log-scale) aschain_ls_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.011 system: 0 elapsed: 0.015 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS_Chain object stored as chain_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- ------------------------------------------------------------- Storing trajectories of adaptive proposal variances (log-scale) aschain_ls_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.008 system: 0 elapsed: 0.012 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS_Chain object stored as chain_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- ------------------------------------------------------------- Storing trajectories of adaptive proposal variances (log-scale) aschain_ls_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : horizontal integration (no-spikes case) ------------------------------------------------------------- Randomly, 1 out of 10 genes was left as reference at each iteration List of reference genes and frequencies stored as a .txt file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.01 system: 0 elapsed: 0.014 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS_Chain object stored as chain_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- ------------------------------------------------------------- Storing trajectories of adaptive proposal variances (log-scale) aschain_ls_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : horizontal integration (no-spikes case) ------------------------------------------------------------- Randomly, 1 out of 10 genes was left as reference at each iteration List of reference genes and frequencies stored as a .txt file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.008 system: 0 elapsed: 0.01 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- `BASiCS_Chain` class definition was outdated. Object updated to be compatible with BASiCS version 2.12.3. Set 'StoreUpdatedChain' = TRUE to save updated object. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.009 system: 0 elapsed: 0.013 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- `BASiCS_Chain` class definition was outdated. Object updated to be compatible with BASiCS version 2.12.3. Set 'StoreUpdatedChain' = TRUE to save updated object. (this overwrites original input file). ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 1 (ratio Group1 vs Group2). ------------------------------------------------------------- EFDR calibration failed for Differential mean task. Probability threshold automatically set equal to 'ProbThresholdM'. EFDR calibration failed for Differential dispersion task. Probability threshold automatically set equal to 'ProbThresholdD'. EFDR calibration failed for Differential residual dispersion task. Probability threshold automatically set equal to 'ProbThresholdR'. Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.023 system: 0.001 elapsed: 0.035 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 1 (ratio Group1 vs Group2). ------------------------------------------------------------- EFDR calibration failed for Differential mean task. Probability threshold automatically set equal to 'ProbThresholdM'. EFDR calibration failed for Differential dispersion task. Probability threshold automatically set equal to 'ProbThresholdD'. EFDR calibration failed for Differential residual dispersion task. Probability threshold automatically set equal to 'ProbThresholdR'. see ?scRNAseq and browseVignettes('scRNAseq') for documentation loading from cache altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.39 system: 0.003 elapsed: 0.523 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.004 system: 0 elapsed: 0.007 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- Storing trajectories of adaptive proposal variances (log-scale) aschain_ls_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.396 system: 0.003 elapsed: 0.544 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.344 system: 0.002 elapsed: 0.534 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.342 system: 0.002 elapsed: 0.521 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.003 system: 0 elapsed: 0.004 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- Storing trajectories of adaptive proposal variances (log-scale) aschain_ls_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.334 system: 0.003 elapsed: 0.517 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.335 system: 0.002 elapsed: 0.49 ------------------------------------------------------------- Output ------------------------------------------------------------- Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.458 system: 0.004 elapsed: 0.643 ------------------------------------------------------------- Output ------------------------------------------------------------- Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.461 system: 0.004 elapsed: 0.627 ------------------------------------------------------------- Output ------------------------------------------------------------- Running no spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.023 system: 0.001 elapsed: 0.032 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- Storing trajectories of adaptive proposal variances (log-scale) aschain_ls_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.508 system: 0.004 elapsed: 0.699 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.005 system: 0 elapsed: 0.006 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- Storing trajectories of adaptive proposal variances (log-scale) aschain_ls_.Rds file in '/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/BASiCS.Rcheck/tests/testthat' directory ... ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6714 (ratio Group1 vs Group2). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- For Differential mean task: the posterior probability threshold chosen via EFDR calibration is too low. Probability threshold automatically set equal to 'ProbThresholdM'. EFDR calibration failed for Differential dispersion task. Probability threshold automatically set equal to 'ProbThresholdD'. ------------------------------------------------------------- Log-fold change thresholds are now set in a log2 scale. Original BASiCS release used a natural logarithm scale. ------------------------------------------------------------- Offset estimate: 0.6787 (ratio Group1 vs Group2). To visualise its effect, please use 'PlotOffset = TRUE'. ------------------------------------------------------------- EFDR calibration failed for Differential mean task. Probability threshold automatically set equal to 'ProbThresholdM'. EFDR calibration failed for Differential dispersion task. Probability threshold automatically set equal to 'ProbThresholdD'. For Differential residual dispersion task: the posterior probability threshold chosen via EFDR calibration is too low. Probability threshold automatically set equal to 'ProbThresholdR'. altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.006 system: 0 elapsed: 0.008 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.006 system: 0 elapsed: 0.007 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.006 system: 0 elapsed: 0.01 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. Running with spikes BASiCS sampler (regression case) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.005 system: 0 elapsed: 0.009 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. 'BatchInfo' was treated as a factor with 2 levels: 1 2 'BatchInfo' was treated as a factor with 2 levels: 1 2 ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running no spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.004 system: 0 elapsed: 0.005 ------------------------------------------------------------- Output ------------------------------------------------------------- 'BatchInfo' was treated as a factor with 2 levels: 1 2 altExp 'spike-ins' is assumed to contain spike-in genes. see help(altExp) for details. ------------------------------------------------------------- NOTE: default choice PriorDelta = 'log-normal' (recommended value). Vallejos et al (2015) used a 'gamma' prior instead. ------------------------------------------------------------- Running with spikes BASiCS sampler (no regression) ... ------------------------------------------------------------- MCMC running time ------------------------------------------------------------- user: 0.005 system: 0 elapsed: 0.006 ------------------------------------------------------------- Output ------------------------------------------------------------- ------------------------------------------------------------- BASiCS version 2.12.3 : vertical integration (spikes case) ------------------------------------------------------------- [ FAIL 0 | WARN 0 | SKIP 0 | PASS 456 ] > > proc.time() user system elapsed 275.302 6.363 486.155
BASiCS.Rcheck/BASiCS-Ex.timings
name | user | system | elapsed | |
BASiCS_Chain-methods | 3.440 | 0.085 | 4.391 | |
BASiCS_Chain | 4.628 | 0.080 | 6.259 | |
BASiCS_CorrectOffset | 0.017 | 0.005 | 0.031 | |
BASiCS_DenoisedCounts | 2.923 | 0.037 | 4.341 | |
BASiCS_DenoisedRates | 2.835 | 0.035 | 4.422 | |
BASiCS_DetectVG | 0.786 | 0.041 | 1.262 | |
BASiCS_DiagHist | 1.221 | 0.031 | 1.887 | |
BASiCS_DiagPlot | 2.457 | 0.035 | 3.806 | |
BASiCS_DivideAndConquer | 3.198 | 0.062 | 45.761 | |
BASiCS_Draw | 0.541 | 0.013 | 0.912 | |
BASiCS_EffectiveSize | 0.257 | 0.008 | 0.404 | |
BASiCS_Filter | 0.003 | 0.000 | 0.003 | |
BASiCS_LoadChain | 2.471 | 0.032 | 3.815 | |
BASiCS_MCMC | 8.111 | 0.125 | 11.262 | |
BASiCS_MockSCE | 0.512 | 0.010 | 0.826 | |
BASiCS_PlotDE | 4.004 | 0.054 | 6.218 | |
BASiCS_PlotOffset | 1.188 | 0.018 | 1.837 | |
BASiCS_PlotVG | 0.419 | 0.010 | 0.650 | |
BASiCS_PriorParam | 0.392 | 0.007 | 0.608 | |
BASiCS_ShowFit | 0.275 | 0.008 | 0.429 | |
BASiCS_Sim | 1.126 | 0.017 | 1.743 | |
BASiCS_Summary-methods | 0.006 | 0.003 | 0.013 | |
BASiCS_Summary | 2.567 | 0.042 | 4.027 | |
BASiCS_TestDE | 8.140 | 0.119 | 12.726 | |
BASiCS_VarThresholdSearchHVG_LVG | 2.040 | 0.032 | 3.152 | |
BASiCS_VarianceDecomp | 0.268 | 0.006 | 0.415 | |
Summary-BASiCS_Chain-method | 0.055 | 0.002 | 0.087 | |
dim-BASiCS_Chain-method | 0.006 | 0.006 | 0.021 | |
dimnames-BASiCS_Chain-method | 0.006 | 0.006 | 0.017 | |
displayChainBASiCS-BASiCS_Chain-method | 0.148 | 0.069 | 0.381 | |
displaySummaryBASiCS-BASiCS_Summary-method | 0.136 | 0.037 | 0.297 | |
makeExampleBASiCS_Data | 0.401 | 0.005 | 0.612 | |
newBASiCS_Chain | 5.566 | 0.069 | 8.637 | |
plot-BASiCS_Chain-method | 0.132 | 0.036 | 0.292 | |
plot-BASiCS_Summary-method | 0.134 | 0.038 | 0.304 | |
show-BASiCS_ResultDE-method | 0.139 | 0.040 | 0.297 | |
show-BASiCS_ResultVG-method | 0.130 | 0.037 | 0.264 | |
show-BASiCS_ResultsDE-method | 0.133 | 0.040 | 0.282 | |
subset-BASiCS_Chain-method | 1.113 | 0.015 | 1.723 | |