An open API service indexing awesome lists of open source software.

https://github.com/deeprank/deepxplorer

Data browser for HDF5 files generated by DeepRank
https://github.com/deeprank/deepxplorer

Last synced: 24 days ago
JSON representation

Data browser for HDF5 files generated by DeepRank

Awesome Lists containing this project

README

          

# DeepXplorer

Data browser for the HDF5 files created by deeprank. The GUI allows to easily explore file structure, view the target values and visualize the mapped features in either VMD or PyMol, plot the losses evolution during the training, make scatter plot of the ground truth VS predicion, plot the hit rate plo of the epocs .... In addition the data can be loaded in an embedded iPython console for manipulation and analysis.

Warning you need to install h5xplorer brefore (https://github.com/DeepRank/h5xplorer)

![alt-text](./deepxplorer.png)

## Installation

To use the browser you need to install

* h5xplorer https://github.com/DeepRank/h5xplorer
* PyQt5 ```conda install -c anaconda pyqt```
* qtconsole ```python conda install -c anaconda ipython-qtconsole```
* ipython ```conda install -c anaconda ipython```

To launch the tool using the example provided simply type in your console

```
./DeepXplorer.py
```