Creates a ggplot2 plot object with a geom_box layer displaying summary statistics for FPKM values across samples (x).
创建一个与geom_box FPKM跨样本(X)值的汇总统计显示层的ggplot2图对象。
用法----------Usage----------
## S4 method for signature 'CuffData'
csBoxplot(object, logMode=TRUE, ...)
参数----------Arguments----------
参数:object
An object of class CuffData.
一个类CuffData对象。
参数:logMode
A logical argument to log10 -transform FPKM values.
LOG10变换FPKM值逻辑的论据。
参数:...
Additional arguments to csBoxplot
额外的参数,以csBoxplot
Details
详情----------Details----------
None
没有
值----------Value----------
A ggplot2 plot object with a geom_box layer.
一个与geom_box层ggplot2图对象。
注意----------Note----------
None
没有
作者(S)----------Author(s)----------
Loyal A. Goff
参考文献----------References----------
举例----------Examples----------
a<-readCufflinks(system.file("extdata", package="cummeRbund")) #Read cufflinks data and create CuffSet object[阅读袖扣数据,和创建CuffSet对象]
genes<-a@genes #CuffData object for all genes[CuffData对象为所有的基因]
csBoxplot(genes)