Description Objects from the Class Slots Methods Author(s) References See Also Examples
Class "Gene" represents the Ensembl Gene level annotation. Upon creation of an object of this class, intron and exon boundaries are retrieved from Ensembl
Objects can be created by calls of the form new("Gene", ...)
.
id
:Object of class "character"
, representing a unique identifier for the gene or a vector of identifiers for genes that are located near each other (or at least on the same chromosome)
type
:Object of class "character"
, representing the type of identifier used, e.g. hgnc\_symbol, entrezgene and ensembl\_gene\_id, check the listFilters function of the biomaRt package for more identifier options
biomart
:Object of class "Mart"
, contains the link to the Ensembl database and should be created using the useMart function from the biomaRt package
ens
:Object of class "data.frame"
, contains the output from the Ensembl query, users don't need to give a value to this
signature(.Object = "Gene")
: ...
signature(.Object = "Gene")
: ...
signature(object = "Gene")
: ...
Jim Bullard and Steffen Durinck
http://www.stat.berkeley.edu/~steffen/
objects to See Also as gdPlot
1 2 3 4 5 |
Loading required package: biomaRt
Loading required package: grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.