All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.lth.immun.chem.IMolecule Maven / Gradle / Ivy

Go to download

Library for general purpose in silico chemistry, mainly intended for mass spectrometry proteomics computations.

There is a newer version: 1.3.3
Show newest version
package se.lth.immun.chem;

public interface IMolecule {

	public ElementComposition getComposition();
	public double monoisotopicMass();
	public IsotopeDistribution getIsotopeDistribution();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy