write_fasta | R Documentation |
Write fasta file from stringset
write_fasta(seq, path = tempfile(fileext = ".fa"))
seq |
a 'Biostrings::XStringSet' |
path |
path of fasta file to write (default: temporary file) |
path to created fasta file
seq <- universalmotif::create_sequences()
write_fasta(seq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.