getAllFastaOma: Get all fasta sequences from a raw OMA dataframe

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getOmaBrowser.R

Description

Get all fasta sequences from a raw OMA dataframe

Usage

1
getAllFastaOma(finalOmaDf = NULL)

Arguments

finalOmaDf

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

Value

A list contains all protein sequences in fasta format.

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

getDataForOneOma

Examples

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

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