gene_info_df | R Documentation |
Collection of gene information stored in tidy data fashion. Information has been retrieved from the gene data base of the National Library of Medicine. Lastly updated on 27.10.2022.
data(gene_info_df)
An object of class tbl_df
(inherits from tbl
, data.frame
) with 25976 rows and 7 columns.
https://www.ncbi.nlm.nih.gov/gene/?term=
Integer. Gene ID in the data base. E.g. gene GFAP has ID 2670.
Combining them with the url https://www.ncbi.nlm.nih.gov/gene/id
results in the url of the webpage from which the from which the information
has been retrieved. E.g. https://www.ncbi.nlm.nih.gov/gene/2760
Character. HGNC symbol of the gene. (Common gene abbreviation.)
Character. Full gene name.
Character. Synonyms with which to refer to the gene. Separated by ';'
Character. Human readable summary text of the gene. If NA
, no summary
has been found on the webpage.
Character. Describes the general function of the gene. E.g. protein coding, pseudo, scRNA, snoRNA, snRNA, tRNA, etc.
Character. The organism in which the gene appears. Currently only Homo sapiens.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.