找回密码
 注册
查看: 538|回复: 0

R语言 minfi包 getProbeData()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 00:58:53 | 显示全部楼层 |阅读模式
getProbeData(minfi)
getProbeData()所属R语言包:minfi

                                         Utility functions for retrieving array design information for Illumina methylation microarrays.
                                         阵列Illumina的甲基化芯片的设计信息检索实用功能。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

A set of functions for retrieving array design information for Illumina methylation microarrays.
一组Illumina的甲基化芯片阵列设计信息检索功能。


用法----------Usage----------


getProbeData(object)
getProbeInfo(object, type = c("I", "II", "Control", "I-Green", "I-Red"))
getManifestInfo(object, type = c("nLoci", "locusNames"))
getControlAddress(object, controlType = c("NORM_A", "NORM_C", "NORM_G", "NORM_T"))



参数----------Arguments----------

参数:object
An object of either class "RGChannelSet" or "RGChannelSetExtended" or "IlluminaMethylationManifest".  In case a data object is given (the two former possibilities), the associated manifest object is retrieved and used to obtain the information.
一个对象或者类"RGChannelSet"或"RGChannelSetExtended"或"IlluminaMethylationManifest"。相关的列表对象的情况下,给出了一个数据对象(前两种可能性),检索和使用获得的信息。


参数:type
A single character describing what kind of information should be returned.  For getProbeInfo it represents the following subtypes of probes on the array: Type I, Type II, Controls as well as Type I (methylation measured in the Green channel) and Type II (methylation measured in the Red channel).  For getManifestInfo it represents either the number of methylation loci (approx. number of CpGs) on the array or the locus names.
什么样的信息应该返回一个字符描述。 getProbeInfo它代表阵列探针以下亚型:I型,II型,控制以及类型我(甲基化在绿色通道测量)和II型(红色通道测量甲基)。 getManifestInfo代表阵列或所在地名称的甲基化位点(约数的CPGs)的数量。


参数:controlType
A character vector of control types.
控制类型的一个特征向量。


值----------Value----------

getProbeData returns the data slot of the manifest object (mostly for internal use).  getProbeInfo returns a "data.frame", getManifestInfo returns either a single number of a character vector and getControlAddress returns a vector of addresses (probe locations).
getProbeData返回的数据槽列表对象(主要是供内部使用)。 getProbeInfo返回一个"data.frame",getManifestInfo返回一个单数的特征向量和getControlAddress返回向量的地址(探针位置)。


作者(S)----------Author(s)----------



Kasper Daniel Hansen <a href="mailto:khansen@jhsph.edu">khansen@jhsph.edu</a>.




举例----------Examples----------


if (require(minfiData)) {

info <- getProbeInfo(RGsetEx, type = c("I"))
head(info)
info <- getProbeInfo(RGsetEx, type = c("Control"))
head(info)

}

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-3 10:18 , Processed in 0.019656 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表