View source: R/Cell_markers.ident.R
Detect_single_marker | R Documentation |
Detect single markers of specific cell groups
Detect_single_marker( scrna, id, step = 0.1, slot = "data", category = NULL, geneset = NULL, assay = "RNA", do.fast = F, min.pct = 0.15, min.fc = 0.25, use.all = F, do.f1score = F, pseudo.count = 0.01, min.tnr = 0.65, org = "human", self.db = NULL, self.db.only = F, ... )
scrna |
seurat obj to be used |
id |
interested cell group |
step |
quantile steps |
slot |
indicate the slot of data to compute |
category |
Denotes which experiment to use. Available options are:
|
geneset |
custom genes to test |
assay |
indicate the assay to compute |
min.pct |
only test genes that are detected in a minimum fraction of cells in interested cell types. Default is 0.15 |
use.all |
Don't do any filter on input geneset |
self.db |
self defined antibody database |
self.db.only |
Bolean. Only use the self deifned antibody database or not |
list of markers performance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.