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
- Host: GitHub
- URL: https://github.com/deeprank/deepxplorer
- Owner: DeepRank
- Created: 2018-01-11T14:47:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T15:49:46.000Z (almost 6 years ago)
- Last Synced: 2025-10-23T13:41:01.274Z (5 months ago)
- Language: Python
- Size: 10.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

## 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
```