Description Usage Arguments Value Examples
Make a temporary fasta file
| 1 | make_tmp_fasta(sequences, seq_names = NULL)
 | 
| sequences | Character vector of sequences to be written | 
| seq_names | Character vector of names to be used in the fasta header (defaults to the sequences) | 
Path to the temporary fasta
| 1 2 | make_tmp_fasta(c("PEPTIDE", "TIDALES"))
make_tmp_fasta(c("PEPTIDE", "TIDALES"), seq_names = c("Pep1", "Pep2"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.