View source: R/summary_expression.R
AddAUC | R Documentation |
Calculate the area under the curve (AUC) for each gene set for each observation using the AUCell package
AddAUC(
object = NULL,
features = NULL,
name = NULL,
assay = NULL,
slot = "data",
force.recalc = FALSE
)
object |
Seurat object |
features |
A list of vectors of features for expression programs; each entry should be a vector of feature names |
name |
Name of the feature set (e.g. celltype) used as assay name |
assay |
Name of assay to use |
slot |
Name of slot to use |
force.recalc |
Wheter to force recalculation |
SeuratObject with AUC added as 'assay'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.