write_fasta | R Documentation |
write_fasta(x, file, format = "fasta", record_format = "%part", verbose = F)
x |
The tabseq table to save |
file |
The path to a wanted fasta-file |
format |
The format you want to save the file as |
record_format |
A string designating how to encode the records in the fasta file written. Defaults to "\ \itemverboseFor debugging |
Saves the content to disk, and returns a tibble which represents what is being written to disk. Takes a tabseq table, and saves it to disk in the fasta format.
#my_sequences = read_tabseq("path/to/sequences.fa") #write_tabseq(my_sequences, "write/sequences/here/sequences.fa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.