Description Usage Arguments Value Examples
View source: R/getGlobalMeans.R
Pre-compute the global means for bootstrapping compartments
1 2 3 4 5 6 7 8 | precomputeBootstrapMeans(
obj,
targets = NULL,
num.bootstraps = 1000,
assay = c("array", "atac", "bisulfite"),
parallel = FALSE,
num.cores = 1
)
|
obj |
Input SummarizedExperiment object |
targets |
Optional targets to shrink towards |
num.bootstraps |
The number of bootstraps to compute |
assay |
What type of assay the data are from |
parallel |
Whether to run in parallel |
num.cores |
How many cores to use for parallel processing |
A matrix of bootstrapped global means
1 2 | data("meth_array_450k_chr14", package = "compartmap")
array.bootstrap.global.means <- precomputeBootstrapMeans(array.data.chr14, assay = "array", num.bootstraps = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.