writeFasta | R Documentation |
This function is based on one originally authored by Katie Karpenko for writing FASTA files out. The functionality is identical to that function, but this version has been optimized.
writeFasta(
data,
filename,
sample_column = "SampleName",
sequence_column = "ESVseq",
...
)
data |
data.frame |
filename |
character, the name of the file to write to |
sample_column |
character, the name of the sample ID column in data |
sequence_column |
character, the name of the sequence column in data |
... |
addtional args passed to |
filename, the path to the file that was written
Matt Espe and Katie Karpenko
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.