oligoSet(oligoClasses)
oligoSet()所属R语言包:oligoClasses
An example instance of oligoSnpSet class
一个例子oligoSnpSet类的实例
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An example instance of the oligoSnpSet class
一个oligoSnpSet类的例子实例
用法----------Usage----------
data(oligoSetExample)
源----------Source----------
Created from the simulated locusLevelData provided in this package.
创建此包中提供的模拟locusLevelData的。
参见----------See Also----------
locusLevelData
locusLevelData
举例----------Examples----------
## Not run: [#无法运行:]
## 'oligoSetExample' created by the following[#“oligoSetExample以下]
data(locusLevelData)
oligoSet <- new("oligoSnpSet",
copyNumber=log2(locusLevelData[["copynumber"]]/100),
call=locusLevelData[["genotypes"]],
callProbability=locusLevelData[["crlmmConfidence"]],
annotation=locusLevelData[["platform"]])
oligoSet <- oligoSet[!is.na(chromosome(oligoSet)), ]
oligoSet <- oligoSet[chromosome(oligoSet) < 3, ]
## End(Not run)[#结束(不运行)]
data(oligoSetExample)
oligoSet
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|