electrum
Visualization platform for exploring MIDAS protein-small molecule interaction data
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: science.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.2%) to scientific vocabulary
Keywords
django
interaction
metabolism
metabolomics
network
protein-metabolite
python
visualization-platform
Last synced: 6 months ago
·
JSON representation
·
Repository
Visualization platform for exploring MIDAS protein-small molecule interaction data
Basic Info
- Host: GitHub
- Owner: Electrum-app
- License: gpl-3.0
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://rutter.chpc.utah.edu/Electrum/
- Size: 59.1 MB
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
- Releases: 1
Topics
django
interaction
metabolism
metabolomics
network
protein-metabolite
python
visualization-platform
Created almost 6 years ago
· Last pushed 11 months ago
Metadata Files
Readme
License
Citation
README.md

What does Electrum do?
Electrum is a visualization platform for exploring MIDAS protein-metabolite interaction data.
Testing
python manage.py runserver- In Chrome:
- Navigate to:
http://127.0.0.1:8000/ Ctrl+F5to clear cache
Deploy instructions
- Update latest MIDAS database and store at:
static/Electrum/data/MIDAS-latest.txt python electrum-utils.py buildSubstructureReference --output ..\..\databuildEntityDatabaseis a util for name mapping metabolites from MIDAS datasetsIn
settings.py, setDEBUG = FalseandSECURE_SSL_REDIRECT = TrueIn virtual environment with Python installed and activated:
conda create --name electron-deployconda activate electron-deployconda install python=3.8pip install -r requirements.txt
Licensing
Electrumis available via a GPL-3.0 LicenseD3is provided under an ISC Licensed3-ForceEdgeBundlingis provided under a GPL-2.0 LicensejQueryis provided under an MIT LicensesaveSvgAsPngis provided under an MIT Licensestreamsaveris provided under an MIT License
Notes
- Copy
settings.pyto Electrum directory - Change path to find config
- Run
/uufs/chpc.utah.edu/common/home/rutter-website/html/Electrum-django/electrum-deploy-env/bin/gunicorn Electrum-admin.wsgi:application
Owner
- Name: Electrum-app
- Login: Electrum-app
- Kind: organization
- Repositories: 3
- Profile: https://github.com/Electrum-app
Citation (CITATION.cff)
cff-version: 0.0.1
message: "If you use this software, please cite it as below."
authors:
- family-names: Berg
given-names: Jordan A.
orcid: https://orcid.org/0000-0002-5096-0558
title: "Electrum"
version: 0.0.1
doi: N/A
date-released: N/A
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Dependencies
Electrum/static/Electrum/python/electrum-utils/requirements.txt
pypi
- matplotlib *
- numpy *
- pandas *
- plotly *
- requests *
- scikit-learn *
Electrum/static/Electrum/python/substructure_enrich/requirements.txt
pypi
- fisher *
- numpy *
- pandas *
- statsmodels *
requirements.txt
pypi
- Django *
- fisher *
- gunicorn *
- matplotlib *
- numpy *
- pandas *
- plotly *
- requests *
- requests-toolbelt *
- scikit-learn *
- scipy *
- statsmodels *