JAX-powered Python package for exploratory analysis of binary data. This includes genotype data, binary images, and data sets used in ecology.
Note: this package is in early development stage.
- Source code: https://github.com/cbg-ethz/Jnotype
- Bug reports: https://github.com/cbg-ethz/Jnotype/issues
- PyPI package: https://pypi.org/project/jnotype/
Note: The package has not reached a stable API yet. Frequent changes may appear.
We recommend setting up a new virtual environment. You can install the released version of the package from PyPI:
$ python -m pip install jnotype
or install the development version from GitHub:
$ python -m pip install 'jnotype @ git+https://github.com/cbg-ethz/jnotype'
Instructions above install the CPU version of JAX. To use GPU, you may need to follow the official JAX installation tutorial.
Directory examples/
contains Quarto notebooks, which demonstrate basic functionalities of the package.