Description Usage Arguments Value Examples
validates whether the files are valid fasta files uses read.fasta from seqinr to do that
1 | validateFastaFiles(file_path)
|
file_path |
fasta file paths |
logical, whether the file is a fasta file or NULL if file_path is NULL
1 2 3 4 | ## Not run:
validateFastaFiles("fasta_DB.fasta")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.