interactionKegg | R Documentation |
Interaction between KEGG genes and other databases
interactionKegg(keggInput)
keggInput |
data frame of all data retrieved from kegg genes database |
A data frame of each gene vs interactions with other databases
Mohammad Al Maaz
geneList=c("hsa:122706","hsa:4221","hsa:8312")
genes = getKeggGene(geneList)
genesinteraction = interactionKegg(genes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.