Description Usage Arguments Value Examples
igetCopyNeutralRGSet simplifies the access to the data of the package in ExperimentHub. The allowed values matched of those in the array definition of the RGChannelSet objects from package 'minfi'. If 'ima' is set to 'IlluminaHumanMethylation450k' it will return the object with index 'EH1453' in ExperimentHub; if set to 'IlluminaHumanMethylationEPIC' it will return the object with index 'EH1454'.
1 2 | getCopyNeutralRGSet(ima = c("IlluminaHumanMethylation450k",
"IlluminaHumanMethylationEPIC"))
|
ima |
a character string specifying for which array type to retrieve data. Valid values are 'IlluminaHumanMethylation450k' and 'IlluminaHumanMethylationEPIC'. |
A RGChannelSet-class
object
1 2 | rgset_450k <- getCopyNeutralRGSet('IlluminaHumanMethylation450k')
rgset_450k
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.