Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- A - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- A - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- A - Static variable in class org.biojava.nbio.aaproperties.Constraints
- aa2CTerminalPka - Static variable in class org.biojava.nbio.aaproperties.Constraints
- aa2ExtinctionCoefficient - Static variable in class org.biojava.nbio.aaproperties.Constraints
- aa2Hydrophathicity - Static variable in class org.biojava.nbio.aaproperties.Constraints
- aa2MolecularWeight - Static variable in class org.biojava.nbio.aaproperties.Constraints
- aa2NTerminalPka - Static variable in class org.biojava.nbio.aaproperties.Constraints
- aa2PKa - Static variable in class org.biojava.nbio.aaproperties.Constraints
- Absorbance_False - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- Absorbance_True - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- ALL - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.DISTRIBUTION
- AminoAcidComposition - Class in org.biojava.nbio.aaproperties.xml
- AminoAcidComposition() - Constructor for class org.biojava.nbio.aaproperties.xml.AminoAcidComposition
- AminoAcidComposition(String, String, String, List<Name2Count>, List<Name2Count>) - Constructor for class org.biojava.nbio.aaproperties.xml.AminoAcidComposition
- AminoAcidCompositionTable - Class in org.biojava.nbio.aaproperties.xml
- AminoAcidCompositionTable() - Constructor for class org.biojava.nbio.aaproperties.xml.AminoAcidCompositionTable
- AminoAcidCompositionTable(List<AminoAcidComposition>) - Constructor for class org.biojava.nbio.aaproperties.xml.AminoAcidCompositionTable
- AminoAcidProperties - Class in org.biojava.nbio.aaproperties
-
This class provides the protein properties at the level of individual amino acids.
- AminoAcidProperties() - Constructor for class org.biojava.nbio.aaproperties.AminoAcidProperties
- ApliphaticIndex - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- AverageHydropathyValue - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
B
- BETWEEN_11 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.TRANSITION
- BETWEEN_12 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.TRANSITION
- BETWEEN_13 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.TRANSITION
- BETWEEN_22 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.TRANSITION
- BETWEEN_23 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.TRANSITION
- BETWEEN_33 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.TRANSITION
- BioJavaAADemo - Class in demo
-
Created by andreas on 8/9/14.
- BioJavaAADemo() - Constructor for class demo.BioJavaAADemo
C
- C - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- C - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- C - Static variable in class org.biojava.nbio.aaproperties.Constraints
- CaseFreeAminoAcidCompoundSet - Class in org.biojava.nbio.aaproperties.xml
-
Set of proteinogenic amino acids.
- CaseFreeAminoAcidCompoundSet() - Constructor for class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- CHARGE - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.ATTRIBUTE
- checkSequence(String) - Static method in class org.biojava.nbio.aaproperties.Utils
-
Checks if the sequence contains invalid characters.
- checkSequence(String, Set<Character>) - Static method in class org.biojava.nbio.aaproperties.Utils
-
Checks if the sequence contains invalid characters.
- cleanSequence(String, Set<Character>) - Static method in class org.biojava.nbio.aaproperties.Utils
-
Returns a new sequence with all invalid characters being replaced by '-'.
- CommandPrompt - Class in org.biojava.nbio.aaproperties
- CommandPrompt() - Constructor for class org.biojava.nbio.aaproperties.CommandPrompt
- CommandPrompt.PropertyName - Enum Class in org.biojava.nbio.aaproperties
- compoundsEquivalent(AminoAcidCompound, AminoAcidCompound) - Method in class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- compoundsEquivalent(AminoAcidCompound, AminoAcidCompound) - Method in class org.biojava.nbio.aaproperties.xml.ModifiedAminoAcidCompoundSet
- computeMolecularWeight(ElementTable) - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidCompositionTable
-
Computes and store the molecular weight of each amino acid by its symbol in aaSymbol2MolecularWeight.
- Constraints - Class in org.biojava.nbio.aaproperties
-
This class is used to support the implementation of properties stated in IPeptideProperties.
- Constraints() - Constructor for class org.biojava.nbio.aaproperties.Constraints
- convert(char) - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Charge
-
Class for the conversion of protein sequence into charge
- convert(char) - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Hydrophobicity
-
Class for the conversion of protein sequence into hydrophobicity
- convert(char) - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2NormalizedVanDerWaalsVolume
-
Class for the conversion of protein sequence into normalized van der waals volume
- convert(char) - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Polarity
-
Class for the conversion of protein sequence into polarity
- convert(char) - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Polarizability
-
Class for the conversion of protein sequence into polarizability
- convert(char) - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2SecondaryStructure
-
Class for the conversion of protein sequence into secondary structure
- convert(char) - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2SolventAccessibility
-
Class for the conversion of protein sequence into solvent accessibility
- convert(char) - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convertor
-
Returns the grouping of the amino acid character.
- convert(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convertor
-
Returns the converted sequence.
- Convert2Charge - Class in org.biojava.nbio.aaproperties.profeat.convertor
- Convert2Charge() - Constructor for class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Charge
- Convert2Hydrophobicity - Class in org.biojava.nbio.aaproperties.profeat.convertor
- Convert2Hydrophobicity() - Constructor for class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Hydrophobicity
- Convert2NormalizedVanDerWaalsVolume - Class in org.biojava.nbio.aaproperties.profeat.convertor
- Convert2NormalizedVanDerWaalsVolume() - Constructor for class org.biojava.nbio.aaproperties.profeat.convertor.Convert2NormalizedVanDerWaalsVolume
- Convert2Polarity - Class in org.biojava.nbio.aaproperties.profeat.convertor
- Convert2Polarity() - Constructor for class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Polarity
- Convert2Polarizability - Class in org.biojava.nbio.aaproperties.profeat.convertor
- Convert2Polarizability() - Constructor for class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Polarizability
- Convert2SecondaryStructure - Class in org.biojava.nbio.aaproperties.profeat.convertor
- Convert2SecondaryStructure() - Constructor for class org.biojava.nbio.aaproperties.profeat.convertor.Convert2SecondaryStructure
- Convert2SolventAccessibility - Class in org.biojava.nbio.aaproperties.profeat.convertor
- Convert2SolventAccessibility() - Constructor for class org.biojava.nbio.aaproperties.profeat.convertor.Convert2SolventAccessibility
- Convertor - Class in org.biojava.nbio.aaproperties.profeat.convertor
- Convertor() - Constructor for class org.biojava.nbio.aaproperties.profeat.convertor.Convertor
- createOutput(String, String) - Method in class org.biojava.nbio.aaproperties.xml.SchemaGenerator
D
- D - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- D - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- D - Static variable in class org.biojava.nbio.aaproperties.Constraints
- demo - package demo
- diAA2Instability - Static variable in class org.biojava.nbio.aaproperties.Constraints
- doesSequenceContainInvalidChar(String, Set<Character>) - Static method in class org.biojava.nbio.aaproperties.Utils
-
Checks if given sequence contains invalid characters.
E
- E - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- E - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- E - Static variable in class org.biojava.nbio.aaproperties.Constraints
- Element - Class in org.biojava.nbio.aaproperties.xml
-
One way to model the elements
- Element() - Constructor for class org.biojava.nbio.aaproperties.xml.Element
- Element(String, String, int, List<Isotope>, double) - Constructor for class org.biojava.nbio.aaproperties.xml.Element
- ElementTable - Class in org.biojava.nbio.aaproperties.xml
- ElementTable() - Constructor for class org.biojava.nbio.aaproperties.xml.ElementTable
- ElementTable(List<Element>) - Constructor for class org.biojava.nbio.aaproperties.xml.ElementTable
- ExtinctionCoefficient_False - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- ExtinctionCoefficient_True - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
F
- F - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- F - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- F - Static variable in class org.biojava.nbio.aaproperties.Constraints
- FIRST - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.DISTRIBUTION
- FIRST25 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.DISTRIBUTION
- FIRST50 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.DISTRIBUTION
- FIRST75 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.DISTRIBUTION
G
- G - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- G - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- G - Static variable in class org.biojava.nbio.aaproperties.Constraints
- getAAComposition(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the composition of the 20 standard amino acid in the sequence.
- getAAComposition(ProteinSequence) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the composition of the 20 standard amino acid in the sequence.
- getAAComposition(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getAACompositionChar(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the composition of the 20 standard amino acid in the sequence.
- getAACompositionString(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the composition of the 20 standard amino acid in the sequence.
- getAbsorbance(String, boolean) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to returns the absorbance (optical density) of sequence.
- getAbsorbance(ProteinSequence, boolean) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the absorbance (optical density) of sequence.
- getAbsorbance(ProteinSequence, boolean) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getAllCompounds() - Method in class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- getAllCompounds() - Method in class org.biojava.nbio.aaproperties.xml.ModifiedAminoAcidCompoundSet
- getAminoacid() - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidCompositionTable
- getAminoAcidCompoundSet() - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidCompositionTable
- getAminoAcidCompoundSet() - Static method in class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- getApliphaticIndex(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the apliphatic index of sequence.
- getApliphaticIndex(ProteinSequence) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the apliphatic index of sequence.
- getApliphaticIndex(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getAromaticity(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the aromaticity value of sequence.
- getAromaticity(ProteinSequence) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Calculates the aromaticity value of a protein according to Lobry, 1994.
- getAromaticity(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getAttribute() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Charge
- getAttribute() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Hydrophobicity
- getAttribute() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2NormalizedVanDerWaalsVolume
- getAttribute() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Polarity
- getAttribute() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Polarizability
- getAttribute() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2SecondaryStructure
- getAttribute() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2SolventAccessibility
- getAttribute() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convertor
-
Return the attribute of the grouping
- getAvgHydropathy(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the average hydropathy value of sequence.
- getAvgHydropathy(ProteinSequence) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the average hydropathy value of sequence.
- getAvgHydropathy(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getChargeOfAminoAcid(char) - Static method in class org.biojava.nbio.aaproperties.AminoAcidProperties
-
Returns the charge of amino acid.
- getChargesOfAminoAcids(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
Returns the array of charges of each amino acid in a protein.
- getComposition(String) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getComposition(String, IProfeatProperties.ATTRIBUTE) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getComposition(String, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getComposition(ProteinSequence) - Method in interface org.biojava.nbio.aaproperties.profeat.IProfeatProperties
- getComposition(ProteinSequence) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getComposition(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.profeat.ProfeatPropertiesImpl
- getComposition(ProteinSequence, IProfeatProperties.ATTRIBUTE) - Method in interface org.biojava.nbio.aaproperties.profeat.IProfeatProperties
- getComposition(ProteinSequence, IProfeatProperties.ATTRIBUTE) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getComposition(ProteinSequence, IProfeatProperties.ATTRIBUTE) - Method in class org.biojava.nbio.aaproperties.profeat.ProfeatPropertiesImpl
- getComposition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING) - Method in interface org.biojava.nbio.aaproperties.profeat.IProfeatProperties
-
Returns the composition of the specific grouping for the given attribute.
- getComposition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
-
An adaptor method which returns the composition of the specific grouping for the given attribute.
- getComposition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING) - Method in class org.biojava.nbio.aaproperties.profeat.ProfeatPropertiesImpl
- getCompoundForString(String) - Method in class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- getCompoundForString(String) - Method in class org.biojava.nbio.aaproperties.xml.ModifiedAminoAcidCompoundSet
- getCount() - Method in class org.biojava.nbio.aaproperties.xml.Name2Count
- getDistributionPosition(String) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getDistributionPosition(String, IProfeatProperties.ATTRIBUTE) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getDistributionPosition(String, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getDistributionPosition(String, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING, IProfeatProperties.DISTRIBUTION) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getDistributionPosition(ProteinSequence) - Method in interface org.biojava.nbio.aaproperties.profeat.IProfeatProperties
- getDistributionPosition(ProteinSequence) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getDistributionPosition(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.profeat.ProfeatPropertiesImpl
- getDistributionPosition(ProteinSequence, IProfeatProperties.ATTRIBUTE) - Method in interface org.biojava.nbio.aaproperties.profeat.IProfeatProperties
- getDistributionPosition(ProteinSequence, IProfeatProperties.ATTRIBUTE) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getDistributionPosition(ProteinSequence, IProfeatProperties.ATTRIBUTE) - Method in class org.biojava.nbio.aaproperties.profeat.ProfeatPropertiesImpl
- getDistributionPosition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING) - Method in interface org.biojava.nbio.aaproperties.profeat.IProfeatProperties
- getDistributionPosition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getDistributionPosition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING) - Method in class org.biojava.nbio.aaproperties.profeat.ProfeatPropertiesImpl
- getDistributionPosition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING, IProfeatProperties.DISTRIBUTION) - Method in interface org.biojava.nbio.aaproperties.profeat.IProfeatProperties
-
Computes and return the position with respect to the sequence where the given distribution of the grouping can be found.
Example: "1111122222"
For the above example,
position of the GROUPING.GROUP1 & DISTRIBUTION.FIRST = 0/10 (because the first occurrence of '1' is at position 0)
position of the GROUPING.GROUP1 & DISTRIBUTION.ALL = 4/10 (because all occurrences of '1' happens on and before position 4) - getDistributionPosition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING, IProfeatProperties.DISTRIBUTION) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
-
An adaptor method which computes and return the position with respect to the sequence where the given distribution of the grouping can be found.
Example: "1111122222"
For the above example,
position of the GROUPING.GROUP1 & DISTRIBUTION.FIRST = 0/10 (because the first occurrence of '1' is at position 0)
position of the GROUPING.GROUP1 & DISTRIBUTION.ALL = 4/10 (because all occurrences of '1' happens on and before position 4) - getDistributionPosition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.GROUPING, IProfeatProperties.DISTRIBUTION) - Method in class org.biojava.nbio.aaproperties.profeat.ProfeatPropertiesImpl
- getElement() - Method in class org.biojava.nbio.aaproperties.xml.ElementTable
- getElement(String) - Method in class org.biojava.nbio.aaproperties.xml.ElementTable
- getElementList() - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidComposition
- getEnrichment(String, char) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the composition of specified amino acid in the sequence.
- getEnrichment(String, String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the composition of specified amino acid in the sequence.
- getEnrichment(String, PeptideProperties.SingleLetterAACode) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the composition of specified amino acid in the sequence.
- getEnrichment(ProteinSequence, AminoAcidCompound) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the composition of specified amino acid in the sequence.
- getEnrichment(ProteinSequence, AminoAcidCompound) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getEquivalentCompounds(AminoAcidCompound) - Method in class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- getEquivalentCompounds(AminoAcidCompound) - Method in class org.biojava.nbio.aaproperties.xml.ModifiedAminoAcidCompoundSet
- getExtinctionCoefficient(String, boolean) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the extinction coefficient of sequence.
- getExtinctionCoefficient(ProteinSequence, boolean) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the extinction coefficient of sequence.
- getExtinctionCoefficient(ProteinSequence, boolean) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getGrouping() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Charge
- getGrouping() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Hydrophobicity
- getGrouping() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2NormalizedVanDerWaalsVolume
- getGrouping() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Polarity
- getGrouping() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2Polarizability
- getGrouping() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2SecondaryStructure
- getGrouping() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convert2SolventAccessibility
- getGrouping() - Method in class org.biojava.nbio.aaproperties.profeat.convertor.Convertor
-
Returns the groupings of the attribute
- getInstabilityIndex(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the instability index of sequence.
- getInstabilityIndex(ProteinSequence) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the instability index of sequence.
- getInstabilityIndex(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getIsoelectricPoint(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
- getIsoelectricPoint(String, boolean) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the isoelectric point of sequence.
- getIsoelectricPoint(ProteinSequence) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
- getIsoelectricPoint(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getIsoelectricPoint(ProteinSequence, boolean) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the isoelectric point of sequence.
- getIsoelectricPoint(ProteinSequence, boolean) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getIsotope(String) - Method in class org.biojava.nbio.aaproperties.xml.ElementTable
- getIsotopeList() - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidComposition
- getIsotopes() - Method in class org.biojava.nbio.aaproperties.xml.Element
- getMass() - Method in class org.biojava.nbio.aaproperties.xml.Element
- getMass() - Method in class org.biojava.nbio.aaproperties.xml.Isotope
- getMaxSingleCompoundStringLength() - Method in class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- getMaxSingleCompoundStringLength() - Method in class org.biojava.nbio.aaproperties.xml.ModifiedAminoAcidCompoundSet
- getMolecularWeight(Character) - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidCompositionTable
- getMolecularWeight(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the molecular weight of sequence.
- getMolecularWeight(String, File) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the molecular weight of sequence.
- getMolecularWeight(String, File, File) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the molecular weight of sequence.
- getMolecularWeight(ProteinSequence) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the molecular weight of sequence.
- getMolecularWeight(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getMolecularWeight(ProteinSequence, File) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the molecular weight of sequence.
- getMolecularWeight(ProteinSequence, File) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getMolecularWeight(ProteinSequence, File, File) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the molecular weight of sequence.
- getMolecularWeight(ProteinSequence, File, File) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getMolecularWeightBasedOnXML(String, AminoAcidCompositionTable) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method that returns the molecular weight of sequence.
- getMolecularWeightBasedOnXML(ProteinSequence, AminoAcidCompositionTable) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the molecular weight of sequence.
- getMolecularWeightBasedOnXML(ProteinSequence, AminoAcidCompositionTable) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getName() - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidComposition
- getName() - Method in class org.biojava.nbio.aaproperties.xml.Element
- getName() - Method in class org.biojava.nbio.aaproperties.xml.Isotope
- getName() - Method in class org.biojava.nbio.aaproperties.xml.Name2Count
- getNetCharge(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
- getNetCharge(String, boolean) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
- getNetCharge(String, boolean, double) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method to return the net charge of sequence at pH 7.
- getNetCharge(ProteinSequence) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
- getNetCharge(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getNetCharge(ProteinSequence, boolean) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
- getNetCharge(ProteinSequence, boolean) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getNetCharge(ProteinSequence, boolean, double) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
Returns the net charge of sequence at pH 7.
- getNetCharge(ProteinSequence, boolean, double) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- getNeutronsNum() - Method in class org.biojava.nbio.aaproperties.xml.Isotope
- getNumberOfInvalidChar(String, Set<Character>, boolean) - Static method in class org.biojava.nbio.aaproperties.Utils
-
Return the number of invalid characters in sequence.
- getPolarityOfAminoAcid(char) - Static method in class org.biojava.nbio.aaproperties.AminoAcidProperties
-
There are 10 amino acids: D, E, H, K, R, N, Q, S, T, Y, that are polar.
- getPolarityOfAminoAcids(String) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
Returns the array of polarity values of each amino acid in a protein sequence.
- getShorName() - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidComposition
- getStringForCompound(AminoAcidCompound) - Method in class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- getStringForCompound(AminoAcidCompound) - Method in class org.biojava.nbio.aaproperties.xml.ModifiedAminoAcidCompoundSet
- getSymbol() - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidComposition
- getSymbolSet() - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidCompositionTable
- getTransition(String) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getTransition(String, IProfeatProperties.ATTRIBUTE) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getTransition(String, IProfeatProperties.ATTRIBUTE, IProfeatProperties.TRANSITION) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getTransition(ProteinSequence) - Method in interface org.biojava.nbio.aaproperties.profeat.IProfeatProperties
- getTransition(ProteinSequence) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getTransition(ProteinSequence) - Method in class org.biojava.nbio.aaproperties.profeat.ProfeatPropertiesImpl
- getTransition(ProteinSequence, IProfeatProperties.ATTRIBUTE) - Method in interface org.biojava.nbio.aaproperties.profeat.IProfeatProperties
- getTransition(ProteinSequence, IProfeatProperties.ATTRIBUTE) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- getTransition(ProteinSequence, IProfeatProperties.ATTRIBUTE) - Method in class org.biojava.nbio.aaproperties.profeat.ProfeatPropertiesImpl
- getTransition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.TRANSITION) - Method in interface org.biojava.nbio.aaproperties.profeat.IProfeatProperties
-
Returns the number of transition between the specified groups for the given attribute with respect to the length of sequence.
- getTransition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.TRANSITION) - Static method in class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
-
An adaptor method which returns the number of transition between the specified groups for the given attribute with respect to the length of sequence.
- getTransition(ProteinSequence, IProfeatProperties.ATTRIBUTE, IProfeatProperties.TRANSITION) - Method in class org.biojava.nbio.aaproperties.profeat.ProfeatPropertiesImpl
- group1 - Static variable in class org.biojava.nbio.aaproperties.profeat.convertor.Convertor
-
Based on Table 2 of http://nar.oxfordjournals.org/content/34/suppl_2/W32.full.pdf
An abstract class to convert a protein sequence into representation of different attribute with each attribute having 3 groups.
The seven different attributes are - GROUP1 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.GROUPING
- group2 - Static variable in class org.biojava.nbio.aaproperties.profeat.convertor.Convertor
- GROUP2 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.GROUPING
- group3 - Static variable in class org.biojava.nbio.aaproperties.profeat.convertor.Convertor
- GROUP3 - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.GROUPING
H
- H - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- H - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- H - Static variable in class org.biojava.nbio.aaproperties.Constraints
- handleEvent(ValidationEvent) - Method in class org.biojava.nbio.aaproperties.xml.MyValidationEventHandler
- hasCompound(AminoAcidCompound) - Method in class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- hasCompound(AminoAcidCompound) - Method in class org.biojava.nbio.aaproperties.xml.ModifiedAminoAcidCompoundSet
- HYDROPHOBICITY - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.ATTRIBUTE
I
- I - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- I - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- I - Static variable in class org.biojava.nbio.aaproperties.Constraints
- initExtinctionCoefficient() - Static method in class org.biojava.nbio.aaproperties.Constraints
-
Does the initialization of extinction coefficient based on http://au.expasy.org/tools/protparam-doc.html
- initMolecularWeight() - Static method in class org.biojava.nbio.aaproperties.Constraints
-
Does the initialization of molecular weights based on http://au.expasy.org/tools/findmod/findmod_masses.html#AA
- InstabilityIndex - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- IPeptideProperties - Interface in org.biojava.nbio.aaproperties
-
An interface to generate some basic physico-chemical properties of protein sequences.
The following properties could be generated: - IProfeatProperties - Interface in org.biojava.nbio.aaproperties.profeat
- IProfeatProperties.ATTRIBUTE - Enum Class in org.biojava.nbio.aaproperties.profeat
-
Enumeration of the seven different attributes
- IProfeatProperties.DISTRIBUTION - Enum Class in org.biojava.nbio.aaproperties.profeat
-
Enumeration of the distribution for the first, first 25%, first 50%, first 75% and 100% of the grouping
- IProfeatProperties.GROUPING - Enum Class in org.biojava.nbio.aaproperties.profeat
-
Enumeration of the three different groupings for each attributes
- IProfeatProperties.TRANSITION - Enum Class in org.biojava.nbio.aaproperties.profeat
-
Enumeration of the transition between groupA and groupB
- isCharged(char) - Static method in class org.biojava.nbio.aaproperties.AminoAcidProperties
-
At pH=7, two are negative charged: aspartic acid (Asp, D) and glutamic acid (Glu, E) (acidic side chains), and three are positive charged: lysine (Lys, K), arginine (Arg, R) and histidine (His, H) (basic side chains).
- isComplementable() - Method in class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- isComplementable() - Method in class org.biojava.nbio.aaproperties.xml.ModifiedAminoAcidCompoundSet
- isCompoundStringLengthEqual() - Method in class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- isCompoundStringLengthEqual() - Method in class org.biojava.nbio.aaproperties.xml.ModifiedAminoAcidCompoundSet
- IsoelectricPoint - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- Isotope - Class in org.biojava.nbio.aaproperties.xml
- Isotope() - Constructor for class org.biojava.nbio.aaproperties.xml.Isotope
- Isotope(String, int, double) - Constructor for class org.biojava.nbio.aaproperties.xml.Isotope
- isPolar(char) - Static method in class org.biojava.nbio.aaproperties.AminoAcidProperties
-
There are 10 amino acids: D, E, H, K, R, N, Q, S, T, Y, that are polar.
- isValidSequence(Sequence<AminoAcidCompound>) - Method in class org.biojava.nbio.aaproperties.xml.CaseFreeAminoAcidCompoundSet
- isValidSequence(Sequence<AminoAcidCompound>) - Method in class org.biojava.nbio.aaproperties.xml.ModifiedAminoAcidCompoundSet
K
- K - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- K - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- K - Static variable in class org.biojava.nbio.aaproperties.Constraints
L
- L - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- L - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- L - Static variable in class org.biojava.nbio.aaproperties.Constraints
M
- M - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- M - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- M - Static variable in class org.biojava.nbio.aaproperties.Constraints
- main(String[]) - Static method in class demo.BioJavaAADemo
- main(String[]) - Static method in class org.biojava.nbio.aaproperties.CommandPrompt
-
The main method
- ModifiedAminoAcidCompoundSet - Class in org.biojava.nbio.aaproperties.xml
- ModifiedAminoAcidCompoundSet(List<AminoAcidComposition>, Map<Character, Double>) - Constructor for class org.biojava.nbio.aaproperties.xml.ModifiedAminoAcidCompoundSet
- MolecularWeight - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- MyValidationEventHandler - Class in org.biojava.nbio.aaproperties.xml
- MyValidationEventHandler() - Constructor for class org.biojava.nbio.aaproperties.xml.MyValidationEventHandler
N
- N - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- N - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- N - Static variable in class org.biojava.nbio.aaproperties.Constraints
- Name2Count - Class in org.biojava.nbio.aaproperties.xml
- Name2Count() - Constructor for class org.biojava.nbio.aaproperties.xml.Name2Count
- Name2Count(String, int) - Constructor for class org.biojava.nbio.aaproperties.xml.Name2Count
- NetCharge_pH_7 - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
O
- obtainAminoAcidCompositionTable(File) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
This method would initialize amino acid composition table based on the input xml files and stores the table for usage in future calls to IPeptideProperties.getMolecularWeightBasedOnXML(ProteinSequence, AminoAcidCompositionTable).
- obtainAminoAcidCompositionTable(File) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method would initialize amino acid composition table based on the input xml files and stores the table for usage in future calls to IPeptideProperties.getMolecularWeightBasedOnXML(ProteinSequence, AminoAcidCompositionTable).
- obtainAminoAcidCompositionTable(File) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- obtainAminoAcidCompositionTable(File, File) - Method in interface org.biojava.nbio.aaproperties.IPeptideProperties
-
This method would initialize amino acid composition table based on the input xml files and stores the table for usage in future calls to IPeptideProperties.getMolecularWeightBasedOnXML(ProteinSequence, AminoAcidCompositionTable).
- obtainAminoAcidCompositionTable(File, File) - Static method in class org.biojava.nbio.aaproperties.PeptideProperties
-
An adaptor method would initialize amino acid composition table based on the input xml files and stores the table for usage in future calls to IPeptideProperties.getMolecularWeightBasedOnXML(ProteinSequence, AminoAcidCompositionTable).
- obtainAminoAcidCompositionTable(File, File) - Method in class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- org.biojava.nbio.aaproperties - package org.biojava.nbio.aaproperties
-
Set of classes that responsible for providing APIs and Command Prompt access to generate some basic physico-chemical properties of protein sequences.
- org.biojava.nbio.aaproperties.profeat - package org.biojava.nbio.aaproperties.profeat
-
Set of classes that responsible for providing APIs access to generate some PROFEAT properties of protein sequences.
- org.biojava.nbio.aaproperties.profeat.convertor - package org.biojava.nbio.aaproperties.profeat.convertor
-
Set of classes that enable the conversion protein sequences into various attributes.
- org.biojava.nbio.aaproperties.xml - package org.biojava.nbio.aaproperties.xml
-
Set of classes that handles the reading and writing of xml files.
P
- P - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- P - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- P - Static variable in class org.biojava.nbio.aaproperties.Constraints
- PeptideProperties - Class in org.biojava.nbio.aaproperties
-
This is an adaptor class which enable the ease of generating protein properties.
- PeptideProperties() - Constructor for class org.biojava.nbio.aaproperties.PeptideProperties
- PeptideProperties.SingleLetterAACode - Enum Class in org.biojava.nbio.aaproperties
-
Enumeration of 20 standard amino acid code
- PeptidePropertiesImpl - Class in org.biojava.nbio.aaproperties
-
This class contains the actual implementation of IPeptideProperties and is wrapped around by PeptideProperties for ease of use.
- PeptidePropertiesImpl() - Constructor for class org.biojava.nbio.aaproperties.PeptidePropertiesImpl
- POLARITY - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.ATTRIBUTE
- POLARIZABILITY - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.ATTRIBUTE
- populateMaps() - Method in class org.biojava.nbio.aaproperties.xml.ElementTable
-
Populate the Maps for quick retrieval
- ProfeatProperties - Class in org.biojava.nbio.aaproperties.profeat
-
This is an adaptor class which enable the ease of generating profeat properties.
- ProfeatProperties() - Constructor for class org.biojava.nbio.aaproperties.profeat.ProfeatProperties
- ProfeatPropertiesImpl - Class in org.biojava.nbio.aaproperties.profeat
- ProfeatPropertiesImpl() - Constructor for class org.biojava.nbio.aaproperties.profeat.ProfeatPropertiesImpl
Q
- Q - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- Q - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- Q - Static variable in class org.biojava.nbio.aaproperties.Constraints
R
- R - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- R - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- R - Static variable in class org.biojava.nbio.aaproperties.Constraints
- roundToDecimals(double, int) - Static method in class org.biojava.nbio.aaproperties.Utils
-
Returns a value with the desired number of decimal places.
- run(String[]) - Static method in class org.biojava.nbio.aaproperties.CommandPrompt
S
- S - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- S - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- S - Static variable in class org.biojava.nbio.aaproperties.Constraints
- SchemaGenerator - Class in org.biojava.nbio.aaproperties.xml
- SchemaGenerator(String) - Constructor for class org.biojava.nbio.aaproperties.xml.SchemaGenerator
- SECONDARYSTRUCTURE - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.ATTRIBUTE
- setAminoacid(List<AminoAcidComposition>) - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidCompositionTable
- setAtomicNumber(int) - Method in class org.biojava.nbio.aaproperties.xml.Element
- setElement(List<Element>) - Method in class org.biojava.nbio.aaproperties.xml.ElementTable
- setIsotopes(List<Isotope>) - Method in class org.biojava.nbio.aaproperties.xml.Element
- setMass(double) - Method in class org.biojava.nbio.aaproperties.xml.Element
- setMass(double) - Method in class org.biojava.nbio.aaproperties.xml.Isotope
- setName(String) - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidComposition
- setName(String) - Method in class org.biojava.nbio.aaproperties.xml.Element
- setName(String) - Method in class org.biojava.nbio.aaproperties.xml.Isotope
- setNeutronsNum(int) - Method in class org.biojava.nbio.aaproperties.xml.Isotope
- setShortName(String) - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidComposition
- setSymbol(String) - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidComposition
- setSymbol(String) - Method in class org.biojava.nbio.aaproperties.xml.Element
- SOLVENTACCESSIBILITY - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.ATTRIBUTE
- standardAASet - Static variable in class org.biojava.nbio.aaproperties.PeptideProperties
-
Contains the 20 standard AA code in a set
T
- T - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- T - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- T - Static variable in class org.biojava.nbio.aaproperties.Constraints
- toString() - Method in class org.biojava.nbio.aaproperties.xml.AminoAcidComposition
- toString() - Method in class org.biojava.nbio.aaproperties.xml.Element
U
- unknownGroup - Static variable in class org.biojava.nbio.aaproperties.profeat.convertor.Convertor
- Utils - Class in org.biojava.nbio.aaproperties
-
This is a utility class that contains utility methods which will facilitates the coding of other methods
- Utils() - Constructor for class org.biojava.nbio.aaproperties.Utils
V
- V - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- V - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- V - Static variable in class org.biojava.nbio.aaproperties.Constraints
- valueOf(String) - Static method in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.ATTRIBUTE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.DISTRIBUTION
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.GROUPING
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.TRANSITION
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.ATTRIBUTE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.DISTRIBUTION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.GROUPING
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.TRANSITION
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VOLUME - Enum constant in enum class org.biojava.nbio.aaproperties.profeat.IProfeatProperties.ATTRIBUTE
W
- W - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- W - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- W - Static variable in class org.biojava.nbio.aaproperties.Constraints
Y
- Y - Enum constant in enum class org.biojava.nbio.aaproperties.CommandPrompt.PropertyName
- Y - Enum constant in enum class org.biojava.nbio.aaproperties.PeptideProperties.SingleLetterAACode
- Y - Static variable in class org.biojava.nbio.aaproperties.Constraints
All Classes and Interfaces|All Packages|Constant Field Values