Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google-deepmind/alphagenome
/ copy
Method
copy
src/alphagenome/data/genome.py:770–772 ·
view source on GitHub ↗
Returns a deep copy of the variant.
(self)
Source
from the content-addressed store, hash-verified
768
return
indel_size >= 50
769
770
def
copy(self) -> Self:
771
""
"Returns a deep copy of the variant."
""
772
return
copy.deepcopy(self)
773
774
@classmethod
775
def
from_str(
Callers
10
split
Method · 0.95
test_copy
Method · 0.95
fix_truncation
Method · 0.45
shorten_intervals
Method · 0.45
extract_tss
Function · 0.45
get_gene_intervals
Function · 0.45
test_copy
Method · 0.45
test_interleave
Method · 0.45
test_score_variants
Method · 0.45
test_score_ism_variant
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_copy
Method · 0.76
test_copy
Method · 0.36
test_interleave
Method · 0.36
test_score_variants
Method · 0.36
test_score_ism_variant
Method · 0.36