R/Cell_markers.ident.R
Detect_single_marker.Rd
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,
...
)
seurat obj to be used
interested cell group
quantile steps
indicate the slot of data to compute
Denotes which experiment to use. Available options are:
"IHC" : use genes with valid antibody for IHC in human protein atlas
"ICC" : use genes with valid antibody for ICC in human protein atlas
"ICC.IHC" : use genes with valid antibody for ICC or IHC in human protein atlas
"Flow" : Only use cell surface genes with at least one valid antibody(ICC or IHC)
custom genes to test
indicate the assay to compute
only test genes that are detected in a minimum fraction of cells in interested cell types. Default is 0.15
Don't do any filter on input geneset
self defined antibody database
Bolean. Only use the self deifned antibody database or not
list of markers performance