Package org.biojava.nbio.protmod
Interface ProteinModification
- All Known Implementing Classes:
ProteinModificationImpl
public interface ProteinModification
This interface defines information about a specific protein
modification.
- Since:
- 3.0
- Author:
- Jianjiong Gao
-
Method Summary
-
Method Details
-
getId
- Returns:
- modification id.
-
getPdbccId
- Returns:
- Protein Data Bank Chemical Component ID.
-
getPdbccName
- Returns:
- Protein Data Bank Chemical Component name.
-
getResidId
- Returns:
- RESID ID.
-
getResidName
- Returns:
- RESID name.
-
getPsimodId
- Returns:
- PSI-MOD ID.
-
getPsimodName
- Returns:
- PSI-MOD name.
-
getSystematicName
- Returns:
- Systematic name.
-
getDescription
- Returns:
- Description.
-
getKeywords
Set<String> getKeywords()- Returns:
- a set of keywords.
-
getCondition
- Returns:
ModificationCondition
-
getFormula
- Returns:
- formula of the modified residue.
-
getCategory
- Returns:
- the modification category.
-
getOccurrenceType
- Returns:
- the modification occurrence type.
-