csv_to_fasta | R Documentation |
Creates a Fasta file from a CSV
csv_to_fasta(
csv_file,
df = read.csv(csv_file),
outfile = gsub("\\.csv$", "_fasta.txt", basename(csv_file)),
outdir = "."
)
csv_file |
file path to the CSV to read in |
df |
data.frame, the results of read.csv |
outfile |
name of output file |
outdir |
directory to write output to. Defaults to current working directory |
file path to fasta file
Matt Espe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.