getKEGGtoDATABASE | R Documentation |
Get KEGG Genes to a Database cross-reference from KEGG
getKEGGtoDATABASE(dbName, geneList)
dbName |
Name of database to find as string- only 1 input allowed |
geneList |
List of Proteins as formatted in UPKB |
Dataframe of the Genes-Proteins relation
Mohammad Al Maaz
geneList=c("hsa:122706","hsa:4221","hsa:8312")
keggToDb = getKEGGtoDATABASE("UniProt",geneList)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.