qcplot(methylumi)
qcplot()所属R语言包:methylumi
Methods for dealing with control data for Illumina methylation data.
Illumina的甲基化数据控制数据处理方法。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The qcplot function simply generates a plot of the control probe information for a given controlType.
qcplot功能只产生一个给定的controlType控制探针信息图。
用法----------Usage----------
qcplot(object,controltype,...)
controlTypes(object,...)
参数----------Arguments----------
参数:object
An object of class MethyLumiSet or MethyLumiQC
一个对象类MethyLumiSet或MethyLumiQC
参数:controltype
A single character value representing the bead type to plot from the quality control data. The available types are accessible via the controlTypes method.
一个单一的字符值,代表珠类型,绘制质量控制数据。可用的类型是通过controlTypes方法访问。
参数:...
passed to plot function
传递给绘图功能
Details
详情----------Details----------
The descriptions of the various control types can be obtained from the Illumina methylation user's guides.
Illumina的甲基化用户指南可从各种控制类型的描述。
作者(S)----------Author(s)----------
Sean Davis <sdavis2@mail.nih.gov>
参见----------See Also----------
MethyLumiSet, MethyLumiQC
MethyLumiSet,MethyLumiQC
举例----------Examples----------
data(mldat)
controlTypes(mldat)
qcplot(mldat,controlTypes(mldat)[3])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|