genomicGenes: Retrieve genomic genes

Description Usage Arguments Details Value Author(s) Examples

Description

Retrieve genomic genes.

Usage

1
2
3
4
5

Arguments

KEGGSpe

A KEGG species ID

Details

Retrieve the whole genomic gene from a prokaryotic species. The function returns gene location in all genomes, including the cellular genoms and plasmids. For some gene, multiple location may return. If the genome has no gene featurs, "NULL" will be returned. getGenesfGenomes(): retrieve whole genomic genes from NCBI genomes. getGenesfGeneids(): retrieve whole genomic genes from NCBI gene IDs. getGenomicGenes(): a wrapped of these top two function, which trys getGenesfGeneids() at first and then getGenesfGenomes() if the genome is from GenBank.

Value

A list. Each element represents a genome, and the gene IDs are in KEGG format.

A list. Each element represents a genome, and the gene IDs are in KEGG format.

A list. Each element represents a genome, and the gene IDs are in KEGG format.

Author(s)

Yulong Niu niuylscu@gmail.com

Yulong Niu niuylscu@gmail.com

Yulong Niu niuylscu@gmail.com

Yulong Niu niuylscu@gmail.com

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## no genomic genes
noGenes <- getGenomicGenes('csu')
## Not run: 
## from GenBank
## one genome with three plasmids
hxaGenes <- getGenomicGenes('hxa')

## from RefSeq
## two genomes with two plasmids
draGenes <- getGenomicGenes('dra')
## End(Not run)

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