barplot.SpliceSites(splicegear)
barplot.SpliceSites()所属R语言包:splicegear
barplot for SpliceSites
barplot为SpliceSites
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Displays a barplot of the associated AnnotatedDataFrame.
显示相关AnnotatedDataFrame barplot。
用法----------Usage----------
## S3 method for class 'SpliceSites'
barplot(height, type.as = c("typeI", "typeII", "all"),
info = "tissue", ...)
参数----------Arguments----------
参数:height
object of class SpliceSites-class.
对象类SpliceSites-class。
参数:type.as
the type of alternative splicing (see SpliteSites-class for further details).
剪接的类型(见SpliteSites-class进一步的细节)。
参数:info
the name of the covariate in the AnnotatedDataFrame (see details).
的在AnnotatedDataFrame的协的名称(见详情)。
参数:...
optional parameters to be passed to the underlying function barplot.
可选参数被传递到底层函数barplot。
Details
详情----------Details----------
When the objects are built from the XML format we propose as an exchange, the parameter info can at least take the values "tissue" and "histology". One can refer to the slots spsiteIpos.pData and spsiteIIpos.pData to know what are the possible choices.
当对象从建立XML格式,我们建议作为交换,参数info至少可以采取的值"tissue"和"histology"。一个可以参考的插槽spsiteIpos.pData和spsiteIIpos.pData知道什么是可能的选择。
值----------Value----------
See the value returned by the function barplot.
查看功能barplot返回值。
参见----------See Also----------
SpliceSites-class, barplot
SpliceSites-class,barplot
举例----------Examples----------
data(spsites)
barplot(spsites)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|