https://github.com/kernc/monroe-anal
A Python 3 utility library for querying, analyzing, and visualizing MONROE data.
https://github.com/kernc/monroe-anal
Last synced: about 1 year ago
JSON representation
A Python 3 utility library for querying, analyzing, and visualizing MONROE data.
- Host: GitHub
- URL: https://github.com/kernc/monroe-anal
- Owner: kernc
- Created: 2017-09-04T15:00:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T13:49:00.000Z (almost 9 years ago)
- Last Synced: 2025-01-30T15:41:44.555Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MONROE Analysis
===============
[](https://travis-ci.org/biolab/monroe-anal)
A Python 3 utility library for querying, analyzing, and visualizing
[MONROE] data.
[MONROE]: https://www.monroe-project.eu/
Installation
------------
Run the following command line in the Python 3 environment of choice:
pip install git+https://github.com/biolab/monroe-anal
As the project API is as of yet considered unstable, we recommend installing
in development mode:
git clone https://github.com/biolab/monroe-anal
cd monroe-anal
pip install -e .
# Run tests to confirm the package is installed correctly
python setup.py test
Then issue `git pull` within _monroe-anal_ directory every now and
then. The alternative is to re-run above `pip install git+...` command
whenever updating is desired.
Usage
-----
For help on [how to query data], see the relevant Jupyter notebook.
In general, see Jupyter notebooks in the [_notebooks_ directory] for
usage examples.
[how to query data]: notebooks/data.ipynb
[_notebooks_ directory]: notebooks/