| TranscriptRegion-class {GenomeGraphs} | R Documentation |
Upon creation of this object, transcripts present in a specified region will be retrieved from Ensembl
Objects can be created by calls of the form new("TranscriptRegion", ...)
start:Object of class "numeric", the start base of the genomic region
end:Object of class "numeric", the end base of the genomic region
chromosome:Object of class "character", the chromosome
biomart:Object of class "Mart", contains link to Ensembl and should be created using the useMart function of the biomaRt package
ens:Object of class "data.frame", users should not specify this, it contains the output of the query to Ensembl
signature(object = "TranscriptRegion"): ...
Steffen Durinck
http://www.stat.berkeley.edu/~steffen/
objects to See Also as gdPlot
showClass("TranscriptRegion")