paperKB
coga / coga-kb
Help
Sign in

Chunk #15 — TOPPGENE SUITE IMPLEMENTATION AND ACCESS

Source
ToppGene Suite for gene list enrichment analysis and candidate gene prioritization.
Embedded
yes

Text

ToppGene Suite uses two different relational databases for persistence of data: (i) Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 – 64 bit; and (ii) Apache Derby Server - 10.4.2.0. The two databases are used differently. The ‘production data’ are stored in a Derby database on the same computer as the web server, which gives Derby the advantage that it does not have to fetch large data sets across a network and therefore eliminates network latency for small queries. The Oracle Database, on the other hand, is used for data collection and refresh. The data schemas in Oracle are highly structured according to the generally accepted database practice of Third Normal Form.