| hg38_gene_annotation | R Documentation |
This dataset contains gene annotation data for 417 selected genes from the human GRCh38 genome assembly. The genes correspond to those included in the example gene expression dataset and are provided to support package examples and demonstrations without requiring retrieval of the complete genome-wide annotation dataset.
hg38_gene_annotation
hg38_gene_annotationA data frame with 417 rows and 9 columns:
Unversioned Ensembl gene ID.
Chromosome identifier on which the gene is located.
Gene start position in base pairs.
Gene end position in base pairs.
Gene description.
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.
Chromosomal strand on which the gene is located: forward (1) or reverse (-1).
Chromosomal cytoband containing the gene.
The annotation data were obtained using get.ensembl.annotation for the
"Human_GRCh38" genome assembly and subsequently restricted to the 417 genes
represented in the example expression dataset.
Gene annotation data for the human GRCh38 genome assembly obtained using
get.ensembl.annotation("Human_GRCh38") and restricted to the 417 genes
represented in the example gene expression dataset.
get.ensembl.annotation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.