Package | Description |
---|---|
com.compomics.util.experiment.biology.enzymes |
Classes related to enzymes.
|
Modifier and Type | Method and Description |
---|---|
static EnzymeFactory |
EnzymeFactory.getDefault()
Returns an instance containing only the default enzymes.
|
static EnzymeFactory |
EnzymeFactory.getInstance()
Static method to get an instance of the factory.
|
static EnzymeFactory |
EnzymeFactory.getInstance(File enzymeFile)
Static method to get an instance of the factory.
|
static EnzymeFactory |
EnzymeFactory.loadFromFile(File file)
Loads an enzyme factory from a file.
|
Modifier and Type | Method and Description |
---|---|
static void |
EnzymeFactory.saveToFile(EnzymeFactory enzymeFactory,
File file)
Saves en enzyme factory to a file.
|
Copyright © 2018. All rights reserved.