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

« back to all changes in this revision

Viewing changes to man/CuffSet-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:
3
3
\docType{class}
4
4
\alias{CuffSet-class}
5
5
%Accessors
 
6
\alias{DB}
6
7
\alias{genes}
7
8
\alias{isoforms}
8
9
\alias{TSS}
11
12
\alias{splicing}
12
13
\alias{relCDS}
13
14
 
 
15
\alias{DB,CuffSet-method}
14
16
\alias{genes,CuffSet-method}
15
17
\alias{isoforms,CuffSet-method}
16
18
\alias{TSS,CuffSet-method}
35
37
    \item{\code{conditions}:}{Object of class \code{"data.frame"} ~~ }
36
38
    \item{\code{genes}:}{Object of class \code{"CuffData"} ~~ }
37
39
    \item{\code{isoforms}:}{Object of class \code{"CuffData"} ~~ }
 
40
    \item{\code{phenoData}:}{Object of class \code{"data.frame"} ~~ }
38
41
    \item{\code{TSS}:}{Object of class \code{"CuffData"} ~~ }
39
42
    \item{\code{CDS}:}{Object of class \code{"CuffData"} ~~ }
40
43
    \item{\code{promoters}:}{Object of class \code{"CuffDist"} ~~ }
 
44
    \item{\code{runInfo}:}{Object of class \code{"data.frame"} ~~ }
41
45
    \item{\code{splicing}:}{Object of class \code{"CuffDist"} ~~ }
42
46
    \item{\code{relCDS}:}{Object of class \code{"CuffDist"} ~~ }
43
47
  }
50
54
 
51
55
\section{Accessors}{
52
56
        \describe{
 
57
                \item{DB}{\code{signature(object="CuffSet")}: Access @DB slot }
53
58
                \item{genes}{\code{signature(object = "CuffSet")}: Access @genes slot }
54
59
                \item{isoforms}{\code{signature(object = "CuffSet")}: Access @isoforms slot }
55
60
                \item{TSS}{\code{signature(object = "CuffSet")}: Access @TSS slot }