Description Usage Arguments Value Examples
Export character vector to file in FASTA format
1  | export_FASTA(sequences, file)
 | 
sequences | 
 named character vector; Sequences to be exported  | 
file | 
 string; Filename and path for sequences to be saved in  | 
Nothing, file written to disk.
1 2  | dna <- c(seqA="ATGCTAG",seqB="ATCGATGTT",seqC="TCGATCGAT")
export_FASTA(dna, "dna.fasta")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.