Package | Description |
---|---|
com.compomics.util.experiment.identification |
This package contains experiment classes related to identifications.
|
com.compomics.util.experiment.identification.matches |
This package contains experiment classes releated to matches.
|
Modifier and Type | Method and Description |
---|---|
ProteinMatch |
Identification.getProteinMatch(String proteinKey)
Returns a protein match.
|
ProteinMatch |
IdentificationDB.getProteinMatch(String key,
boolean useDB)
Returns the desired protein match.
|
ProteinMatch |
Identification.getProteinMatch(String proteinKey,
boolean useDB)
Returns a protein match.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentificationDB.addProteinMatch(ProteinMatch proteinMatch)
Adds a protein match to the database.
|
void |
IdentificationDB.updateProteinMatch(ProteinMatch proteinMatch)
Updates a protein match.
|
void |
Identification.updateProteinMatch(ProteinMatch proteinMatch)
Updates a protein match in the database.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProteinMatch.contains(ProteinMatch proteinMatch)
Returns a boolean indicating whether the protein match contains another
set of theoretic proteins.
|
Copyright © 2013. All Rights Reserved.