Usage
IdLengths(dbFile, tblName = "Seqs", identifier = "", type = "DNAStringSet", add2tbl = FALSE, batchSize = 10000, processors = 1, verbose = TRUE)
Arguments
dbFile
A SQLite connection object or a character string specifying the path to the database file.
tblName
Character string specifying the table where the sequences are located.
identifier
Optional character string used to narrow the search results to those matching a specific identifier. If "" then all identifiers are selected.
type
The type of XStringSet
being processed. This should be (an abbreviation of) one of "DNAStringSet"
or "RNAStringSet"
.
add2tbl
Logical or a character string specifying the table name in which to add the result.
batchSize
Integer specifying the number of sequences to process at a time.
processors
The number of processors to use, or NULL
to automatically detect and use all available processors.
verbose
Logical indicating whether to display progress.