This repo contains a dMaSIF implementation for google colab. For now we only have a dMaSIF site implementation for visualizing protein binding sites. We are working on other implementations, keep an eye on this repo!
Link to the dMaSIF_colab
Models | Resolution | Dimensions | Layers | Radius | ROC/AUC |
---|---|---|---|---|---|
dMaSIF site | 1.0 A | 16 | 3 | 12 A | 0.87 |
dMaSIF site | 1.0 A | 16 | 3 | 9 A | 0.87 |
dMaSIF site | 0.7 A | 16 | 3 | 12 A | 0.88 |
dMaSIF site | 0.7 A | 16 | 3 | 9 A | 0.88 |
- dMaSIF site identifies protein–protein interaction sites.
- dMaSIF search (COMING SOON!) predicts protein-protein complexes.
- The distance between points in the pointcloud in Ångström (lower is higher resolution)
- The number of embedding dimensions
- Number of convolutional layers
- Radius to use for the convolution
- Performance measure, higher is better.
- You can install and run dMaSIF locally throug the original dMaSIF repository.