Counts the number of sequences in a FASTA file by counting header lines
(lines starting with >). Accepts gzip files.
Examples
db <- system.file("extdata", "example_unite.fasta", package = "dbpq")
count_seq_db(db)
#> [1] 5
Counts the number of sequences in a FASTA file by counting header lines
(lines starting with >). Accepts gzip files.
db <- system.file("extdata", "example_unite.fasta", package = "dbpq")
count_seq_db(db)
#> [1] 5