download_gene_info: Download summary information of a gene

View source: R/SRA_metadata.R

download_gene_infoR Documentation

Download summary information of a gene

Description

Uses ncbi gene database summary from RefSeq

Usage

download_gene_info(gene = "CCND1", organism = "Homo sapiens", by = "symbol")

Arguments

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.

Value

character, summary text for gene from the database.

Examples

download_gene_info(gene = "CCND1")
download_gene_info("ENSG00000110092", by = "ensembl_id") # By ensembl id
download_gene_info(gene = "CCND1", organism = "Mus musculus")

JokingHero/ORFik documentation built on June 9, 2025, 8:46 p.m.