CuffFeature-class: Class "CuffFeature"

Description Objects from the Class Slots Methods Accessors Note Author(s) References See Also Examples

Description

A 'data' container class for all FPKM, annotation, and differential expression data for a single feature (gene, isoform, TSS, or CDS).

Objects from the Class

Objects can be created by calls of the form new("CuffFeature", annotation, fpkm, diff, ...).

Slots

annotation:

Object of class "data.frame" ~~

fpkm:

Object of class "data.frame" ~~

diff:

Object of class "data.frame" ~~

repFpkm:

Object of class "data.frame" ~~

count:

Object of class "data.frame" ~~

genome:

Object of class "character" ~~

Methods

fpkmMatrix

signature(object="CuffFeature"): ...

repFpkmMatrix

signature(object = "CuffFeature"): ...

length

signature(x = "CuffFeature"): ...

Accessors

annotation

signature(object="CuffFeature"): Access @annotation slot

diffData

signature(object="CuffFeature"): Access @diff slot

samples

signature(object="CuffFeature"): Get vector of samples

Note

'CuffGene' is a superclass of 'CuffFeature' that links gene information for a given gene with all isoform-, TSS-, and CDS-level data for the given gene.

Author(s)

Loyal A. Goff

References

None

See Also

CuffGene

Examples

1
showClass("CuffFeature")

shiauck/cummeRbund_on_RSQLite2.0 documentation built on May 5, 2019, 12:33 p.m.