org.biopax.paxtools.model.level2
Interface confidence
- All Superinterfaces:
- BioPAXElement, java.lang.Cloneable, Level2Element, java.io.Serializable, utilityClass, XReferrable
public interface confidence
- extends utilityClass, XReferrable
Confidence that the containing instance actually occurs or exists in vivo,
usually a statistical measure. The xref must contain at least on publication
that describes the method used to determine the confidence. There is
currently no standard way of describing confidence values, so any string is
valid for the confidence value. In the future, a controlled vocabulary of
accepted confidence values could become available, in which case it will
likely be adopted for use here to describe the value.
Examples: The statistical significance of a result, e.g. "p<0.05".
getCONFIDENCE_VALUE
java.lang.String getCONFIDENCE_VALUE()
- The value of the confidence measure.
- Returns:
- A string representation of the confidence value
setCONFIDENCE_VALUE
void setCONFIDENCE_VALUE(java.lang.String CONFIDENCE_VALUE)
- The value of the confidence measure.
- Parameters:
CONFIDENCE_VALUE - to be set.
Copyright © 2011 BioPAX. All Rights Reserved.