generateMarkerList.Rd
Generating marker list using the reference data
generateMarkerList(
sce_ref,
exprs_values = "mean",
q = 0.9,
t = 0.25,
verbose = TRUE,
type = "positive"
)
A SingleCellExperiment object
A string indicating which assay of `sce_ref` contains the expression values. Default is set to "mean".
A numeric indicates the quantile cutoff for selecting the marker list. By default is 0.9.
A numeric indicates the cutoff of that a marker allows to appear in maximum proportion of cell types. By default is 0.25.
A logical value indicates whether to print out running messages.
A string indicates whether to calculate positive or negative markers.
A list object