View source: R/annotation_functions.R
benchmarkScores | R Documentation |
Differentially-expressed gene sets for each cluster are derived and variably contaminated with random genes prior to calculating cluster-specific miko scores for each gene set. The performance of miko scoring is then evaluated on cluster-specific and non-specific gene sets.
benchmarkScores(
object,
geneset.size = 15,
group_by = "seurat_clusters",
assay = DefaultAssay(object),
deg.logFC.threshold = 0.5,
deg.fdr.threshold = 0.05,
miko.fdr.threshold = 0.05,
verbose = T,
nworkers = 1
)
object |
Seurat Object |
geneset.size |
size of differentially-expressed gene sets |
group_by |
Name of grouping variable in 'object' meta feature. Default is "seurat_clusters". |
assay |
Name of assay to use |
deg.logFC.threshold |
logFC threshold for differential-expression analysis. Default is 0.5. |
deg.fdr.threshold |
FDR threshold for differential-expression analysis. Default is 0.05. |
miko.fdr.threshold |
FDR threshold for Miko scores. Default is 0.05. |
verbose |
Print progress. Default is TRUE. |
nworkers |
Number of workers for parallel implementation. Default is 1. |
list of benchmark results.
Nicholas Mikolajewicz
AddSModuleScore
for standardized module scoring, wilcoxauc
for differential expression analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.