select markers using mclust EM method
markers_mclust(
top_markers,
column = ".dot",
prob = 0.99,
s_thres = NULL,
method = c("max.one", "remove.min"),
plot = FALSE,
...
)
output of top_markers()
character, specify which column used as group label
numeric, probability cutoff for 1st component classification
NULL or numeric, only features with score > threshold will be returned, if NULL will use 2 * average probability as threshold
can be "max.one" or "remove.min", if to only keep features in 1st component or return features not in the last component
logical, if to plot mixture density and hist
other params for mclust::densityMclust()
a list of markers for each group