Description Usage Arguments Value Examples
View source: R/tool_functions.R
Write fasta file in output directory
1 | write_fasta(fasta_ls, name = "fasta_seq")
|
fasta_ls |
list of fasta sequence produced by build_fasta function |
name |
name of output file |
write a file with .fasta extension
1 2 3 | ls_tax_gen <- cb_taxa_gene("Pomatoschistus adriaticus","COI")
ls_fasta <-build_fasta(ls_tax_gen)
write_fasta(ls_fasta, "pomadri_COI_seqs.fasta")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.