alphagenome.models.variant_scorers.SpliceJunctionScorer#

class alphagenome.models.variant_scorers.SpliceJunctionScorer[source]#

Variant scorer for splice junction scoring.

base_variant_scorer#

The base variant scorer.

name#

The name of the scorer (a composite of the above attributes that uniquely identifies a scorer combination).

is_signed#

Whether this variant scorer is directional (such that scores may be negative or positive) or non-directional (scores are always positive).

to_proto()[source]#

Converts the scorer to its corresponding proto message.

Attributes#

Table

base_variant_scorer

is_signed

name

requested_output

Returns the scorer's underlying output type.

SpliceJunctionScorer.base_variant_scorer#
SpliceJunctionScorer.is_signed#
SpliceJunctionScorer.name#
SpliceJunctionScorer.requested_output#

Returns the scorer’s underlying output type.

Methods#

Table

SpliceJunctionScorer.to_proto()[source]#
Return type:

VariantScorer