CuffGene-class(cummeRbund)
CuffGene-class()所属R语言包:cummeRbund
Class "CuffGene"
类“CuffGene”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A 'data' container class for all FPKM, annotation, and differential expression Data (as well as for all linked features) for a given gene.
“数据”的所有FPKM,注释,和差异表达数据的容器类(以及所有链接的功能),一个特定基因。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("CuffGene", annotation, fpkm, diff, ...).
创建对象可以通过检测的形式new("CuffGene", annotation, fpkm, diff, ...)。
插槽----------Slots----------
id: Object of class "character" ~~
id:Object类的"character"~~
isoforms: Object of class "CuffFeature" ~~
isoforms:Object类的"CuffFeature"~~
TSS: Object of class "CuffFeature" ~~
TSS:Object类的"CuffFeature"~~
CDS: Object of class "CuffFeature" ~~
CDS:Object类的"CuffFeature"~~
annotation: Object of class "data.frame" ~~
annotation:Object类的"data.frame"~~
fpkm: Object of class "data.frame" ~~
fpkm:Object类的"data.frame"~~
diff: Object of class "data.frame" ~~
diff:Object类的"data.frame"~~
延伸----------Extends----------
Class "CuffFeature", directly.
类"CuffFeature",直接。
方法----------Methods----------
No methods defined with class "CuffGene" in the signature.
没有任何方法定义类的“CuffGene”签名。
存取----------Accessors----------
genes signature(object = "CuffGene"): Access @genes slot
基因signature(object = "CuffGene"):访问@基因插槽
isoforms signature(object = "CuffGene"): Access @isoforms slot
的亚型signature(object = "CuffGene"):访问@异构体插槽
TSS signature(object = "CuffGene"): Access @TSS slot
TSS的signature(object = "CuffGene"):访问TSS的插槽
CDS signature(object = "CuffGene"): Access @CDS slot
CDS的signature(object = "CuffGene"):访问CD的插槽吸入
注意----------Note----------
None.
没有。
作者(S)----------Author(s)----------
Loyal A. Goff
参考文献----------References----------
参见----------See Also----------
CuffFeature
CuffFeature
举例----------Examples----------
showClass("CuffGene")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|