Description Usage Arguments Details Value See Also Examples
Converts a dataframe into a fasta file.
1 |
df |
a named (both rows and cols) dataframe (see details). |
out.file |
path and name of output file. |
The format of the df should be as follows. Each row represents a protein sequence and each column a species.
A fasta file that is saved in the specified path.
fastaconc()
1 | ## Not run: df2fasta(df = bovids, out.file = "./example.fasta")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.