get.genes.kegg: Downloading Kegg Pathways to find the gene ids

Description Usage Arguments Value Examples

View source: R/get.genes.R

Description

Returns the gene ids

Usage

1
get.genes.kegg(webg.pathways, sleep = 10)

Arguments

webg.pathways

dataframe where the second column contains the pathway ids

sleep

Number of seconds to sleep between Kegg requests

Value

an array of gene ids

Examples

1
2
3
download.example.data()
webg.pathways = load.WebGestalt("Marra_0_kegg_protein_enrichment.tsv",'Kegg')
gene.ids = get.genes.kegg(webg.pathways)

Anderson-Lab/ComplementaryDomainPrioritization documentation built on May 5, 2019, 5:59 a.m.