Package | Description |
---|---|
com.compomics.util.experiment.identification |
This package contains experiment classes related to identifications.
|
Modifier and Type | Method and Description |
---|---|
PeptideMatch |
Identification.getPeptideMatch(String peptideKey)
Returns a peptide match.
|
PeptideMatch |
IdentificationDB.getPeptideMatch(String key,
boolean useDB)
Returns the desired peptide match.
|
PeptideMatch |
Identification.getPeptideMatch(String peptideKey,
boolean useDB)
Returns a peptide match.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentificationDB.addPeptideMatch(PeptideMatch peptideMatch)
Adds a peptide match to the database.
|
void |
IdentificationDB.updatePeptideMatch(PeptideMatch peptideMatch)
Updates a peptide match.
|
void |
Identification.updatePeptideMatch(PeptideMatch peptideMatch)
Updates a peptide match in the database.
|
Copyright © 2014. All rights reserved.