hg38_gene_annotation | R Documentation |
This dataset contains example annotation data for 417 selected genes (matching the gene set in the example gene expression dataset). The data was retrieved from the Ensembl BioMart database using the get.ensembl.annotation
function with "Human-GRCh38" as the genome assembly (hg38).
hg38_gene_annotation
hg38_gene_annotation
A data frame with 417 rows and 9 columns:
Ensembl gene ID.
Chromosome on which the gene is located.
Gene start position (in base pairs).
Gene end position (in base pairs).
Description of the gene.
Gene symbol.
Gene biotype, including categories such as protein-coding, long noncoding RNA (lncRNA), microRNA (miRNA), small nuclear RNA (snRNA), small nucleolar RNA (snoRNA), immunoglobulin (IG), T-cell receptor (TCR), and pseudogene.
Strand on which the gene is located: forward (1) or reverse (-1).
Chromosomal cytoband where the gene is located.
Retrieved from the Ensembl BioMart database using the get.ensembl.annotation
function with the "Human-GRCh38" genome assembly (hg38). Then a subset of 417 out of around 62,000 genes was selected for the example dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.