Constructor and Description |
---|
UniprotFeature(int geneId,
String modificationType,
int startLoc,
int endLoc) |
Modifier and Type | Method and Description |
---|---|
int |
getEndLoc()
Returns end location of the modification on the peptide
|
static List<UniprotFeature> |
getFeatures(int geneID)
Returns all UniProt features for one specific Entrez-Gene Identifier
|
int |
getGeneId()
Returns associated Enzrez Gene ID
|
String |
getModificationType()
Returns modification type (e.g.
|
int |
getStartLoc()
Returns start location of the modification on the peptide
|
static void |
init(DatabaseConnection mysql,
String uniProt_Table)
Initializes prepared statements to retrieve UniProt features,
like signaling peptide information
|
String |
toString()
(non-Javadoc)
|
public UniprotFeature(int geneId, String modificationType, int startLoc, int endLoc)
public static void init(DatabaseConnection mysql, String uniProt_Table) throws SQLException
mysql
- mySQL databaseuniProt_Table
- Table nameSQLException
public static List<UniprotFeature> getFeatures(int geneID)
geneID
- -- Entrez Gene IDpublic String toString()
toString
in class Object
MutationMention.toString()
public int getGeneId()
public String getModificationType()
public int getStartLoc()
public int getEndLoc()
Copyright © 2016. All rights reserved.