convertOldCellHTS(cellHTS2)
convertOldCellHTS()所属R语言包:cellHTS2
Convert an old S3 class cellHTS object to the new S4 class cellHTS object
一个旧S3类cellHTS对象的转换到新的S4的类cellHTS对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert an old S3 cellHTS object (from the cellHTS package) into one or several S4 cellHTS objects (from the
转换为旧S3的cellHTS到一个或几个的S4cellHTS对象(从对象(cellHTS包)
用法----------Usage----------
convertOldCellHTS(oldObject)
参数----------Arguments----------
参数:oldObject
an S3 class cellHTS object obtained using the package cellHTS.
S3类cellHTS使用包cellHTS对象获得。
值----------Value----------
The function returns a list containing one or more cellHTS objects. The element raw contains the unnormalized data from oldObject. Depending on the state of oldObject (on whether it is normalized and scored), the other components of this list can be: normalized, an S4 cellHTS object containing the normalized data, and scored, an S4 class cellHTS object containing the scored data.
该函数返回一个列表,其中包含一个或多个cellHTS对象。元素raw从oldObject包含的非标准化数据。根据oldObject是否标准化,并取得国家,此列表中的其他组件可以是:normalized,S4cellHTS对象,其中包含规范化的数据, scored,S4类cellHTS对象,其中包含所取得的数据。
作者(S)----------Author(s)----------
Ligia P. Bras <a href="mailto:ligia@ebi.ac.uk">ligia@ebi.ac.uk</a>
参考文献----------References----------
参见----------See Also----------
updateCellHTS
updateCellHTS
举例----------Examples----------
data("oldKcViabSmall")
out <- convertOldCellHTS(oldKcViabSmall)
names(out)
out[["raw"]]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|