preprocess | R Documentation |
Preprocess the SingleCellExperiment
preprocess(sce, pc = 2)
sce |
SingleCellExperiment with |
pc |
pseudocount for calculating the smoothed ratio |
SingleCellExperiment with total count, allelic ratio = a1/(a1 + a2), and pseud-ocount-smoothed ratio
library(SummarizedExperiment) sce <- makeSimulatedData() sce <- preprocess(sce) assayNames(sce)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.