asExprSet(Ringo)
asExprSet()所属R语言包:Ringo
converts a Ringo MAList into an ExpressionSet
转换成一个ExpressionSet林檎MAList
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to convert an object of class MAList into an object of class ExpressionSet. Note that the otherwise optional targets component is required in this case to generate the phenoData of the new ExpressionSet.
功能转换MAList类ExpressionSet到对象类的一个对象。请注意,否则可选targets组件,在这种情况下,需要生成phenoData新的ExpressionSet。
用法----------Usage----------
asExprSet(from, idColumn="PROBE_ID")
参数----------Arguments----------
参数:from
object of class MAList to convert into an ExpressionSet
类对象MAList转换成ExpressionSet
参数:idColumn
string; indicating which column of the genes data.frame of the MAList holds the identifier for reporters on the microarray. This column, after calling make.names on it, will make up the unique featureNames of the resulting ExpressionSet.
字符串;genesMAList的数据框列持有记者芯片的标识符。此列,后调用make.names就可以了,将弥补由此产生的featureNames独特ExpressionSet。
值----------Value----------
an object of class ExpressionSet
一个对象类ExpressionSet
注意----------Note----------
There is a more general function for converting MALists to ExpressionSets in the package convert. This function here is solely intended for converting Ringo-generated MALists into ExpressionSets.
转换包convertMALists ExpressionSets有一个更一般的功能。此功能仅用于转换成MAList的林檎生成ExpressionSet的。
作者(S)----------Author(s)----------
Joern Toedling
参见----------See Also----------
ExpressionSet, preprocess
ExpressionSet,preprocess
举例----------Examples----------
exDir <- system.file("exData",package="Ringo")
exRG <- readNimblegen("example_targets.txt","spottypes.txt",path=exDir)
exMA <- preprocess(exRG, "none", returnMAList=TRUE)
exX <- asExprSet(exMA)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|