public class PeptideBasedComparison
extends java.lang.Object
Constructor and Description |
---|
PeptideBasedComparison() |
Modifier and Type | Method and Description |
---|---|
static boolean |
bilateralCompPeptOnly(Protein aProt,
Protein anOtherProt)
Performs a peptide based comparison that considers only the available peptide sets of the two proteins specified.
|
static boolean |
bilateralCompPeptSeq(Protein aProt,
Protein anOtherProt,
java.util.ArrayList<Enzyme> enzymes)
Performs a peptide based comparison of two proteins obtained from different protein list.
|
static boolean |
bilateralCompPeptSeqMod(Protein aProt,
Protein anOtherProt,
java.util.ArrayList<Enzyme> enzymes)
Performs a peptide based comparison of two proteins obtained from different protein lists.
|
public static boolean bilateralCompPeptOnly(Protein aProt, Protein anOtherProt)
aProt
- anOtherProt
- public static boolean bilateralCompPeptSeq(Protein aProt, Protein anOtherProt, java.util.ArrayList<Enzyme> enzymes)
aProt
- anOtherProt
- enzymes
- public static boolean bilateralCompPeptSeqMod(Protein aProt, Protein anOtherProt, java.util.ArrayList<Enzyme> enzymes)
aProt
- anOtherProt
- enzymes
-