Description Usage Arguments Value Examples
Create (or connect to) a blastReport SQLite database.
1 2 3 4 | blastReportDB(blastfile, db_path = ":memory:", max_hit = NULL,
max_hsp = NULL, reset_at = 1000, verbose = TRUE)
blastReportDBConnect(db_path)
|
blastfile |
an XML BLAST Report. |
db_path |
Path to an blastReport SQLite database. |
max_hit |
How many hits should be parsed (default: all available) |
max_hsp |
How many hsps should be parsed (default: all available) |
reset_at |
After how many iterations should the parser dump the data into the db before continuing. |
verbose |
Message if a new database is created. |
A BlastReportDB
object.
1 | ##
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.