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

« back to all changes in this revision

Viewing changes to man/csDendro.Rd

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-12-28 17:17:25 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: package-import@ubuntu.com-20131228171725-i8u6il75mzakjy43
Tags: upstream-2.4.1
ImportĀ upstreamĀ versionĀ 2.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
Creates a grid graphics plot of a dendrogram of Jensen-Shannon distances between conditions of a CuffFeatureSet or CuffGeneSet object.
11
11
}
12
12
\usage{
13
 
\S4method{csDendro}{CuffFeatureSet}(object,logMode=T,pseudocount=1)
14
 
\S4method{csDendro}{CuffData}(object,logMode=T,pseudocount=1)
 
13
\S4method{csDendro}{CuffFeatureSet}(object,logMode=T,pseudocount=1,replicates=FALSE)
 
14
\S4method{csDendro}{CuffData}(object,logMode=T,pseudocount=1,replicates=FALSE,...)
15
15
}
16
16
 
17
17
\arguments{
24
24
  \item{pseudocount}{
25
25
Value to be added to FPKM for appropriate log transformation and clustering. (Avoids zero-based errors)
26
26
}
27
 
 
 
27
  \item{replicates}{
 
28
A logical value whether or not to plot individual replicates or aggregate condition values.
 
29
}
 
30
  \item{\dots}{
 
31
Additional arguments to csHeatmap
 
32
}
28
33
}
29
34
\details{
30
35
None