| example_exon_annotation | R Documentation |
Example human GRCh38 exon annotation data corresponding to all genes included
in the hg38_gene_annotation example dataset. The dataset provides
exon-level genomic coordinates that can be used for GRIN2 analyses of
genomic lesion types restricted to exonic regions, such as coding single
nucleotide variants (SNVs) and small insertions/deletions (indels). Exons
were extracted from a single representative transcript for each gene,
defined as the MANE Select transcript for protein-coding genes and the
Ensembl canonical transcript for non-protein-coding genes.
data(example_exon_annotation)
A data frame with 5,691 rows and 6 columns:
Ensembl gene identifier of the gene to which each annotated exon belongs.
Chromosome on which the exon is located.
Exon start position in base pairs.
Exon end position in base pairs.
Official gene symbol.
Representative transcript identifier and exon
number (e.g., ENST00000257818_exon1).
Retrieved from the Ensembl BioMart database using
get.ensembl.annotation() with the "Human-GRCh38" genome assembly
(hg38). Exons were obtained from the MANE Select transcript for
protein-coding genes and the Ensembl canonical transcript for
non-protein-coding genes. The dataset contains exon annotations for all
genes included in the hg38_gene_annotation example dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.