View source: R/getOmaBrowser.R
getOmaMembers | R Documentation |
Get OMA ortholog group, OMA HOG or OMA pair's members for a seed protein from OMA Browser.
getOmaMembers(id = NULL, orthoType = "OG")
id |
ID of the seed protein (OMA or UniProt ID) |
orthoType |
type of OMA orthologs: either "HOG", "OG" (orthologous group) or "PAIR" (orthologous pair - CURRENTLY NOT WORKING). Default = "OG". |
List of OMA orthologs for an input seed protein.
Carla Mölbert carla.moelbert@gmx.de
### Uncomment the following line to run the function
# getOmaMembers("HUMAN29397", "OG")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.