~ubuntu-branches/ubuntu/utopic/r-bioc-cummerbund/utopic

« back to all changes in this revision

Viewing changes to man/csBoxplot.Rd

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-12-28 17:17:25 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131228171725-polmzo8go4m371c6
Tags: 2.4.1-1
* New upstream version
* debian/rules: Remove useless creation of ${R-Depends}
* debian/control: Versioned Build-Depends: r-base-dev (>= 3.0)
* debian/README.test: add hint how to test the package

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
Creates a ggplot2 plot object with a geom_box layer displaying summary statistics for FPKM values across samples (x).
10
10
}
11
11
\usage{
12
 
\S4method{csBoxplot}{CuffData}(object, logMode=TRUE, pseudocount=0.0001, ...)
 
12
\S4method{csBoxplot}{CuffData}(object, logMode=TRUE, pseudocount=0.0001, replicates=FALSE,...)
13
13
}
14
14
 
15
15
\arguments{
22
22
  \item{pseudocount}{
23
23
Value added to FPKM to avoid log-transform issues. 
24
24
}
 
25
  \item{replicates}{
 
26
A logical value whether or not to plot individual replicates or aggregate condition values.
 
27
}
 
28
 
25
29
  \item{\dots}{
26
30
Additional arguments to csBoxplot
27
31
}