batch_mitofish_to_csv | R Documentation |
These functions allow for batch processing MitoFish output. Each takes a directory full of files.
batch_mitofish_to_csv(file_dir, out_dir, ...)
batch_csv_to_fasta(csv_dir, out_dir, ...)
file_dir |
character, the file path to the directory containing input files. |
out_dir |
character, the file path to the output directory to write files to. If the directory does not exist, it will be created. |
... |
additional args passed to the processing function |
list of processed output, in the case of mito_to_csv, or the file path to the written files, in the case of csv_to_fasta
Matt Espe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.