Skip to content

Collection of useful bioinformatic functions and tools for various computational biology pipelines

License

Notifications You must be signed in to change notification settings

NeurosnapInc/neurosnap

Repository files navigation

GitHub license GitHub Created At GitHub last commit Discord

Neurosnap Tools

Neurosnap Header

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.

Contributions

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]

Building documentation

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.

Installation

# 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

Tutorials

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.

About

Collection of useful bioinformatic functions and tools for various computational biology pipelines

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages