NormData | R Documentation |
Normalized RNA data matrix
NormData(seuratlist)
seuratlist |
A list of Seurat objects, usually can be got by SplitObject(). |
A list of matrix.
data(sim_data_sce)
sim_data <- SCEtoSeurat(sim_data_sce)
seuratlist <- Seurat::SplitObject(sim_data, split.by = "Study")
normCount <- NormData(seuratlist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.