Learn R Programming

pubmed.mineR (version 1.0.1)

DAVID_info: To retreive information from DAVID.

Description

DAVID_info function to fetch the information from DAVID (Database for Annotation, Visualization and Integrated Discovery)

Usage

DAVID_info(x)

Arguments

x
A character string for HGNC approved Gene name.

Value

  • A list containing the information of given gene symbol i.e its ID, gene name and organism name respectively.

Details

DAVID_info takes the gene symbol as input and returns the information about the gene name, its ID and organism name. This function fetches the result from DAVID database.

Examples

Run this code
DAVID_info("TLR4")

Run the code above in your browser using DataLab