fDataAmp(R453Plus1Toolbox)
fDataAmp()所属R语言包:R453Plus1Toolbox
Access the amplicon data of an AVASet.
一个AVASet访问扩增数据。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Similar to fData of the Biobase ExpressionSet, this function returns the feature data of the amplicon slot of an instance of the AVASet.
此功能类似fDataBIOBASE ExpressionSet,返回的实例的AVASet扩增槽的特征数据。
用法----------Usage----------
fDataAmp(object)
参数----------Arguments----------
参数:object
An link{AVASet-class} object.
link{AVASet-class}对象。
值----------Value----------
The feature data of the amplicon slot contains the names, primers, start/end positions and reference sequences of all amplicons (seeAVASet-class for details). It returns a data frame.
扩增槽的特征数据包含的名字,引物,开始/结束位置和所有扩增的参考序列(见AVASet-class细节)。它返回一个数据框。
作者(S)----------Author(s)----------
Christoph Bartenhagen
参见----------See Also----------
featureDataAmp, assayDataAmp,AVASet-class
featureDataAmp,assayDataAmp,AVASet-class
举例----------Examples----------
# load an AVA dataset containing 6 samples, 4 amplicons and 259 variants[加载AVA的数据集,其中包含6个样品,4扩增和259变种]
data(avaSetExample)
avaSetExample
# show contents amplicon feature data[显示内容扩增功能数据]
fDataAmp(avaSetExample)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|