Position_site_plot | R Documentation |
Draw a rectangle to reflect the specific site of each family.
Position_site_plot(
dat,
site = "gene",
cluster = "cluster",
seurat,
site_color,
legend = T,
plot_margin = margin(5, 5, 50, 5)
)
dat |
Data frame. Specific site data. |
site |
Character. Site column in dat. Default:"gene". |
cluster |
Character. Cluster column in dat. Default:"cluster". |
seurat |
Seurat object. |
site_color |
Character. Color of each group. |
legend |
Logical. If TRUE, add a legend to the picture. Default:TRUE. |
plot_margin |
margin around entire plot (unit with the sizes of the top, right, bottom, and left margins).Default:margin(5,5,50,5) |
A ggplot of a rectangle to reflect the specific site of each family.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.