getRelatedGenes | R Documentation |
Get proteins that has a reference to KEGG Genes from a mully graph and a biopax
getRelatedGenes(g, biopax)
g |
A Mully graph |
biopax |
A biopax file |
List of Protein
proteinList = c("P02747","P00734","P07204","A0A0S2Z4R0","O15169")
geneList=c("hsa:122706","hsa:4221","hsa:8312")
relatedGenes = getRelatedGenes(g,biopax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.