MCPcopy Create free account
hub / github.com/Mew233/pairwise / process_smilesGrover

Function process_smilesGrover

pairwise/prepare_data.py:599–602  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

597
598 # ----------------For transynergy-------------------------------
599 def process_smilesGrover():
600 with open(os.path.join(ROOT_DIR, 'data', 'drug_data', 'smiles.grover'),'rb') as f:
601 smiles_dict = pickle.load(f)
602 return smiles_dict
603
604
605

Callers 1

load_drug_featuresFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected