View source: R/TreeFunctions.R
| dfToFasta | R Documentation |
readFasta reads a fasta fileWrite a fasta file of sequences
readFasta reads a fasta file
dfToFasta(
df,
file,
id = "sequence_id",
seq = "sequence",
imgt_gaps = FALSE,
columns = NULL
)
df |
dataframe of sequences |
file |
FASTA file for output |
id |
Column name of sequence ids |
seq |
Column name of sequences |
imgt_gaps |
Keep IMGT gaps if present? |
columns |
vector of column names to append to sequence id |
File of FASTA formatted sequences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.