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

This page was generated on 2024-06-25 17:39 -0400 (Tue, 25 Jun 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.0 (2024-04-24) -- "Puppy Cup" 4760
palomino3Windows Server 2022 Datacenterx644.4.0 (2024-04-24 ucrt) -- "Puppy Cup" 4494
merida1macOS 12.7.4 Montereyx86_644.4.0 (2024-04-24) -- "Puppy Cup" 4508
kjohnson1macOS 13.6.6 Venturaarm644.4.0 (2024-04-24) -- "Puppy Cup" 4466
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-06-23 14:00 -0400 (Sun, 23 Jun 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
palomino3Windows 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-06-24 03:58:05 -0400 (Mon, 24 Jun 2024)
EndedAt: 2024-06-24 04:13:15 -0400 (Mon, 24 Jun 2024)
EllapsedTime: 909.7 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.0 (2024-04-24)
* 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 33.979  0.396  34.372
runDoubletFinder         31.266  0.176  31.443
runSeuratSCTransform     29.630  0.280  29.911
plotScDblFinderResults   28.827  0.740  29.564
runScDblFinder           19.253  0.204  19.457
importExampleData        15.931  1.887  18.355
plotBatchCorrCompare     11.244  0.412  11.651
plotScdsHybridResults     9.790  0.080   8.960
plotBcdsResults           9.098  0.332   8.490
plotDecontXResults        7.355  0.152   7.507
plotUMAP                  7.042  0.161   7.199
runUMAP                   6.868  0.096   6.961
runDecontX                6.786  0.048   6.834
plotEmptyDropsResults     6.608  0.056   6.664
plotEmptyDropsScatter     6.592  0.048   6.639
plotCxdsResults           6.312  0.252   6.561
runEmptyDrops             6.295  0.012   6.307
detectCellOutlier         5.680  0.268   5.948
plotTSCANClusterDEG       5.021  0.028   5.049
* 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.0 (2024-04-24) -- "Puppy Cup"
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.150   0.046   0.184 

singleCellTK.Rcheck/tests/testthat.Rout


R version 4.4.0 (2024-04-24) -- "Puppy Cup"
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.673   9.336 271.180 

Example timings

singleCellTK.Rcheck/singleCellTK-Ex.timings

nameusersystemelapsed
MitoGenes0.0030.0000.003
SEG0.0030.0000.003
calcEffectSizes0.1580.0080.167
combineSCE1.5290.0441.572
computeZScore1.0540.1241.179
convertSCEToSeurat4.2110.1204.331
convertSeuratToSCE0.5110.0240.535
dedupRowNames0.0450.0160.060
detectCellOutlier5.6800.2685.948
diffAbundanceFET0.0540.0070.062
discreteColorPalette0.0070.0000.007
distinctColors0.0030.0000.002
downSampleCells0.6210.0840.705
downSampleDepth0.4870.0040.491
expData-ANY-character-method0.2790.0000.279
expData-set-ANY-character-CharacterOrNullOrMissing-logical-method0.3210.0040.325
expData-set0.3340.0080.342
expData0.3230.0120.335
expDataNames-ANY-method0.2610.0080.269
expDataNames0.2760.0040.279
expDeleteDataTag0.0350.0000.035
expSetDataTag0.0250.0000.025
expTaggedData0.0270.0000.027
exportSCE0.0230.0000.023
exportSCEtoAnnData0.0860.0120.097
exportSCEtoFlatFile0.0940.0040.098
featureIndex0.0380.0000.038
generateSimulatedData0.0480.0040.053
getBiomarker0.0590.0000.060
getDEGTopTable0.8320.0400.873
getDiffAbundanceResults0.0480.0040.052
getEnrichRResult0.4430.0412.220
getFindMarkerTopTable3.1940.2843.478
getMSigDBTable0.0040.0000.004
getPathwayResultNames0.0160.0080.024
getSampleSummaryStatsTable0.2840.0240.308
getSoupX0.0010.0000.001
getTSCANResults1.7100.1521.863
getTopHVG1.1380.0441.182
importAnnData0.0000.0010.002
importBUStools0.2370.0090.246
importCellRanger1.0820.0881.171
importCellRangerV2Sample0.2270.0040.231
importCellRangerV3Sample0.3550.0240.380
importDropEst0.3420.0120.355
importExampleData15.931 1.88718.355
importGeneSetsFromCollection0.6900.0520.742
importGeneSetsFromGMT0.0570.0080.065
importGeneSetsFromList0.1210.0000.121
importGeneSetsFromMSigDB2.450.162.61
importMitoGeneSet0.050.000.05
importOptimus0.0020.0000.002
importSEQC0.2300.0280.259
importSTARsolo0.2290.0440.273
iterateSimulations0.3920.0200.412
listSampleSummaryStatsTables0.3600.0120.372
mergeSCEColData0.400.040.44
mouseBrainSubsetSCE0.0370.0000.037
msigdb_table0.0000.0020.002
plotBarcodeRankDropsResults0.8550.0220.876
plotBarcodeRankScatter0.7540.0320.786
plotBatchCorrCompare11.244 0.41211.651
plotBatchVariance0.3240.0160.339
plotBcdsResults9.0980.3328.490
plotBubble1.0690.0241.093
plotClusterAbundance0.8850.0040.889
plotCxdsResults6.3120.2526.561
plotDEGHeatmap2.8010.0402.841
plotDEGRegression3.3210.0323.347
plotDEGViolin4.0810.0564.131
plotDEGVolcano0.9820.0160.999
plotDecontXResults7.3550.1527.507
plotDimRed0.2590.0000.258
plotDoubletFinderResults33.979 0.39634.372
plotEmptyDropsResults6.6080.0566.664
plotEmptyDropsScatter6.5920.0486.639
plotFindMarkerHeatmap4.0610.0524.114
plotMASTThresholdGenes1.4360.0081.444
plotPCA0.4370.0040.441
plotPathway0.8230.0040.827
plotRunPerCellQCResults2.1150.0002.114
plotSCEBarAssayData0.180.000.18
plotSCEBarColData0.1580.0000.158
plotSCEBatchFeatureMean0.2110.0000.212
plotSCEDensity0.2100.0040.214
plotSCEDensityAssayData0.2020.0000.201
plotSCEDensityColData0.2070.0000.208
plotSCEDimReduceColData0.6590.0040.664
plotSCEDimReduceFeatures0.3780.0000.377
plotSCEHeatmap0.6000.0080.608
plotSCEScatter0.3740.0120.386
plotSCEViolin0.2320.0040.236
plotSCEViolinAssayData0.2450.0000.246
plotSCEViolinColData0.2350.0000.234
plotScDblFinderResults28.827 0.74029.564
plotScanpyDotPlot0.0260.0000.025
plotScanpyEmbedding0.0250.0000.025
plotScanpyHVG0.0230.0000.024
plotScanpyHeatmap0.0230.0000.024
plotScanpyMarkerGenes0.0230.0000.024
plotScanpyMarkerGenesDotPlot0.0230.0000.024
plotScanpyMarkerGenesHeatmap0.0250.0000.025
plotScanpyMarkerGenesMatrixPlot0.0230.0000.023
plotScanpyMarkerGenesViolin0.0230.0000.023
plotScanpyMatrixPlot0.0230.0000.024
plotScanpyPCA0.0240.0000.023
plotScanpyPCAGeneRanking0.0210.0040.024
plotScanpyPCAVariance0.0150.0080.023
plotScanpyViolin0.0230.0000.024
plotScdsHybridResults9.790.088.96
plotScrubletResults0.0260.0000.026
plotSeuratElbow0.0240.0000.024
plotSeuratHVG0.0250.0000.025
plotSeuratJackStraw0.0210.0040.025
plotSeuratReduction0.0250.0000.025
plotSoupXResults000
plotTSCANClusterDEG5.0210.0285.049
plotTSCANClusterPseudo2.1940.0112.205
plotTSCANDimReduceFeatures2.2890.0242.313
plotTSCANPseudotimeGenes2.3840.0042.388
plotTSCANPseudotimeHeatmap2.4330.0082.441
plotTSCANResults2.1610.0202.181
plotTSNE0.5510.0040.555
plotTopHVG0.5460.0120.558
plotUMAP7.0420.1617.199
readSingleCellMatrix0.0050.0000.005
reportCellQC0.170.000.17
reportDropletQC0.0250.0000.025
reportQCTool0.1630.0000.162
retrieveSCEIndex0.0310.0000.031
runBBKNN0.0000.0000.001
runBarcodeRankDrops0.3780.0080.386
runBcds2.2680.0161.410
runCellQC0.1680.0000.168
runClusterSummaryMetrics0.6830.0040.687
runComBatSeq0.4270.0080.434
runCxds0.4370.0160.452
runCxdsBcdsHybrid2.3610.0081.473
runDEAnalysis0.6320.0120.645
runDecontX6.7860.0486.834
runDimReduce0.4090.0080.417
runDoubletFinder31.266 0.17631.443
runDropletQC0.0240.0000.024
runEmptyDrops6.2950.0126.307
runEnrichR0.5190.0121.988
runFastMNN1.5910.0751.666
runFeatureSelection0.2140.0000.214
runFindMarker3.3960.0043.399
runGSVA0.8770.0320.909
runHarmony0.0330.0000.033
runKMeans0.3890.0280.417
runLimmaBC0.0700.0080.078
runMNNCorrect0.4910.0040.495
runModelGeneVar0.4190.0000.419
runNormalization2.2690.0402.309
runPerCellQC0.4610.0040.465
runSCANORAMA0.0000.0000.001
runSCMerge0.0040.0000.004
runScDblFinder19.253 0.20419.457
runScanpyFindClusters0.0240.0000.025
runScanpyFindHVG0.0230.0000.023
runScanpyFindMarkers0.0240.0000.023
runScanpyNormalizeData0.1780.0040.182
runScanpyPCA0.0200.0040.023
runScanpyScaleData0.0230.0000.024
runScanpyTSNE0.0240.0000.024
runScanpyUMAP0.0250.0000.025
runScranSNN0.6960.0120.708
runScrublet0.0240.0000.024
runSeuratFindClusters0.0230.0000.023
runSeuratFindHVG0.7650.0120.776
runSeuratHeatmap0.0240.0000.024
runSeuratICA0.0230.0000.024
runSeuratJackStraw0.0230.0000.023
runSeuratNormalizeData0.0190.0040.024
runSeuratPCA0.0230.0000.023
runSeuratSCTransform29.630 0.28029.911
runSeuratScaleData0.0240.0000.024
runSeuratUMAP0.0230.0000.023
runSingleR0.0340.0000.034
runSoupX000
runTSCAN1.3950.0001.396
runTSCANClusterDEAnalysis1.5140.0041.519
runTSCANDEG1.4540.0001.454
runTSNE0.8540.0080.863
runUMAP6.8680.0966.961
runVAM0.5010.0160.517
runZINBWaVE0.0000.0040.004
sampleSummaryStats0.2760.0000.276
scaterCPM0.1280.0080.136
scaterPCA0.5980.0160.614
scaterlogNormCounts0.2370.0080.244
sce0.0240.0000.024
sctkListGeneSetCollections0.0710.0040.075
sctkPythonInstallConda000
sctkPythonInstallVirtualEnv000
selectSCTKConda000
selectSCTKVirtualEnvironment000
setRowNames0.0770.0070.083
setSCTKDisplayRow0.4320.0080.440
singleCellTK000
subDiffEx0.4640.0040.468
subsetSCECols0.1620.0040.165
subsetSCERows0.3720.0000.372
summarizeSCE0.0620.0040.066
trimCounts0.2030.0000.203