MCPcopy Create free account
hub / github.com/DeepGraphLearning/S3F / mutation_site

Function mutation_site

script/evaluate.py:140–141  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

138 targets.append(value)
139
140 def mutation_site(x):
141 return [int(y[1:-1])-1 for y in x]
142
143 mutations = [(tuple(mutation_site(mut)), mut, tar) for mut, tar in zip(mutations, targets)]
144 mutations = sorted(mutations)

Callers 1

load_datasetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected