gene_extraction {nanotatoR}R Documentation

Extracting genes from gene database NCBI.

Description

Extracting genes from gene database NCBI.

Usage

gene_extraction(terms)

Arguments

terms

Single or Multiple Terms.

Value

Dataframe returned containing gene lists in entrezid and Gene Symbols, and terms associated with it

Examples

terms="Muscle Weakness"
ge <- gene_extraction(terms)

[Package nanotatoR version 1.2.0 Index]