Description Usage Details See Also
‘TaxonDBConnection’: A connection to an SQLite database containing the NCBI taxonomy organised in two tables:
1 2 3 |
nodes with fields:
tax_id CHAR(10) Primary key
parent_id CHAR(10)
rank VARCHAR(50)
embl_code CHAR(2)
division_id CHAR(2)
names with fields:
tax_id CHAR(10) Primary key
tax_name VARCHAR(200)
unique_name VARCHAR(100)
class VARCHAR(50)
‘GeneidDBConnection’: A connection to an SQLite database linking NCBI Gene IDs to Taxids.
The constructors taxonDBConnect,
geneidDBConnect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.