File size: 464 Bytes
8896a5f |
1 2 3 4 5 6 7 8 9 10 11 |
__version__ = "0.1.5"
__citation__ = "Sledzieski, Singh, Cowen, Berger. Sequence-based prediction of protein-protein interactions: a structure-aware interpretable deep learning model. Under Review. 2020."
import dscript.models
import dscript.commands
import dscript.alphabets
import dscript.fasta
import dscript.language_model
import dscript.pretrained
import dscript.utils
__all__ = ["models","commands","alphabets","fasta","language_model","pretrained","utils"]
|