public class dbSNPNormalized extends dbSNP implements Comparable<dbSNPNormalized>
MutationMention mention which has been successfully
normalized to a dbSNP . Therefore it extends dbSNP.| Constructor and Description |
|---|
dbSNPNormalized(dbSNP dbsnp,
EnumSet<MatchOptions> matchType,
UniprotFeature feature) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(dbSNPNormalized that) |
int |
getConfidence() |
UniprotFeature |
getFeature() |
EnumSet<MatchOptions> |
getMatchType() |
boolean |
isAlleleOrder()
Returns true if Alleles are in the same order in dbSNP as in the text mention
|
boolean |
isExactPosition() |
boolean |
isFeatureMatch() |
boolean |
isMethioneMatch() |
boolean |
isPsm() |
String |
toString()
(non-Javadoc)
|
equals, getAaPosition, getGeneID, getHgvs, getResidues, getRsID, getSNP, getWildtype, hashCode, init, setAaPosition, setGeneID, setHgvs, setResidues, setRsIDpublic dbSNPNormalized(dbSNP dbsnp, EnumSet<MatchOptions> matchType, UniprotFeature feature)
dbsnp - dbSNP Objectfeature - UniProt feature used for normalizationmatchType - EnumSet of MatchOptions enum valuespublic EnumSet<MatchOptions> getMatchType()
public int getConfidence()
public String toString()
toString in class dbSNPdbSNP.toString()public boolean isAlleleOrder()
public boolean isExactPosition()
public boolean isMethioneMatch()
public boolean isFeatureMatch()
public UniprotFeature getFeature()
public boolean isPsm()
public int compareTo(dbSNPNormalized that)
compareTo in interface Comparable<dbSNPNormalized>Copyright © 2016. All rights reserved.