Description Usage Arguments Value Examples
View source: R/getArrayABsignal.R
getArrayABsignal
returns estimated A/B compartments from methylation array data.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
obj |
Input SummarizedExperiment object |
res |
Compartment resolution in bp |
parallel |
Whether to run samples in parallel |
chr |
What chromosome to work on (leave as NULL to run on all chromosomes) |
targets |
Samples/cells to shrink towards |
preprocess |
Whether to preprocess the arrays prior to compartment inference |
cores |
How many cores to use when running samples in parallel |
bootstrap |
Whether we should perform bootstrapping of inferred compartments |
num.bootstraps |
How many bootstraps to run |
genome |
What genome to work on ("hg19", "hg38", "mm9", "mm10") |
other |
Another arbitrary genome to compute compartments on |
array.type |
What type of array is this ("hm450", "EPIC") |
group |
Whether to treat this as a group set of samples |
boot.parallel |
Whether to run the bootstrapping in parallel |
boot.cores |
How many cores to use for the bootstrapping |
A RaggedExperiment of inferred compartments
1 2 | data("meth_array_450k_chr14", package = "compartmap")
array_compartments <- getArrayABsignal(array.data.chr14, parallel=FALSE, chr="chr14", bootstrap=FALSE, genome="hg19", array.type="hm450")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.