Package | Description |
---|---|
com.hfg.bio.proteinproperty |
Classes for calculating physical properties of proteins.
|
Modifier and Type | Class and Description |
---|---|
class |
ChemicalFormula
Chemical formula packaged as a protein property for ease of integration with
other protein properties.
|
class |
ExtinctionCoeff
A280 extinction coefficient packaged as a protein property for ease of integration with
other protein properties.
|
class |
Hydrophobicity
Simple container for sequence mapping stats.
|
class |
IsoelectricPoint<S extends SimpleProteinPropertyCalcSettings>
Isoelectric point calculation packaged as a protein property for ease of integration
with other protein properties.
|
class |
Mass
Mass packaged as a protein property for ease of integration with
other protein properties.
|
class |
PctExtinctionCoeff
Percent extinction coefficient (ml/mg cm-1) at A280
packaged as a protein property for ease of integration with other protein properties.
|
class |
SeqLength
Sequence length packaged as a protein property for ease of integration with
other protein properties.
|
Modifier and Type | Method and Description |
---|---|
SimpleProteinProperty |
SimpleProteinProperty.setDescription(String inValue) |
SimpleProteinProperty |
SimpleProteinProperty.setReference(String inValue) |
static SimpleProteinProperty |
SimpleProteinProperty.valueOf(String inName) |
Modifier and Type | Method and Description |
---|---|
static Collection<? extends SimpleProteinProperty> |
SimpleProteinProperty.values() |
jataylor@hairyfatguy.com