Description Usage Arguments Details Value Author(s) Examples
Retrieve genomic genes.
1 2 3 4 5 | getGenomicGenes(KEGGSpe)
getGenesfGenomes(KEGGSpe)
getGenesfGeneids(KEGGSpe)
|
KEGGSpe |
A KEGG species ID |
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.
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.
Yulong Niu niuylscu@gmail.com
Yulong Niu niuylscu@gmail.com
Yulong Niu niuylscu@gmail.com
Yulong Niu niuylscu@gmail.com
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.