se.lth.immun.chem.IMolecule 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 IMolecule {
public ElementComposition getComposition();
public double monoisotopicMass();
public IsotopeDistribution getIsotopeDistribution();
}