Uses of Interface
com.compomics.util.experiment.biology.variants.Variant
Packages that use Variant
Package
Description
Type of implemented variants.
Experiment classes related to matches.
-
Uses of Variant in com.compomics.util.experiment.biology.variants.amino_acids
Classes in com.compomics.util.experiment.biology.variants.amino_acids that implement VariantModifier and TypeClassDescriptionclassClass representing an amino acid deletion.classClass representing an amino acid insertion.classClass representing an amino acid substitution.classClass representing an amino acid swap. -
Uses of Variant in com.compomics.util.experiment.identification.matches
Methods in com.compomics.util.experiment.identification.matches that return types with arguments of type VariantModifier and TypeMethodDescriptionPeptideVariantMatches.getVariantMatches()Returns the map of variants indexed by 0 based position on the peptide.Constructor parameters in com.compomics.util.experiment.identification.matches with type arguments of type VariantModifierConstructorDescriptionPeptideVariantMatches(HashMap<Integer, Variant> variantMatches, int lengthDiff) Constructor.