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

« back to all changes in this revision

Viewing changes to man/CuffData-class.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:
4
4
\alias{CuffData-class}
5
5
\alias{dim,CuffData-method}
6
6
\alias{getFeatures,CuffData-method}
 
7
\alias{DB,CuffData-method}
 
8
\alias{diffTable}
 
9
\alias{makeRnk}
 
10
\alias{diffTable,CuffData-method}
 
11
\alias{makeRnk,CuffData-method}
 
12
\alias{annotation,CuffData-method}
7
13
 
8
14
\title{Class "CuffData"}
9
15
\description{
27
33
  \describe{
28
34
    \item{dim}{\code{signature(x = "CuffData")}: ... }
29
35
    \item{getFeatures}{\code{signature(object = "CuffData")}: ... }
 
36
    \item{DB}{\code{signature(object = "CuffData")}: Accessor for @DB slot }
 
37
    \item{diffTable}{\code{signature(object = "CuffData")}: Create a Full table (wide format) of differential expression information for all pairwise comparisons }
 
38
    \item{makeRnk}{\code{signature(object = "CuffData")}: Internal method to create .rnk file. Should not be called directly }  
 
39
    \item{annotation}{\code{signature(object="CuffData")}: Access annotation data}
30
40
         }
31
41
}
32
42
\references{