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

« back to all changes in this revision

Viewing changes to man/csDensity.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:
10
10
Creates a smoothed density plot, by sample, for log10 FPKM values from a cuffdiff run.
11
11
}
12
12
\usage{
13
 
\S4method{csDensity}{CuffData}(object, logMode=TRUE, pseudocount=1.0, labels, features=FALSE, ...)
14
 
\S4method{csDensity}{CuffFeatureSet}(object, logMode=TRUE, pseudocount=1.0, labels, features=FALSE, ...)
 
13
\S4method{csDensity}{CuffData}(object, logMode=TRUE, pseudocount=0, labels, features=FALSE, replicates=FALSE,...)
 
14
\S4method{csDensity}{CuffFeatureSet}(object, logMode=TRUE, pseudocount=0, labels, features=FALSE, replicates=FALSE,...)
15
15
}
16
16
%- maybe also 'usage' for other objects documented here.
17
17
\arguments{
31
31
Will include all fields from 'features' slot in returned ggplot object.
32
32
Useful for further manipulations of plot object using feature-level attributes (e.g. gene_type, class_code, etc)
33
33
}
 
34
  \item{replicates}{
 
35
A logical value whether or not to plot individual replicates or aggregate condition values.
 
36
}
34
37
  \item{\dots}{
35
38
Additional arguments
36
39
}