Description Usage Arguments Value
View source: R/findInFlatfile.R
Checks if any entries of a taxon are present in a given GenBank flatfile based on regular expressions. The motivation is to save computation time by not parsing files that do not include the taxon of interest.
1 | findInFlatfile(file, taxon = NULL, acc = NULL)
|
file |
A character string giving the name of the GenBank flatfile. |
taxon |
A character string giving the name of the taxon. |
acc |
A character string giving the accession number. |
Logical, returns TRUE
, if taxon
is included with one or
more entries in file
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.