select markers using HDBSCAN method
markers_hdbscan(
top_markers,
column = ".dot",
s_thres = NULL,
method = c("max.one", "remove.min"),
minPts = 5,
plot = FALSE,
...
)
output of top_markers()
character, specify which column used as group label
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
integer, minimum size of clusters for dbscan::hdbscan()
logical, if to plot mixture density and hist
other params for dbscan::hdbscan()
a list of markers for each group