Description Usage Arguments Value Examples
View source: R/getArrayABsignal.R
Preprocess arrays for compartment inference
1 2 3 4 5 6 | preprocessArrays(
obj,
genome = c("hg19", "hg38", "mm9", "mm10"),
other = NULL,
array.type = c("hm450", "EPIC")
)
|
obj |
Input SummarizedExperiment |
genome |
What genome are we working on ("hg19", "hg38", "mm9", "mm10") |
other |
Another arbitrary genome to compute compartments on |
array.type |
What type of array is this ("hm450", "EPIC") |
A preprocessed SummarizedExperiment to compute compartments
1 2 3 4 | if (require(minfiData)) {
grSet <- mapToGenome(ratioConvert(preprocessNoob(RGsetEx.sub)))
preprocessArrays(grSet)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.