View source: R/getOmaBrowser.R
createProfileFromOma | R Documentation |
Create a phylogenetic profile from a raw OMA dataframe
createProfileFromOma(finalOmaDf = NULL)
finalOmaDf |
raw OMA data for a list of proteins (see ?getDataForOneOma) |
Dataframe of the phylogenetic profiles in long format, which contains the seed protein IDs, their orthologous proteins and the corresponding taxononmy IDs of the orthologs.
Vinh Tran tran@bio.uni-frankfurt.de
getDataForOneOma
### Uncomment the following lines to run the function
# omaData <- getDataForOneOma("HUMAN29397", "OG")
# createProfileFromOma(omaData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.