pathway: Pathway

Description Usage Arguments Details Value Author(s) Examples

Description

BioCyc Database API - Pathway

Usage

1
2
3

Arguments

speID

The BioCyc species ID, for example "ECOLI" is for "Escherichia coli K-12 substr. MG1655".

pathID

Pathway ID.

Details

It may take more than 10 minutes to retrieve the xml file.

Value

Author(s)

Yulong Niu yulong.niu@hotmail.com

Examples

1
2
3
4
5
## Candida albicans SC5314 pathways
calTU <- getCycPathway('CALBI')

## genes of pathway "CALBI:PWY3B3-8"
genes <- getCycGenesfPathway('CALBI:PWY3B3-8')

YulongNiu/BioCyc_API documentation built on May 10, 2019, 1:12 a.m.