features(cummeRbund)
features()所属R语言包:cummeRbund
Features
特点
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns a data frame of features from a CuffData, CuffFeatureSet, or CuffFeature object
从CuffData,的CuffFeatureSet,或CuffFeature的对象返回数据框的功能
用法----------Usage----------
## S4 method for signature 'CuffData'
features(object)
参数----------Arguments----------
参数:object
An object of class ('CuffData','CuffFeatureSet', or 'CuffFeature')
一个类的对象(“CuffData,CuffFeatureSet,或CuffFeature)
Details
详情----------Details----------
If features have been added to cuffData via addFeatures() then these will be presented as well.
如果功能已被添加到cuffData通过addFeatures(),然后这些将作为很好。
值----------Value----------
A data.frame of feature-level information
一个数据框的功能级别的详细信息
注意----------Note----------
None
没有
作者(S)----------Author(s)----------
Loyal A. Goff
参考文献----------References----------
举例----------Examples----------
data(sampleData)
features(sampleGeneSet)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|