calMarkerPct.Rd
Calculate marker expression purity for each cell given a marker list
calMarkerPct(
spe,
celltype,
marker_list,
marker_list_name = "",
exprs_values = "logcounts",
threshold = 0,
use_BPPARAM = BiocParallel::SerialParam()
)
A Spatial Experiment object
A string or a vector indicating the cell type information. If it is a string, it will retrive the information from colData.
A list of marker, the name of the list corresponding to the cell type information provided in `celltype`.
A string specifying the name to be used to store the result.
A string indicating which assay of `spe` contains the expression values.
A numeric indicating the threshold to be considered as expressed.
A BiocParallelParam instance determining the parallel back-end to be used during evaluation.
A SpatialExperiment object