Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.03 KB

torchdms

THIS PACKAGE IS CURRENTLY UNDER ACTIVE DEVELOPMENT.

We expect a more stable version with documentation soon. Stay tuned!

build and test

👉 Command-line and API documentation 👈

What is this?

PyTorch for Deep Mutational Scanning (torchdms) is a Python package made to train neural networks on amino-acid substitution data, predicting some chosen functional score(s). We use the binary encoding of variants from the binarymap package as input to feed-forward networks.

Developer install (suggested)

git clone [email protected]:matsengrp/torchdms.git
cd torchdms
make install
make test