Description Usage Arguments Examples
Typically used in conjunction with fasta2dataframe.
| 1 2 3 4 5 6 | df2fasta(
  dataframe,
  filename = "fastadf",
  seqIDcolumn = "SeqIDs",
  seqColumn = "readseq"
)
 | 
| dataframe | a dataframe containing sequence identifiers and sequences in separate columns. with column names | 
| filename | desirec filename (defaults to fastadf) | 
| seqIDcolumn | string indicating the name of the column with the sequence identifiers (defaults to SeqIDs). | 
| seqColumn | string indicating the name of the column with the sequences themselves (defaults to readseq) | 
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.