Class SiftsChainEntry
- java.lang.Object
-
- org.biojava.nbio.structure.io.sifts.SiftsChainEntry
-
public class SiftsChainEntry extends Object
An entry in the chain-level SIFTS mapping between UniProt and the PDB.- Since:
- 3.0.7
- Author:
- dmyersturnbull
- See Also:
SiftsChainToUniprotMapping
,Which is a distinct concept
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getChainId()
String
getPdbEnd()
String
getPdbId()
String
getPdbStart()
String
getSeqresEnd()
String
getSeqresStart()
String
getUniprotEnd()
String
getUniProtId()
String
getUniprotStart()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getChainId
public String getChainId()
-
getPdbStart
public String getPdbStart()
- Returns:
- A residue number
-
getSeqresEnd
public String getSeqresEnd()
- Returns:
- A residue number
-
getSeqresStart
public String getSeqresStart()
- Returns:
- A residue number
-
getUniprotEnd
public String getUniprotEnd()
-
getUniProtId
public String getUniProtId()
-
getUniprotStart
public String getUniprotStart()
-
-