Description Usage Arguments Value Examples
Creates a csv file with containing a summary of all fasta files found in the directory tries to extract species names from the file names
1 2 3 | createSummaryFileOfFastaFiles(fasta_files_path = ".",
out_file = "Available_species_DBs.csv",
file_name_pattern = "\\.fasta$")
|
fasta_files_path |
directory path vector for searching the fasta files |
out_file |
file name (or path) for the summary output file. If NULL no file will be written |
file_name_pattern |
file name pattern to filter the file names |
data frame with the summary
1 2 3 4 5 | ## Not run:
createSummaryFileOfFastaFiles()
createSummaryFileOfFastaFiles("fasta_dir", "summary.csv", "(HUMAN|YEAST).*\\.fasta$")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.