getAllFastaOma {PhyloProfile} | R Documentation |
Get all fasta sequences from a raw OMA dataframe
getAllFastaOma(finalOmaDf = NULL)
finalOmaDf |
raw OMA data for a list of proteins (see ?getDataForOneOma) |
A list contains all protein sequences in fasta format.
Vinh Tran tran@bio.uni-frankfurt.de
print("Uncomment the following line to run the function") # omaData <- getDataForOneOma("HUMAN29397", "OG") # getAllFastaOma(omaData)