CuffData-class(cummeRbund)
CuffData-class()所属R语言包:cummeRbund
Class "CuffData"
类“CuffData”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A 'pointer' class for all information (FPKM, annotation, differential expression) for a given feature type (genes, isoforms, TSS, CDS). The methods for this function communicate directly with the SQL backend to present data to the user.
对于一个给定的功能类型的所有信息(FPKM,注释,差异表达)(基因,亚型,可溶性固形物,CDS)的一个“指针”类。此功能的方法沟通与SQL后端直接向用户展现数据。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("CuffData", DB, tables, filters, type, idField, ...).
创建对象可以通过检测的形式new("CuffData", DB, tables, filters, type, idField, ...)。
插槽----------Slots----------
DB: Object of class "SQLiteConnection" ~~
DB:Object类的"SQLiteConnection"~~
tables: Object of class "list" ~~
tables:Object类的"list"~~
filters: Object of class "list" ~~
filters:Object类的"list"~~
type: Object of class "character" ~~
type:Object类的"character"~~
idField: Object of class "character" ~~
idField:Object类的"character"~~
方法----------Methods----------
dim signature(x = "CuffData"): ...
朦胧signature(x = "CuffData"):...
getFeatures signature(object = "CuffData"): ...
getFeaturessignature(object = "CuffData")...
注意----------Note----------
None
没有
作者(S)----------Author(s)----------
Loyal A. Goff
参考文献----------References----------
参见----------See Also----------
None
没有
举例----------Examples----------
showClass("CuffData")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|