simplifyInteractionKegg | R Documentation |
Simplify the dataframe's structure
simplifyInteractionKegg(genes)
genes |
A data frame of all genes and their relation to other cross references |
A data frame of gene and its presence in other databases
must be preceeded by interactionKegg(keggInput)
Mohammad Al Maaz
geneList=c("hsa:122706","hsa:4221","hsa:8312")
genes = getKeggGene(geneList)
genesinteraction = interactionKegg(genes)
genesinteractionsimplified =simplifyInteractionKegg(genesinteraction)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.