View source: R/extractResult.R
extractResult | R Documentation |
results extracts a result table from an airpart analysis giving posterior allelic ratio estimates, s values, false sign rate(fsr), upper confidence interval and lower confidence interval.
extractResult(sce, estimates = c("ar", "svalue", "fsr", "lower", "upper"))
sce |
SingleCellExperiment |
estimates |
the estimates want to be extracted. Default is allelic ratio estimates,
can be |
a DataFrame of estimates
sce <- makeSimulatedData() sce <- preprocess(sce) sce <- geneCluster(sce, G = 1:4) sce_sub <- wilcoxExt(sce, genecluster = 1) sce_sub <- allelicRatio(sce_sub) ar <- extractResult(sce_sub) ar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.