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 (as well as for all linked features) for a given gene.
Objects can be created by calls of the form new("CuffGene", id, isoforms, TSS, CDS, promoters, splicing, relCDS, annotation, fpkm, diff, ...)
.
id
:Object of class "character"
~~
isoforms
:Object of class "CuffFeature"
~~
TSS
:Object of class "CuffFeature"
~~
CDS
:Object of class "CuffFeature"
~~
promoters
:Object of class "CuffFeature"
~~
relCDS
:Object of class "CuffFeature"
~~
splicing
:Object of class "CuffFeature"
~~
annotation
:Object of class "data.frame"
~~
genome
:Object of class "character"
~~
fpkm
:Object of class "data.frame"
~~
diff
:Object of class "data.frame"
~~
features
:Object of class "data.frame"
~~
Class "CuffFeature"
, directly.
signature(object="CuffFeature")
: Part of length validation (internal use only)
signature(object="CuffFeature")
: Creates a GeneRegionTrack object (see package Gviz) from a CuffGene object.
signature(object="CuffFeature")
: Internal use only.
signature(object="CuffGene")
: Allows for visualization of relative isoform proportion as a pie chart by condition (or optionally as stacked bar charts by adding + coord_cartesian()
signature(object = "CuffGene")
: Access @genes slot
signature(object = "CuffGene")
: Access @isoforms slot
signature(object = "CuffGene")
: Access @TSS slot
signature(object = "CuffGene")
: Access @CDS slot
signature(object = "CuffGene")
: Access @CDS slot
signature(object = "CuffGene")
: Access @CDS slot
signature(object = "CuffGene")
: Access @CDS slot
signature(object = "CuffGene")
: Access @features slot
None.
Loyal A. Goff
None.
1 | showClass("CuffGene")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.