Package | Description |
---|---|
de.hu.berlin.wbi.objects |
Package with the main data objects.
|
Modifier and Type | Method and Description |
---|---|
static void |
Transcript.init(DatabaseConnection connection,
String table)
Initializes the prepared statements for retrieving
sequence information for one Gene
|
static void |
UniprotFeature.init(DatabaseConnection mysql,
String uniProt_Table)
Initializes prepared statements to retrieve UniProt features,
like signaling peptide information
|
static void |
dbSNP.init(DatabaseConnection mysql,
String psmTable,
String hgvs_view)
Initializes prepared statements for retrieving SNP information
|
static void |
Gene.init(DatabaseConnection connection,
String geneTable,
String gene2Pubmed)
Initializes the prepared statements for retrieving
gene information for one PubMed article
|
Copyright © 2016. All rights reserved.