fasta2df | R Documentation |
Handy wrapper to import fasta files into a data.frame
fasta2df(path, ID_col = "fasta_header", ...)
path |
A character indicating a |
ID_col |
A character specifying a column name for the info contained in the fasta header. Default is |
... |
Additional parameters passed to |
A data.frame
df1 <- fasta2df(path = "/file/to/fasta/species.fasta", ID_col = "Species")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.