Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google-deepmind/alphagenome
/ to_proto
Method
to_proto
src/alphagenome/models/dna_model.py:64–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
MUS_MUSCULUS = dna_model_pb2.ORGANISM_MUS_MUSCULUS
63
64
def
to_proto(self) -> dna_model_pb2.Organism:
65
return
self.value
66
67
def
__lt__(self, other:
'Organism'
) -> bool:
68
if
not isinstance(other, Organism):
Callers
15
to_protos
Function · 0.45
metadata_to_proto
Function · 0.45
_convert_ontologies_to_protos
Function · 0.45
predict_sequence
Method · 0.45
predict_interval
Method · 0.45
predict_variant
Method · 0.45
score_interval
Method · 0.45
score_variant
Method · 0.45
score_ism_variants
Method · 0.45
_score_ism_variant
Method · 0.45
output_metadata
Method · 0.45
test_aggregation_type_to_proto
Method · 0.45
Calls
no outgoing calls
Tested by
13
test_aggregation_type_to_proto
Method · 0.36
test_variant_scorers_to_proto
Method · 0.36
_generate_variant_scoring_protos
Function · 0.36
_generate_interval_scoring_protos
Function · 0.36
test_predict_sequence
Method · 0.36
test_output_type_to_proto
Method · 0.36
test_organism_to_proto
Method · 0.36
test_score_interval
Method · 0.36
test_score_variant
Method · 0.36
test_recommended_variant_scorers
Method · 0.36
test_score_ism_variant
Method · 0.36
test_aggregation_type_to_proto
Method · 0.36