Description Usage Arguments Details Value Examples
View source: R/annotationSet.R
Create a geneAnnotation object containing the informations on chromosomes, start and end positions, strand, score and name of genes.
1 2 | annotationsSet(biomart = "ENSEMBL_MART_ENSEMBL",
dataset = "scerevisiae_gene_ensembl", host = "www.ensembl.org")
|
biomart |
BioMart database name you want to connect to. |
dataset |
Dataset you want to use. |
host |
Host to connect to. |
Please see useMart
for further information.
An object of class geneAnnotation with the following components:
chromosome |
Gene chromosome. |
start |
Gene transcription start site. |
end |
Gene transcription termination site. |
name |
Gene name. |
score |
Gene score. |
strand |
Gene strand. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.