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

get_scoreSource()

Attribute _scoreSource getter

get_value()

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_type_by_name()

get_scoreSource()

Attribute _scoreSource getter

get_uri_string()

get_value()

Attribute _value getter

object_attributes()

set_scoreSource(value)

set_uri_string(uristr)

set_value(value)

to_json()

type_attributes()

Methods Documentation

attribute_type_by_name()[source]#
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.

get_uri_string()[source]#
get_value()[source]#
Attribute _value getter

The value of the score. This can be a numerical or categorical value.

object_attributes()[source]#
set_scoreSource(value)[source]#
set_uri_string(uristr)[source]#
set_value(value)[source]#
to_json()[source]#
type_attributes()[source]#