PlotSCIR | R Documentation |
Plot SCIntRuler
PlotSCIR(fullcluster, seuratlist, testres, legendtitle = NULL, title = NULL)
fullcluster |
A list of clusters that generated by the function GetCluster. |
seuratlist |
A list of Seurat objects, usually can be got by SplitObject(). |
testres |
Result from function PermTest() |
legendtitle |
Title of legend, default to be NULL |
title |
Title of figure, default to be NULL |
A ggplot2 object
data(sim_data_sce)
data(sim_result)
sim_data <- SCEtoSeurat(sim_data_sce)
seuratlist <- Seurat::SplitObject(sim_data, split.by = "Study")
PlotSCIR(sim_result[[1]], seuratlist, sim_result[[4]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.