Score#
- class biopax-explorer.biopax.score.Score(*args, **kwargs)[source]#
Bases:
UtilityClass
Class Score
Definition: A score associated with a publication reference describing how the
score was determined, the name of the method and a comment briefly describing the method. Usage: The xref must contain at least one publication that describes the method used to determine the score value. There is currently no standard way of describing values, so any string is valid. Examples: The statistical significance of a result, e.g. “p<0.05”.
code generator : rdfobj (author F.Moreews 2023-2024).
Methods
get_comment
()Attribute _comment getter
Attribute _scoreSource getter
Attribute _value getter
attribute_type_by_name
get_uri_string
object_attributes
set_comment
set_scoreSource
set_uri_string
set_value
to_json
type_attributes
Methods Summary
Attribute _scoreSource getter
Attribute _value getter
set_scoreSource
(value)set_uri_string
(uristr)set_value
(value)to_json
()Methods Documentation
- get_scoreSource()[source]#
- Attribute _scoreSource getter
This property defines the source of the scoring methodology – a publication or
web site describing the scoring methodology and the range of values.