|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Evidence
Definition: The support for a particular assertion, such as the existence of an interaction or pathway.
Usage: At least one of confidence, evidenceCode, or experimentalForm must be instantiated when creating an evidence instance. XREF may reference a publication describing the experimental evidence using a publicationXref or may store a description of the experiment in an experimental description database using a unificationXref (if the referenced experiment is the same) or relationshipXref (if it is not identical, but similar in some way e.g. similar in protocol). Evidence is meant to provide more information than just an xref to the source paper. Examples: A description of a molecular binding assay that was used to detect a protein-protein interaction.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
BioPAXElement.Key |
| Field Summary |
|---|
| Fields inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT |
| Method Summary | |
|---|---|
void |
addConfidence(Score confidence)
Confidence in the containing instance. |
void |
addEvidenceCode(EvidenceCodeVocabulary evidenceCode)
A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc evidence codes, that describes the nature of the support, such as 'traceable author statement' or 'yeast two-hybrid'. |
void |
addExperimentalForm(ExperimentalForm experimentalForm)
Adds an experimental form. |
java.util.Set<Score> |
getConfidence()
Confidence in the containing instance. |
java.util.Set<EvidenceCodeVocabulary> |
getEvidenceCode()
A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc evidence codes, that describes the nature of the support, such as 'traceable author statement' or 'yeast two-hybrid'. |
java.util.Set<ExperimentalForm> |
getExperimentalForm()
Contents of this set should not be modified. |
void |
removeConfidence(Score confidence)
Confidence in the containing instance. |
void |
removeEvidenceCode(EvidenceCodeVocabulary evidenceCode)
A pointer to a term in an external controlled vocabulary, such as the GO, PSI-MI or BioCyc evidence codes, that describes the nature of the support, such as 'traceable author statement' or 'yeast two-hybrid'. |
void |
removeExperimentalForm(ExperimentalForm experimentalForm)
Removes an experimental form. |
| Methods inherited from interface org.biopax.paxtools.model.level3.XReferrable |
|---|
addXref, getXref, removeXref |
| Methods inherited from interface org.biopax.paxtools.model.level3.Level3Element |
|---|
addComment, getComment, removeComment |
| Methods inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent |
| Method Detail |
|---|
java.util.Set<Score> getConfidence()
void addConfidence(Score confidence)
confidence - a new confidence measure to addvoid removeConfidence(Score confidence)
confidence - a confidence measure to be removed.java.util.Set<EvidenceCodeVocabulary> getEvidenceCode()
void addEvidenceCode(EvidenceCodeVocabulary evidenceCode)
evidenceCode - a new evidence code for this evidence.void removeEvidenceCode(EvidenceCodeVocabulary evidenceCode)
evidenceCode - to be removedjava.util.Set<ExperimentalForm> getExperimentalForm()
void addExperimentalForm(ExperimentalForm experimentalForm)
experimentalForm - associated with an evidence instance.void removeExperimentalForm(ExperimentalForm experimentalForm)
experimentalForm - associated with an evidence instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||