Skip to content
forked from uio-bmi/immuneML

immuneML is a platform for machine learning analysis of adaptive immune receptor repertoire data.

License

Notifications You must be signed in to change notification settings

rofrank/immuneML

 
 

Repository files navigation

immuneML

Python application Docker

immuneML is a software platform for machine learning analysis of immune receptor sequences.

It supports the analyses of experimental B- and T-cell receptor data, as well as synthetic data for benchmarking purposes.

In immuneML, users can define flexible workflows supporting different machine learning libraries (such as scikit-learn or PyTorch), benchmarking of different approaches, numerous reports of data characteristics, ML algorithms and their predictions, and visualizations of results.

Additionally, users can extend the platform by defining their own data representations, ML models, reports and visualizations.

Getting started

Steps to setup immuneML environment:

  1. Make sure that your machine has python 3.8 installed (or install if necessary: https://www.python.org/downloads/). immuneML can also work with python 3.7 and 3.6, but some additional packages may need to be manually installed in that case (e.g., dataclasses).

  2. Create a virtual environment (as described here: https://docs.python.org/3/library/venv.html)

  3. Install the package using pip:

    pip install git+https://github.com/uio-bmi/immuneML

To try out the platform, see the quickstart guide and the documentation.

About

immuneML is a platform for machine learning analysis of adaptive immune receptor repertoire data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • HTML 2.0%
  • Other 1.0%