public class UnimodManager extends Object
| Modifier and Type | Method and Description |
|---|---|
static UnimodManager |
getInstance() |
static com.google.common.base.Optional<UnimodMod> |
getModification(String modName) |
List<UnimodMod> |
getModificationList()
Return an unmodifiable list containing all the modifications that are managed by this
|
static List<Modification> |
getModifications(double mass,
Tolerance tolerance) |
static List<Modification> |
getModifications(double mass,
Tolerance tolerance,
Set<String> aminoAcids) |
static void |
setUnimodPath(String unimodPath)
Set static variable unimodPath to your local unimod.xml file version
|
static int |
size() |
String |
toString() |
public static UnimodManager getInstance()
public static List<Modification> getModifications(double mass, Tolerance tolerance)
public static List<Modification> getModifications(double mass, Tolerance tolerance, Set<String> aminoAcids)
public static com.google.common.base.Optional<UnimodMod> getModification(String modName)
public static int size()
public List<UnimodMod> getModificationList()
public static void setUnimodPath(String unimodPath)
unimodPath - path to an unimod.xml fileCopyright © 2016. All Rights Reserved.