getAllDomainsOma {PhyloProfile} | R Documentation |
Create domain annotation dataframe from a raw OMA dataframe
getAllDomainsOma(finalOmaDf = NULL)
finalOmaDf |
raw OMA data for a list of proteins (see ?getDataForOneOma) |
Dataframe of the domain annotation used for PhyloProfile, which contains seed IDs, ortholog IDs, ortholog lengths, annotated features, start and end positions of those features.
Vinh Tran tran@bio.uni-frankfurt.de
print("Uncomment the following line to run the function") # omaData <- getDataForOneOma("HUMAN29397", "OG") # getAllDomainsOma(omaData)