powered by
Converts a dataframe into a fasta file.
df2fasta(df, out.file)
a named (both rows and cols) dataframe (see details).
path and name of output file.
A fasta file that is saved in the specified path.
The format of the df should be as follows. Each row represents a protein sequence and each column a species.
fastaconc()
# NOT RUN { df2fasta(df = bovids, out.file = "./example.fasta") # }
Run the code above in your browser using DataLab