getSNPMaP(SNPMaP)
getSNPMaP()所属R语言包:SNPMaP
Get or set slots of a SNPMaP object
获取或设置一个SNPMaP对象的插槽
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get or set the values of the slots in a SNPMaP object.
获取或设置值的插槽,在SNPMaP对象。
用法----------Usage----------
getSNPMaP(x, ...)
setSNPMaP(x, namedList)
参数----------Arguments----------
参数:x
An object of class SNPMaP.
对象的类SNPMaP。
参数:namedList
A list of the form list(useMM=TRUE, normalize=FALSE); the exact name of a slot followed by the new value.
列表的形式list(useMM=TRUE, normalize=FALSE);插槽的确切名称,然后由新的价值。
参数:...
Slots to retrieve data from (may be partial matches).
插槽(可能是部分匹配)来检索数据。
Details
详细信息----------Details----------
Currently, getSNPMaP() will retrieve the values of the following slots: useMM, normalize, logInt, summary, lowMemory, tempDir, table, chiptype, celDim, set, snps, chps, cols, width, transformation, experiment, created, version, majorHistory. setSNPMaP() will set the following slots: useMM, normalize, logInt, summary, lowMemory, tempDir, set, experiment. Comments can be retrived and set using comment().
目前,getSNPMaP()检索值以下插槽:useMM, normalize, logInt, summary, lowMemory, tempDir, table, chiptype, celDim, set, snps, chps, cols, width, transformation, experiment, created, version, majorHistory。 setSNPMaP()将设置以下插槽:useMM, normalize, logInt, summary, lowMemory, tempDir, set, experiment。注释可以征象和使用comment()。
值----------Value----------
For getSNPMaP(), a named list of slot values (suitable as an argument for setSNPMaP()). For setSNPMaP(), a named list of the old slot values (suitable as an argument for setSNPMaP()).
getSNPMaP()槽值,命名列表(适合作为参数setSNPMaP())。 setSNPMaP()的旧槽值,命名列表(适合作为参数setSNPMaP())。
警告----------Warning----------
setSNPMaP() does not clone the data in SNPMaP objects stored on disk (see cloneSNPMaP().)
setSNPMaP()不SNPMaP对象克隆的数据存储在磁盘上(见cloneSNPMaP()。)
参见----------See Also----------
SNPMaP-class
SNPMaP-class
实例----------Examples----------
## Not run: [#不运行:]
## Retrieve slot values[#检索槽值。]
getSNPMaP(x, 'experiment', 'snps')
## Set new slot values[#设置新的槽值]
x <- setSNPMaP(x, list(useMM=TRUE, normalize=FALSE))
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|