se.lth.immun.chem.IModifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Proteins Show documentation
Show all versions of Proteins Show documentation
Library for general purpose in silico chemistry, mainly intended for mass spectrometry proteomics computations.
package se.lth.immun.chem;
public interface IModifier {
public boolean isTarget(IAminoAcid left, IAminoAcid x, IAminoAcid y);
public IMolecule modification();
public String modStr();
}