View source: R/file_contains_dna.R
file_contains_dna | R Documentation |
Check whether input file contains dna as required.
file_contains_dna(file, input_type)
file |
file path to |
input_type |
a character string specifying whether input file a |
When a file contains the correct sequence type then this function will only execute without any output. In case a file does not contains the correct sequence type then an error is thrown.
Hajk-Georg Drost
# test an dna file
file_contains_dna(file = system.file('seqs/qry_nn.fa', package = 'metablastr'),
input_type = "query")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.