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
downloadPathway("R-HSA-195721",biopax=3)
biopax=readBiopax("R-HSA-195721.owl")
pathwayID=listPathways(biopax)$id[1]
g=pathway2Mully (biopax, pathwayID)
relatedGenes = getRelatedGenes(g,biopax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.