Rank_Swarm | R Documentation |
Rank a feature and plot a swarm grouped by select categorical metadata
Rank_Swarm(
SerObj,
RankFeat,
group.by,
title = "Cell SerObjrted",
color.by = NULL
)
SerObj |
A Seurat object to perform gating on. |
RankFeat |
A feature to rank, like SDA comp |
group.by |
A categorical meta feature |
title |
A title |
color.by |
A categorical meta feature default NULL to color the point |
ggplot viz of ranking per group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.