MCPcopy
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

splitMethod · 0.95
test_copyMethod · 0.95
fix_truncationMethod · 0.45
shorten_intervalsMethod · 0.45
extract_tssFunction · 0.45
get_gene_intervalsFunction · 0.45
test_copyMethod · 0.45
test_interleaveMethod · 0.45
test_score_variantsMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_copyMethod · 0.76
test_copyMethod · 0.36
test_interleaveMethod · 0.36
test_score_variantsMethod · 0.36