fetchKEGG: Fetch KEGG pathway annotations

View source: R/annotations.R

fetchKEGGR Documentation

Fetch KEGG pathway annotations

Description

Fetch KEGG pathway annotations

Usage

fetchKEGG(species = c("hs", "mm"))

Arguments

species

Species identifier (only "hs" or "mm" are supported).

Value

A list of two elements: "genesets" and "geneset_info".

Author(s)

Steve Sansom

Examples

## Not run: 
kegg_hs <- fetchKEGG(species="hs")
kegg_mm <- fetchKEGG(species="mm")

## End(Not run)

sansomlab/gsfisher documentation built on July 7, 2022, 4:21 a.m.