Package | Description |
---|---|
de.mpc.prolic.comparison | |
de.mpc.prolic.model |
Modifier and Type | Method and Description |
---|---|
static boolean |
PeptideBasedComparison.bilateralCompPeptOnly(Protein aProt,
Protein anOtherProt)
Performs a peptide based comparison that considers only the available peptide sets of the two proteins specified.
|
static boolean |
PeptideBasedComparison.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 |
PeptideBasedComparison.bilateralCompPeptSeqMod(Protein aProt,
Protein anOtherProt,
java.util.ArrayList<Enzyme> enzymes)
Performs a peptide based comparison of two proteins obtained from different protein lists.
|
Modifier and Type | Method and Description |
---|---|
Protein |
Peptide.getRelatedProt()
Setter and Getter
|
Modifier and Type | Method and Description |
---|---|
void |
Peptide.setRelatedProt(Protein relatedProt_) |