public class AminoAcidCompositionTable extends Object
Constructor and Description |
---|
AminoAcidCompositionTable() |
AminoAcidCompositionTable(List<AminoAcidComposition> aaList) |
Modifier and Type | Method and Description |
---|---|
void |
computeMolecularWeight(ElementTable eTable)
Computes and store the molecular weight of each amino acid by its symbol in aaSymbol2MolecularWeight.
|
List<AminoAcidComposition> |
getAminoacid() |
ModifiedAminoAcidCompoundSet |
getAminoAcidCompoundSet() |
double |
getMolecularWeight(Character aaSymbol) |
Set<Character> |
getSymbolSet() |
void |
setAminoacid(List<AminoAcidComposition> aminoacid) |
public AminoAcidCompositionTable()
public AminoAcidCompositionTable(List<AminoAcidComposition> aaList)
public ModifiedAminoAcidCompoundSet getAminoAcidCompoundSet()
public List<AminoAcidComposition> getAminoacid()
public void setAminoacid(List<AminoAcidComposition> aminoacid)
public Set<Character> getSymbolSet()
public void computeMolecularWeight(ElementTable eTable)
eTable
- Stores the mass of elements and isotopespublic double getMolecularWeight(Character aaSymbol) throws NullPointerException
aaSymbol
- Standard symbol of Amino AcidNullPointerException
- thrown if AminoAcidCompositionTable.computeMolecularWeight(ElementTable) is not called before this methodCopyright © 2000–2019 BioJava. All rights reserved.