View source: R/getArrayABsignal.R
preprocessArrays | R Documentation |
Preprocess arrays for compartment inference
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
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.