Description Usage Arguments Value Author(s) See Also Examples
View source: R/getOmaBrowser.R
Get selected fasta sequences from a raw OMA dataframe
1 | getSelectedFastaOma(finalOmaDf = NULL, seqID = NULL)
|
finalOmaDf |
raw OMA data for a list of proteins (see ?getDataForOneOma) |
seqID |
OMA ID of selected protein |
Required protein sequence in fasta format.
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 | print("Uncomment the following line to run the function")
# omaData <- getDataForOneOma("HUMAN29397", "OG")
# getSelectedFastaOma(omaData, "HUMAN29397")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.