createProfileFromOma: Create a phylogenetic profile from a raw OMA dataframe

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getOmaBrowser.R

Description

Create a phylogenetic profile from a raw OMA dataframe

Usage

1
createProfileFromOma(finalOmaDf = NULL)

Arguments

finalOmaDf

raw OMA data for a list of proteins (see ?getDataForOneOma)

Value

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.

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

getDataForOneOma

Examples

1
2
3
print("Uncomment the following lines to run the function")
# omaData <- getDataForOneOma("HUMAN29397", "OG")
# createProfileFromOma(omaData)

PhyloProfile documentation built on March 27, 2021, 6:01 p.m.