View source: R/SingleCellRNASeq.R
Build_AUCell_Rankings | R Documentation |
Building AUCell gene rankings
Build_AUCell_Rankings(
object,
AUCell_buildRankings.file = "",
nCores = NULL,
plotStats = FALSE,
splitByBlocks = FALSE
)
object |
The SingCellaR object. |
AUCell_buildRankings.file |
The output file of AUCell rankings. |
nCores |
The number of cores for running AUCell. Default 1 |
plotStats |
is logical. If TRUE, the AUCell stats will be displayed. |
splitByBlocks |
Whether to split the matrix by blocks in the ranking calculation. Allows using multiple cores. FALSE by default. Required for using sparse matrices. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.