public class ProfeatProperties extends Object
IProfeatProperties
,
ProfeatPropertiesImpl
Constructor and Description |
---|
ProfeatProperties() |
public ProfeatProperties()
public static double getComposition(ProteinSequence sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.GROUPING group) throws Exception
sequence
- a protein sequence consisting of non-ambiguous characters onlyattribute
- one of the seven attributes (Hydrophobicity, Volume, Polarity, Polarizability, Charge, SecondaryStructure or SolventAccessibility)group
- the grouping to be computedException
- throws Exception if attribute or group are unknownpublic static Map<IProfeatProperties.GROUPING,Double> getComposition(ProteinSequence sequence, IProfeatProperties.ATTRIBUTE attribute) throws Exception
Exception
public static Map<IProfeatProperties.ATTRIBUTE,Map<IProfeatProperties.GROUPING,Double>> getComposition(ProteinSequence sequence) throws Exception
Exception
public static double getComposition(String sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.GROUPING group) throws Exception
Exception
public static Map<IProfeatProperties.GROUPING,Double> getComposition(String sequence, IProfeatProperties.ATTRIBUTE attribute) throws Exception
Exception
public static Map<IProfeatProperties.ATTRIBUTE,Map<IProfeatProperties.GROUPING,Double>> getComposition(String sequence) throws Exception
Exception
public static double getTransition(ProteinSequence sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.TRANSITION transition) throws Exception
sequence
- a protein sequence consisting of non-ambiguous characters onlyattribute
- one of the seven attributes (Hydrophobicity, Volume, Polarity, Polarizability, Charge, SecondaryStructure or SolventAccessibility)transition
- the interested transition between the groupsException
- throws Exception if attribute or group are unknownpublic static Map<IProfeatProperties.TRANSITION,Double> getTransition(ProteinSequence sequence, IProfeatProperties.ATTRIBUTE attribute) throws Exception
Exception
public static Map<IProfeatProperties.ATTRIBUTE,Map<IProfeatProperties.TRANSITION,Double>> getTransition(ProteinSequence sequence) throws Exception
Exception
public static double getTransition(String sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.TRANSITION transition) throws Exception
Exception
public static Map<IProfeatProperties.TRANSITION,Double> getTransition(String sequence, IProfeatProperties.ATTRIBUTE attribute) throws Exception
Exception
public static Map<IProfeatProperties.ATTRIBUTE,Map<IProfeatProperties.TRANSITION,Double>> getTransition(String sequence) throws Exception
Exception
public static double getDistributionPosition(ProteinSequence sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.GROUPING group, IProfeatProperties.DISTRIBUTION distribution) throws Exception
sequence
- a protein sequence consisting of non-ambiguous characters onlyattribute
- one of the seven attributes (Hydrophobicity, Volume, Polarity, Polarizability, Charge, SecondaryStructure or SolventAccessibility)group
- one the three groups for the attributedistribution
- the distribution of the groupingException
- throws Exception if attribute or group are unknownpublic static Map<IProfeatProperties.DISTRIBUTION,Double> getDistributionPosition(ProteinSequence sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.GROUPING group) throws Exception
Exception
public static Map<IProfeatProperties.GROUPING,Map<IProfeatProperties.DISTRIBUTION,Double>> getDistributionPosition(ProteinSequence sequence, IProfeatProperties.ATTRIBUTE attribute) throws Exception
Exception
public static Map<IProfeatProperties.ATTRIBUTE,Map<IProfeatProperties.GROUPING,Map<IProfeatProperties.DISTRIBUTION,Double>>> getDistributionPosition(ProteinSequence sequence) throws Exception
Exception
public static double getDistributionPosition(String sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.GROUPING group, IProfeatProperties.DISTRIBUTION distribution) throws Exception
Exception
public static Map<IProfeatProperties.DISTRIBUTION,Double> getDistributionPosition(String sequence, IProfeatProperties.ATTRIBUTE attribute, IProfeatProperties.GROUPING group) throws Exception
Exception
public static Map<IProfeatProperties.GROUPING,Map<IProfeatProperties.DISTRIBUTION,Double>> getDistributionPosition(String sequence, IProfeatProperties.ATTRIBUTE attribute) throws Exception
Exception
public static Map<IProfeatProperties.ATTRIBUTE,Map<IProfeatProperties.GROUPING,Map<IProfeatProperties.DISTRIBUTION,Double>>> getDistributionPosition(String sequence) throws Exception
Exception
Copyright © 2000–2019 BioJava. All rights reserved.