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

« back to all changes in this revision

Viewing changes to man/CuffFeature-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:
6
6
\alias{diffData,CuffFeature-method}
7
7
\alias{fpkmMatrix,CuffFeature-method}
8
8
\alias{length,CuffFeature-method}
 
9
\alias{samples,CuffFeature-method}
9
10
 
10
11
\title{Class "CuffFeature"}
11
12
\description{
20
21
    \item{\code{annotation}:}{Object of class \code{"data.frame"} ~~ }
21
22
    \item{\code{fpkm}:}{Object of class \code{"data.frame"} ~~ }
22
23
    \item{\code{diff}:}{Object of class \code{"data.frame"} ~~ }
 
24
    \item{\code{repFpkm}:}{Object of class \code{"data.frame"} ~~ }
 
25
    \item{\code{count}:}{Object of class \code{"data.frame"} ~~ }
 
26
    \item{\code{genome}:}{Object of class \code{"character"} ~~ }
23
27
  }
24
28
}
25
29
\section{Methods}{
33
37
        \describe{
34
38
                \item{annotation}{\code{signature(object="CuffFeature")}: Access @annotation slot}
35
39
                \item{diffData}{\code{signature(object="CuffFeature")}: Access @diff slot}
 
40
                \item{samples}{\code{signature(object="CuffFeature")}: Get vector of samples}
36
41
        }
37
42
}
38
43
\references{