KEGGMotifList: Get motif list from KEGG.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

KEGG Database Additional API - Get genes processing certain motif

Usage

1
2
3
getKEGGMotifList(motifName, enforceURL = FALSE)

getKEGGMotifList2(motifName, enforceURL = FALSE)

Arguments

motifName

A single KEGG motif ID

enforceURL

whether to enfoce get get url until the results returned. The default value is "FALSE".

Details

Get all the gene having certain motif.

Value

A matrix of KEGG genes and description

A vector of protein names including UniProt and SWISS-PROT. Not all these "protID" have KEGG IDs. KEGG uses UniProt and SWISS-PROT for gene UniProt annotation.

Author(s)

Yulong Niu niuylscu@gmail.com

Yulong Niu niuylscu@gmail.com

See Also

convKEGG

Examples

1
2
3
4
5
6
7
8
motifMat <- getKEGGMotifList('pf:DUF3675')
pfUniprot <- getKEGGMotifList2('pf:DUF3675')
## Not run: 
# convert uniprot ID to KEGG IDs
pfUniprot <- paste0('uniprot:', pfUniprot)
pfGeneID <- convKEGG('genes', pfUniprot, convertType = 'identity')

## End(Not run)

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