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

« back to all changes in this revision

Viewing changes to man/repFpkm.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:
 
1
\name{repFpkm-methods}
 
2
\docType{methods}
 
3
\alias{repFpkm}
 
4
\alias{repFpkm-methods}
 
5
\alias{repFpkm,CuffData-method}
 
6
\alias{repFpkm,CuffFeature-method}
 
7
\alias{repFpkm,CuffFeatureSet-method}
 
8
\title{
 
9
Retrieve FPKM values
 
10
}
 
11
\description{
 
12
Returns a data.frame from @repFpkm slot
 
13
}
 
14
\section{Methods}{
 
15
\describe{
 
16
 
 
17
\item{\code{signature(object = "CuffData")}}{
 
18
%%  ~~describe this method here~~
 
19
}
 
20
 
 
21
\item{\code{signature(object = "CuffFeature")}}{
 
22
%%  ~~describe this method here~~
 
23
}
 
24
 
 
25
\item{\code{signature(object = "CuffFeatureSet")}}{
 
26
%%  ~~describe this method here~~
 
27
}
 
28
}}
 
29
 
 
30
\details{
 
31
Returns a data.frame of replicate FPKM values and associated statistics.
 
32
}
 
33
\value{
 
34
A data.frame of replicate-level FPKM values and associated statistics for a set of features.
 
35
}
 
36
\references{
 
37
None
 
38
}
 
39
\author{
 
40
Loyal A. Goff
 
41
}
 
42
\note{
 
43
None
 
44
}
 
45
 
 
46
\examples{
 
47
        data(sampleData)
 
48
        repFpkm(PINK1)
 
49
}
 
 
b'\\ No newline at end of file'