Description Usage Arguments Value Author(s) See Also Examples
View source: R/getOmaBrowser.R
Create a phylogenetic profile from a raw OMA dataframe
1 | 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
1 2 3 | print("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.