Description Usage Arguments Value
View source: R/visualization.R
Single cell visualization - merged and colored by biological sample
1 2 3 4 5 6 | plot_scdata(
dataset,
color_by = "seurat_clusters",
split_by = NA,
pal_setup = "Set2"
)
|
dataset |
A Seurat object. |
color_by |
A string - by which metadata variable the colors will be applied. |
split_by |
A string - the splitting variable in the metadata. |
pal_setup |
A dataframe with 2 columns - the Or a character vector of Or a character vector of colors. |
A plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.