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).
Attributes#
Table
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
|