Description Usage Arguments Value Author(s) Examples
Parse multi-fasta input file
1 | fasta_parser(input_file)
|
input_file |
input multiple fasta file |
A data frame containing input data in long-format
Vinh Tran tran@bio.uni-frankfurt.de
1 2 3 4 5 6 7 | ## Not run:
input_file <- system.file(
"extdata", "test.main.fasta", package = "phyloprofile", mustWork = TRUE
)
fasta_parser(input_file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.