View source: R/seurat_related.R
getLongDf | R Documentation |
get 3col-df (exp value/ gene symbol / cluster id) for stack violin plot
getLongDf(scRNA, genenames, group.by = "seurat_clusters")
scRNA |
Seurat obj |
genenames |
gene symbol list |
group.by |
use which cluster cretia |
df2= getLongDf(scObj_known2, c("Cd3e", "Cd19"), group.by='sample')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.