download_gene_info | R Documentation |
Uses ncbi gene database summary from RefSeq
download_gene_info(gene = "CCND1", organism = "Homo sapiens", by = "symbol")
gene |
character, gene name (symbol) |
organism |
default NULL. Scientific name (e.g. Homo sapiens) |
by |
character, default symbol (search by gene symbol name). If "ensembl id", it seraches as it is ensembl gene id ENSG.. etc. |
character, summary text for gene from the database.
download_gene_info(gene = "CCND1")
download_gene_info("ENSG00000110092", by = "ensembl_id") # By ensembl id
download_gene_info(gene = "CCND1", organism = "Mus musculus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.