getCycTUfGene: Get TU from ID.

Description Usage Arguments Details Value Author(s) Examples

Description

BioCyc Database API - Get transcription unit (TU) from gene

Usage

1
getCycTUfGene(geneID, speID, evidence = FALSE)

Arguments

geneID

A BioCyc gene.

speID

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

evidence

Logical value indicates whether to return the evidence value.

Details

Get TU from a given BioCyc gene ID. If the given gene has no TU, "NULL" will be returned. If the "evidence" is set to TRUE, a list will return.

Value

A vector contains TUs or NULL

Author(s)

Yulong Niu niuylscu@gmail.com

Examples

1
getCycTUfGene('EG10102', 'ECOLI')

YulongNiu/KEGG_BioCyc_API documentation built on May 10, 2019, 1:13 a.m.