biopython v1.71.0 Bio.Phylo.PhyloXML.Confidence
A general purpose confidence element.
For example, this can be used to express the bootstrap support value of a
clade (in which case the type
attribute is ‘bootstrap’).
:Parameters:
value : float
confidence value
type : string
label for the type of confidence, e.g. 'bootstrap'
Link to this section Summary
Functions
Return absolute value of Confidence object
Conducts additions between value of two Confidence objects
Conduct division between value of two Confidence objects
Checks for equality between Confidence objects
Returns float value of Confidence object
C-style and old-style division in Py3.0+
Return the hash value of the object
Initialize values for the Confidence object
Returns integer value of Confidence object
Returns long value of Confidence object
Conducts modulus between value of two Confidence objects
Conduct multiplication between value of two Confidence objects
Checks for inequality between two Confidence objects
Conducts negation of a Confidence object
Conduct subtraction between value of two Confidence objects
Rational-style division in Py3.0+
Link to this section Functions
Return absolute value of Confidence object.
Conducts additions between value of two Confidence objects.
Conduct division between value of two Confidence objects.
Checks for equality between Confidence objects.
Returns float value of Confidence object.
C-style and old-style division in Py3.0+.
Also active in Py2.5+ with future.division import.
Return the hash value of the object.
Hash values are integers. They are used to quickly compare dictionary keys during a dictionary lookup. Numeric values that compare equal have the same hash value (even if they are of different types, as is the case for 1 and 1.0).
Initialize values for the Confidence object.
Returns integer value of Confidence object.
Returns long value of Confidence object.
Conducts modulus between value of two Confidence objects.
Conduct multiplication between value of two Confidence objects.
Checks for inequality between two Confidence objects.
Conducts negation of a Confidence object.
Conduct subtraction between value of two Confidence objects.
Rational-style division in Py3.0+.
Also active in Py2.5+ with future.division import.