CustomScoreEvaluation | R Documentation |
Custom gene-set derived score evaluation for filtering.
CustomScoreEvaluation(
obj = combined.obj,
custom.score.name = "Score.heGENES",
clustering = GetGruffiClusteringName(obj),
assay = "RNA",
stat.av = c("mean", "median", "normalized.mean", "normalized.median")[3],
...
)
obj |
Seurat single cell object, Default: combined.obj |
custom.score.name |
Name of your custom gene set. |
clustering |
Which clustering to use (from metadata)? Default: GetGruffiClusteringName(obj) e.g. "integrated_snn_res.48.reassigned" |
assay |
Which assay to use?, Default: 'RNA' |
stat.av |
How to caluclate the central tendency? Default: c("mean", "median", "normalized.mean", "normalized.median")3 |
reexports
iprint
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.