Creation of a MethylSet without normalization
没有标准化创造一个MethylSet
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Converts the Red/Green channel for an Illumina methylation array into methylation signal, without using any normalization.
转换到Illumina的甲基化甲基化信号阵列的红色/绿色通道,无需使用任何标准化。
用法----------Usage----------
preprocessRaw(rgSet)
参数----------Arguments----------
参数:rgSet
An object of class RGChannelSet.
对象类RGChannelSet。
Details
详情----------Details----------
This function takes the Red and the Green channel of an Illumina methylation array, together with its associated manifest object and converts it into a MethylSet containing the methylated and unmethylated signal.
此函数采用红色和绿色通道Illumina的甲基化阵列,连同其相关的列表对象,并将其转换成MethylSet含有的甲基化和甲基化的信号。
值----------Value----------
An object of class MethylSet
一个对象的类MethylSet
作者(S)----------Author(s)----------
Kasper Daniel Hansen<a href="mailto:khansen@jhsph.edu">khansen@jhsph.edu</a>.
参见----------See Also----------
RGChannelSet and MethylSet as well as IlluminaMethylationManifest.
RGChannelSet和MethylSet以及IlluminaMethylationManifest。
举例----------Examples----------
if (require(minfiData)) {
dat <- preprocessRaw(RGsetEx)
slot(name="preprocessMethod", dat)[1]