Description Usage Arguments Value Author(s) Examples
Get fasta sequences from main input file in multi-fasta format
1 | getFastaFromFile(seqIDs = NULL, concatFasta = NULL)
|
seqIDs |
list of sequences IDs. Set seqIDs = "all" if you want to get all fasta sequences from the concatenated input fasta file. |
concatFasta |
input concatenated fasta file. |
A dataframe with one column contains sequences in fasta format.
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 5 | concatFasta <- system.file(
"extdata", "fastaFiles/concatenatedFile.fa",
package = "PhyloProfile", mustWork = TRUE
)
getFastaFromFasInput("all", concatFasta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.