Description Usage Arguments Examples
Writes a fasta file from a physeq object.
1 | WriteFasta(x, filename, multiline = 60)
|
x |
The physeq object to read from |
filename |
The name of the file to create |
multiline |
How many characters per line, for an interleaved FASTA format. Use 'multiline = -1' for sequential format (no character limit). Default = 60 |
1 2 | x <- ReadPhylip("MSA.phy") #Creates the physeq object 'x'
WriteFasta(x, "MSA.fa")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.