Description Objects from the Class Slots Methods Author(s) References See Also Examples
This class represents a custom gene model defined by exon boundaries. An example of this class could be an Affymetrix gene model used to create the Affy Exon array
Objects can be created by calls of the form new("GeneModel", ...)
.
exonStart
:Object of class "numeric"
, vector containing the start positions of the exons that are to be drawn
exonEnd
:Object of class "numeric"
, vector containing the end positions of the exons that are to be drawn
chromosome
:Object of class "numeric"
, chromosome name
dp
:Object of class "DisplayPars"
, color of the exons and size of the exon model in the final plot
No methods defined with class "GeneModel" in the signature.
Steffen Durinck
http://www.stat.berkeley.edu/~steffen/
objects to See Also as gdPlot
1 2 3 | data("unrData", package="GenomeGraphs")
affyModel = new("GeneModel", exonStart = unrPositions[,3], exonEnd = unrPositions[,4])
gdPlot(list(affyModel), minBase = min(unrPositions[,3]), maxBase=max(unrPositions[,4]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.