Description Usage Format Details Examples
Gene model with exon, 5' UTR and 3' UTR information for human sapiens (GRCh37) obtained from biomaRt
1 |
GRanges with slot start holding the start position of the exon, slot end holding the end position of the exon, slot rownames holding ensembl transcript id and slot space holding the chromosome location where the gene is located. In addition, the following variables are included.
1 for positive strand and -1 for negative strand
description of the transcript
gene id
5' UTR start
5' UTR end
3' UTR start
3' UTR end
used in the examples Annotation data obtained by: mart = useMart(biomart = "ensembl", dataset = "hsapiens_gene_ensembl") ExonPlusUtr.human.GRCh37 = getAnnotation(mart=human, featureType="ExonPlusUtr")
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.