Description Usage Arguments Examples
Covert a data frame into a fasta file. The data frame must have sequence descriptions in the first column and sequences in the second column.
1 | tbl_to_fasta(tbl, file, append = FALSE)
|
tbl |
Data frame to convert. |
file |
Name of fasta file to be created. |
append |
Set to |
1 2 3 4 5 6 7 | ## Not run:
sequences <- seq_tbl("reads.fasta")
tbl_to_fasta(sequences[1:10,], "first_ten_reads.fasta")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.