Back to Multiple platform build/check report for BioC 3.19:   simplified   long
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2024-07-09 17:39 -0400 (Tue, 09 Jul 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4709
palomino7Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4483
merida1macOS 12.7.4 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4512
kjohnson1macOS 13.6.6 Venturaarm644.4.1 (2024-06-14) -- "Race for Your Life" 4461
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 1992/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
singleCellTK 2.14.0  (landing page)
Joshua David Campbell
Snapshot Date: 2024-07-07 14:00 -0400 (Sun, 07 Jul 2024)
git_url: https://git.bioconductor.org/packages/singleCellTK
git_branch: RELEASE_3_19
git_last_commit: cd29b84
git_last_commit_date: 2024-04-30 11:06:02 -0400 (Tue, 30 Apr 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.4 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published


CHECK results for singleCellTK on nebbiolo1

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

raw results


Summary

Package: singleCellTK
Version: 2.14.0
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:singleCellTK.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings singleCellTK_2.14.0.tar.gz
StartedAt: 2024-07-08 03:53:50 -0400 (Mon, 08 Jul 2024)
EndedAt: 2024-07-08 04:08:45 -0400 (Mon, 08 Jul 2024)
EllapsedTime: 894.9 seconds
RetCode: 0
Status:   OK  
CheckDir: singleCellTK.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:singleCellTK.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings singleCellTK_2.14.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/singleCellTK.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
    GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* running under: Ubuntu 22.04.4 LTS
* using session charset: UTF-8
* checking for file ‘singleCellTK/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘singleCellTK’ version ‘2.14.0’
* 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 ‘singleCellTK’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  5.6Mb
  sub-directories of 1Mb or more:
    shiny   2.3Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License stub is invalid DCF.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking code files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking whether startup messages can be suppressed ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* checking Rd files ... NOTE
checkRd: (-1) dedupRowNames.Rd:10: Lost braces
    10 | \item{x}{A matrix like or /linkS4class{SingleCellExperiment} object, on which
       |                                       ^
checkRd: (-1) dedupRowNames.Rd:14: Lost braces
    14 | /linkS4class{SingleCellExperiment} object. When set to \code{TRUE}, will
       |             ^
checkRd: (-1) dedupRowNames.Rd:22: Lost braces
    22 | By default, a matrix or /linkS4class{SingleCellExperiment} object
       |                                     ^
checkRd: (-1) dedupRowNames.Rd:24: Lost braces
    24 | When \code{x} is a /linkS4class{SingleCellExperiment} and \code{as.rowData}
       |                                ^
checkRd: (-1) plotBubble.Rd:42: Lost braces
    42 | \item{scale}{Option to scale the data. Default: /code{FALSE}. Selected assay will not be scaled.}
       |                                                      ^
checkRd: (-1) runClusterSummaryMetrics.Rd:27: Lost braces
    27 | \item{scale}{Option to scale the data. Default: /code{FALSE}. Selected assay will not be scaled.}
       |                                                      ^
checkRd: (-1) runEmptyDrops.Rd:66: Lost braces
    66 | provided \\linkS4class{SingleCellExperiment} object.
       |                       ^
checkRd: (-1) runSCMerge.Rd:44: Lost braces
    44 | construct pseudo-replicates. The length of code{kmeansK} needs to be the same
       |                                                ^
* 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 R/sysdata.rda ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                           user system elapsed
plotDoubletFinderResults 30.635  0.488  31.121
runSeuratSCTransform     29.312  0.712  30.024
runDoubletFinder         29.039  0.168  29.207
plotScDblFinderResults   27.639  0.572  28.208
runScDblFinder           19.688  0.536  20.225
importExampleData        15.288  2.555  18.415
plotBatchCorrCompare     10.456  0.472  10.922
plotScdsHybridResults     9.328  0.149   8.590
plotBcdsResults           7.777  0.300   7.200
plotDecontXResults        7.215  0.232   7.448
runDecontX                7.289  0.068   7.358
runUMAP                   6.351  0.252   6.600
plotEmptyDropsScatter     6.548  0.027   6.576
plotEmptyDropsResults     6.527  0.008   6.535
plotUMAP                  6.390  0.040   6.428
runEmptyDrops             6.307  0.004   6.311
plotCxdsResults           5.907  0.192   6.097
detectCellOutlier         5.920  0.024   5.945
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘spelling.R’
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 3 NOTEs
See
  ‘/home/biocbuild/bbs-3.19-bioc/meat/singleCellTK.Rcheck/00check.log’
for details.


Installation output

singleCellTK.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD INSTALL singleCellTK
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’
* installing *source* package ‘singleCellTK’ ...
** using staged installation
** R
** data
** exec
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (singleCellTK)

Tests output

singleCellTK.Rcheck/tests/spelling.Rout


R version 4.4.1 (2024-06-14) -- "Race for Your Life"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

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.

> if (requireNamespace('spelling', quietly = TRUE))
+   spelling::spell_check_test(vignettes = TRUE, error = FALSE, skip_on_cran = TRUE)
NULL
> 
> proc.time()
   user  system elapsed 
  0.177   0.014   0.180 

singleCellTK.Rcheck/tests/testthat.Rout


R version 4.4.1 (2024-06-14) -- "Race for Your Life"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu

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(singleCellTK)
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, 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

Loading required package: SingleCellExperiment
Loading required package: DelayedArray
Loading required package: Matrix

Attaching package: 'Matrix'

The following object is masked from 'package:S4Vectors':

    expand

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


Attaching package: 'singleCellTK'

The following object is masked from 'package:BiocGenerics':

    plotPCA

> 
> test_check("singleCellTK")
Found 2 batches
Using null model in ComBat-seq.
Adjusting for 0 covariate(s) or covariate level(s)
Estimating dispersions
Fitting the GLM model
Shrinkage off - using GLM estimates for parameters
Adjusting the data
Found 2 batches
Using null model in ComBat-seq.
Adjusting for 1 covariate(s) or covariate level(s)
Estimating dispersions
Fitting the GLM model
Shrinkage off - using GLM estimates for parameters
Adjusting the data
Performing log-normalization
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%
Calculating gene variances
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating feature variances of standardized and clipped values
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%
Calculating gene variances
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating feature variances of standardized and clipped values
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Uploading data to Enrichr... Done.
  Querying HDSigDB_Human_2021... Done.
Parsing results... Done.
Performing log-normalization
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating gene variances
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating feature variances of standardized and clipped values
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating gene means
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating gene variance to mean ratios
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating gene means
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating gene variance to mean ratios
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
No annotation package name available in the input data object.
Attempting to directly match identifiers in data to gene sets.
Estimating GSVA scores for 34 gene sets.
Estimating ECDFs with Gaussian kernels

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |==                                                                    |   3%
  |                                                                            
  |====                                                                  |   6%
  |                                                                            
  |======                                                                |   9%
  |                                                                            
  |========                                                              |  12%
  |                                                                            
  |==========                                                            |  15%
  |                                                                            
  |============                                                          |  18%
  |                                                                            
  |==============                                                        |  21%
  |                                                                            
  |================                                                      |  24%
  |                                                                            
  |===================                                                   |  26%
  |                                                                            
  |=====================                                                 |  29%
  |                                                                            
  |=======================                                               |  32%
  |                                                                            
  |=========================                                             |  35%
  |                                                                            
  |===========================                                           |  38%
  |                                                                            
  |=============================                                         |  41%
  |                                                                            
  |===============================                                       |  44%
  |                                                                            
  |=================================                                     |  47%
  |                                                                            
  |===================================                                   |  50%
  |                                                                            
  |=====================================                                 |  53%
  |                                                                            
  |=======================================                               |  56%
  |                                                                            
  |=========================================                             |  59%
  |                                                                            
  |===========================================                           |  62%
  |                                                                            
  |=============================================                         |  65%
  |                                                                            
  |===============================================                       |  68%
  |                                                                            
  |=================================================                     |  71%
  |                                                                            
  |===================================================                   |  74%
  |                                                                            
  |======================================================                |  76%
  |                                                                            
  |========================================================              |  79%
  |                                                                            
  |==========================================================            |  82%
  |                                                                            
  |============================================================          |  85%
  |                                                                            
  |==============================================================        |  88%
  |                                                                            
  |================================================================      |  91%
  |                                                                            
  |==================================================================    |  94%
  |                                                                            
  |====================================================================  |  97%
  |                                                                            
  |======================================================================| 100%

No annotation package name available in the input data object.
Attempting to directly match identifiers in data to gene sets.
Estimating GSVA scores for 2 gene sets.
Estimating ECDFs with Gaussian kernels

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |===================================                                   |  50%
  |                                                                            
  |======================================================================| 100%

Performing log-normalization
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating gene variances
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating feature variances of standardized and clipped values
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%
Performing log-normalization
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%
Calculating gene variances
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating feature variances of standardized and clipped values
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%
Modularity Optimizer version 1.3.0 by Ludo Waltman and Nees Jan van Eck

Number of nodes: 390
Number of edges: 9849

Running Louvain algorithm...
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Maximum modularity in 10 random starts: 0.8351
Number of communities: 7
Elapsed time: 0 seconds
Using method 'umap'
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%

  |                                                                            
  |                                                                      |   0%
  |                                                                            
  |======================================================================| 100%
Performing log-normalization
0%   10   20   30   40   50   60   70   80   90   100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
[ FAIL 0 | WARN 21 | SKIP 0 | PASS 224 ]

[ FAIL 0 | WARN 21 | SKIP 0 | PASS 224 ]
> 
> proc.time()
   user  system elapsed 
261.818   9.242 271.195 

Example timings

singleCellTK.Rcheck/singleCellTK-Ex.timings

nameusersystemelapsed
MitoGenes0.0030.0000.003
SEG0.0030.0000.002
calcEffectSizes0.1780.0240.201
combineSCE1.2440.0601.304
computeZScore0.2380.0070.245
convertSCEToSeurat4.0490.0564.106
convertSeuratToSCE0.4250.0030.429
dedupRowNames0.0510.0000.051
detectCellOutlier5.9200.0245.945
diffAbundanceFET0.0540.0040.059
discreteColorPalette0.0060.0000.006
distinctColors0.0020.0000.002
downSampleCells0.5770.0950.673
downSampleDepth0.5130.0080.520
expData-ANY-character-method0.2680.0040.271
expData-set-ANY-character-CharacterOrNullOrMissing-logical-method0.3080.0000.308
expData-set0.3320.0000.332
expData0.3020.0000.302
expDataNames-ANY-method0.2930.0350.329
expDataNames0.2960.0000.296
expDeleteDataTag0.0410.0000.040
expSetDataTag0.0260.0000.027
expTaggedData0.0270.0000.027
exportSCE0.0230.0000.024
exportSCEtoAnnData0.0910.0080.099
exportSCEtoFlatFile0.0780.0190.098
featureIndex0.0310.0040.036
generateSimulatedData0.0480.0040.052
getBiomarker0.0540.0030.057
getDEGTopTable0.7880.0080.796
getDiffAbundanceResults0.050.000.05
getEnrichRResult0.4100.0242.303
getFindMarkerTopTable3.1330.0883.221
getMSigDBTable0.0040.0000.004
getPathwayResultNames0.0230.0000.024
getSampleSummaryStatsTable0.2970.0300.327
getSoupX000
getTSCANResults1.7980.1311.930
getTopHVG1.0660.0211.086
importAnnData0.0020.0000.002
importBUStools0.2410.0040.246
importCellRanger1.0270.0801.107
importCellRangerV2Sample0.2350.0230.259
importCellRangerV3Sample0.3630.0270.391
importDropEst0.2760.0080.285
importExampleData15.288 2.55518.415
importGeneSetsFromCollection0.6830.0720.756
importGeneSetsFromGMT0.1030.0200.123
importGeneSetsFromList0.1040.0080.112
importGeneSetsFromMSigDB2.220.182.40
importMitoGeneSet0.0510.0030.054
importOptimus0.0020.0000.002
importSEQC0.2310.0080.239
importSTARsolo0.2490.0120.262
iterateSimulations0.3210.0240.345
listSampleSummaryStatsTables0.4030.0040.407
mergeSCEColData0.4140.0160.430
mouseBrainSubsetSCE0.0320.0040.036
msigdb_table0.0010.0000.001
plotBarcodeRankDropsResults0.7740.0320.805
plotBarcodeRankScatter0.7740.0200.794
plotBatchCorrCompare10.456 0.47210.922
plotBatchVariance0.3070.0160.323
plotBcdsResults7.7770.3007.200
plotBubble0.8930.0400.934
plotClusterAbundance0.7600.0310.792
plotCxdsResults5.9070.1926.097
plotDEGHeatmap2.6880.0602.749
plotDEGRegression3.4460.0523.493
plotDEGViolin4.0270.1724.193
plotDEGVolcano0.9340.0240.957
plotDecontXResults7.2150.2327.448
plotDimRed0.2520.0000.252
plotDoubletFinderResults30.635 0.48831.121
plotEmptyDropsResults6.5270.0086.535
plotEmptyDropsScatter6.5480.0276.576
plotFindMarkerHeatmap4.1660.0444.210
plotMASTThresholdGenes1.4330.0281.461
plotPCA0.4410.0280.468
plotPathway0.8130.0120.826
plotRunPerCellQCResults1.9260.0201.945
plotSCEBarAssayData0.1790.0000.179
plotSCEBarColData0.1380.0000.138
plotSCEBatchFeatureMean0.20.00.2
plotSCEDensity0.2360.0000.235
plotSCEDensityAssayData0.1570.0000.157
plotSCEDensityColData0.2070.0040.211
plotSCEDimReduceColData0.670.020.69
plotSCEDimReduceFeatures0.4030.0160.419
plotSCEHeatmap0.6300.0160.646
plotSCEScatter0.3270.0000.327
plotSCEViolin0.2390.0000.239
plotSCEViolinAssayData0.2990.0000.300
plotSCEViolinColData0.2220.0000.223
plotScDblFinderResults27.639 0.57228.208
plotScanpyDotPlot0.0250.0000.025
plotScanpyEmbedding0.0240.0000.024
plotScanpyHVG0.0240.0000.024
plotScanpyHeatmap0.0230.0000.023
plotScanpyMarkerGenes0.0230.0000.024
plotScanpyMarkerGenesDotPlot0.0240.0000.024
plotScanpyMarkerGenesHeatmap0.0240.0000.023
plotScanpyMarkerGenesMatrixPlot0.0240.0000.023
plotScanpyMarkerGenesViolin0.0230.0000.023
plotScanpyMatrixPlot0.0240.0000.024
plotScanpyPCA0.0240.0000.023
plotScanpyPCAGeneRanking0.0230.0000.023
plotScanpyPCAVariance0.0220.0000.023
plotScanpyViolin0.0230.0000.023
plotScdsHybridResults9.3280.1498.590
plotScrubletResults0.0210.0030.024
plotSeuratElbow0.0220.0000.023
plotSeuratHVG0.0240.0000.023
plotSeuratJackStraw0.0190.0030.023
plotSeuratReduction0.0230.0000.023
plotSoupXResults000
plotTSCANClusterDEG4.8200.0364.856
plotTSCANClusterPseudo2.0360.0282.064
plotTSCANDimReduceFeatures2.0150.0122.027
plotTSCANPseudotimeGenes1.9180.0041.921
plotTSCANPseudotimeHeatmap2.0910.0362.127
plotTSCANResults1.8870.0121.900
plotTSNE0.4840.0000.484
plotTopHVG0.4970.0000.496
plotUMAP6.3900.0406.428
readSingleCellMatrix0.0050.0000.005
reportCellQC0.1590.0000.160
reportDropletQC0.0240.0000.024
reportQCTool0.1550.0000.155
retrieveSCEIndex0.0310.0000.031
runBBKNN000
runBarcodeRankDrops0.3830.0040.387
runBcds2.3910.0391.491
runCellQC0.1690.0000.168
runClusterSummaryMetrics0.6580.0160.673
runComBatSeq0.4200.0000.421
runCxds0.4430.0000.443
runCxdsBcdsHybrid2.2620.0081.400
runDEAnalysis0.6590.0040.663
runDecontX7.2890.0687.358
runDimReduce0.4120.0000.411
runDoubletFinder29.039 0.16829.207
runDropletQC0.0240.0000.024
runEmptyDrops6.3070.0046.311
runEnrichR0.4790.0121.960
runFastMNN1.8500.2992.150
runFeatureSelection0.2280.0030.232
runFindMarker3.4570.1843.640
runGSVA0.8220.1400.964
runHarmony0.0320.0080.040
runKMeans0.4420.0680.511
runLimmaBC0.0770.0200.097
runMNNCorrect0.6180.2310.850
runModelGeneVar0.4190.0730.492
runNormalization2.2720.4922.764
runPerCellQC0.460.020.48
runSCANORAMA000
runSCMerge0.0010.0030.004
runScDblFinder19.688 0.53620.225
runScanpyFindClusters0.0220.0040.025
runScanpyFindHVG0.0230.0000.023
runScanpyFindMarkers0.0240.0000.025
runScanpyNormalizeData0.1840.0160.200
runScanpyPCA0.0230.0000.024
runScanpyScaleData0.0200.0040.024
runScanpyTSNE0.0250.0000.024
runScanpyUMAP0.0240.0000.024
runScranSNN0.7100.0680.777
runScrublet0.0250.0000.026
runSeuratFindClusters0.0200.0040.024
runSeuratFindHVG0.7750.0680.843
runSeuratHeatmap0.0240.0000.024
runSeuratICA0.0230.0000.023
runSeuratJackStraw0.0230.0000.024
runSeuratNormalizeData0.0230.0000.024
runSeuratPCA0.0240.0000.023
runSeuratSCTransform29.312 0.71230.024
runSeuratScaleData0.0260.0000.025
runSeuratUMAP0.0240.0000.024
runSingleR0.0370.0000.037
runSoupX0.0000.0010.000
runTSCAN1.3800.0191.399
runTSCANClusterDEAnalysis1.4410.0161.457
runTSCANDEG1.4550.0201.474
runTSNE0.8510.0040.855
runUMAP6.3510.2526.600
runVAM0.4690.0080.477
runZINBWaVE0.0050.0000.004
sampleSummaryStats0.2680.0030.272
scaterCPM0.1310.0120.142
scaterPCA0.5850.0290.613
scaterlogNormCounts0.2300.0120.242
sce0.0230.0000.024
sctkListGeneSetCollections0.0710.0000.072
sctkPythonInstallConda000
sctkPythonInstallVirtualEnv000
selectSCTKConda000
selectSCTKVirtualEnvironment0.0010.0000.000
setRowNames0.1110.0000.111
setSCTKDisplayRow0.3570.0080.366
singleCellTK0.0000.0000.001
subDiffEx0.4340.0200.454
subsetSCECols0.1550.0000.154
subsetSCERows0.3510.0150.366
summarizeSCE0.0650.0000.065
trimCounts0.1940.0110.206