Learn R Programming

pubmed.mineR (version 1.0.1)

Pathway_Info: To get the information of pathways for Genes

Description

Pathway_Info will give the brief information about pathways in which the query gene is involved.

Usage

Pathway_Info(x)

Arguments

x
character string for HGNC approved gene symbol.

Value

  • A list showing the information of the pathways.

Details

Pathway_Info() fetches the information from WikiPathways through SSOAP, an Bioconductor R package. It provides the name of the pathway with the name of species, but here in this package it is human specific

See Also

Pathway_Link

Examples

Run this code
Pathway_Info("TLR4") 
## will output the names of pathways of the given genes

Run the code above in your browser using DataLab