View source: R/SingleCellRNASeq.R
Build_AUCell_Rankings_Fast | R Documentation |
Fast building AUCell gene rankings
Build_AUCell_Rankings_Fast(
object,
AUCell_buildRankings.file = "",
nCores = NULL,
block.cell.size = 5000,
plotStats = FALSE
)
object |
The SingCellaR object. |
AUCell_buildRankings.file |
The output file of AUCell rankings. |
nCores |
The number of cores for running AUCell. Default 1 |
block.cell.size |
The number of genes in each block of AUCell processing. Default 5000 |
plotStats |
is logical. If TRUE, the AUCell stats will be displayed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.