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 booleanequals(Object obj)StringgetChainId()StringgetPdbEnd()StringgetPdbId()StringgetPdbStart()StringgetSeqresEnd()StringgetSeqresStart()StringgetUniprotEnd()StringgetUniProtId()StringgetUniprotStart()inthashCode()StringtoString()
-
-
-
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()
-
-