filter_markers | R Documentation |
Filter a dataframe with cluster markers.
filter_markers(
markers,
top_n,
top_n_wt = c("top", "fdr", "lfc", "auc"),
distinct_by = NULL
)
markers |
A dataframe-like object. |
top_n |
A numeric scalar: number of top markers to keep. |
top_n_wt |
A character scalar: name of column in
|
distinct_by |
A character scalar: name of column in |
A filtered markers
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.