Description Objects from the Class Slots Extends Methods Accessors Note Author(s) References See Also Examples
A 'data' container class for all FPKM, annotation, and differential expression data (an associated features) for a given set of genes.
Objects can be created by calls of the form new("CuffGeneSet", annotation, fpkm, diff, ...)
.
ids
:Object of class "character"
~~
isoforms
:Object of class "CuffFeatureSet"
~~
TSS
:Object of class "CuffFeatureSet"
~~
CDS
:Object of class "CuffFeatureSet"
~~
promoters
:Object of class "CuffFeatureSet"
~~
relCDS
:Object of class "CuffFeatureSet"
~~
splicing
:Object of class "CuffFeatureSet"
~~
annotation
:Object of class "data.frame"
~~
fpkm
:Object of class "data.frame"
~~
diff
:Object of class "data.frame"
~~
Class "CuffFeatureSet"
, directly.
No methods defined with class "CuffGeneSet" in the signature.
signature(object = "CuffGeneSet")
: Access @genes slot
signature(object = "CuffGeneSet")
: Access @isoforms slot
signature(object = "CuffGeneSet")
: Access @TSS slot
signature(object = "CuffGeneSet")
: Access @CDS slot
signature(object = "CuffGeneSet")
: Access @promoters slot
signature(object = "CuffGeneSet")
: Access @relCDS slot
signature(object = "CuffGeneSet")
: Access @splicing slot
None.
Loyal A. Goff
None.
1 | showClass("CuffGeneSet")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.