preprocessArrays: Preprocess arrays for compartment inference

Description Usage Arguments Value Examples

View source: R/getArrayABsignal.R

Description

Preprocess arrays for compartment inference

Usage

1
2
3
4
5
6
preprocessArrays(
  obj,
  genome = c("hg19", "hg38", "mm9", "mm10"),
  other = NULL,
  array.type = c("hm450", "EPIC")
)

Arguments

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")

Value

A preprocessed SummarizedExperiment to compute compartments

Examples

1
2
3
4
if (require(minfiData)) {
  grSet <- mapToGenome(ratioConvert(preprocessNoob(RGsetEx.sub)))
  preprocessArrays(grSet)
} 

JordanVeldboom/compartmap documentation built on July 3, 2020, 6:32 p.m.