Collection of useful bioinformatic functions and tools for various computational biology pipelines. Primarily designed for working with amino acid sequences and chemical structures.
This a package developed by Keaun Amani at neurosnap.ai. You are welcome to use this code and contribute as you see fit. We are currently working on expanding this package as well to add support for more common functions.
We welcome contributions to this package. If you have a feature that you want to code or have added, submit a pull request or an issue.
# set up a virtualenv
python -m venv .venv
# this step might differ depending on your shell
source .venv/bin/activate
pip install --editable .[dev]
To build documentation, enter your virtual environment and run make docs
from
the root of the repository.
Then, open docs/build/html/index.html
in a web browser.
# current stable version
pip install -U --no-cache-dir neurosnap
# latest version
pip install -U --no-cache-dir git+https://github.com/NeurosnapInc/neurosnap.git
Various interactive jupyter notebooks can be found in the example_notebooks directory of this repository. For additional tutorials check out the Official Neurosnap Blog or join our discord server.