Description Objects from the Class Slots Methods Accessors Note Author(s) References See Also Examples
A 'data' container class for all FPKM, annotation, and differential expression data for a single feature (gene, isoform, TSS, or CDS).
Objects can be created by calls of the form new("CuffFeature", annotation, fpkm, diff, ...)
.
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"
~~
signature(object="CuffFeature")
: ...
signature(object = "CuffFeature")
: ...
signature(x = "CuffFeature")
: ...
signature(object="CuffFeature")
: Access @annotation slot
signature(object="CuffFeature")
: Access @diff slot
signature(object="CuffFeature")
: Get vector of samples
'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.
Loyal A. Goff
None
1 | showClass("CuffFeature")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.