createProfileFromOma {PhyloProfile} | 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
print("Uncomment the following lines to run the function") # omaData <- getDataForOneOma("HUMAN29397", "OG") # createProfileFromOma(omaData)