https://github.com/kanduric/simairr
A tool for simulation of antigen-experienced adaptive immune receptor repertoire (AIRR) datasets for benchmarking of machine learning (ML) methods.
https://github.com/kanduric/simairr
adaptive-immune-receptor-repertoires airr benchmarking machine-learning ml simulation
Last synced: 4 months ago
JSON representation
A tool for simulation of antigen-experienced adaptive immune receptor repertoire (AIRR) datasets for benchmarking of machine learning (ML) methods.
- Host: GitHub
- URL: https://github.com/kanduric/simairr
- Owner: KanduriC
- License: agpl-3.0
- Created: 2022-03-29T20:29:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T06:00:50.000Z (over 1 year ago)
- Last Synced: 2025-04-30T07:23:24.423Z (about 1 year ago)
- Topics: adaptive-immune-receptor-repertoires, airr, benchmarking, machine-learning, ml, simulation
- Language: Python
- Homepage: https://kanduric.github.io/simAIRR/
- Size: 3.93 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simAIRR


simAIRR provides a simulation approach to generate synthetic AIRR datasets that are suitable for benchmarking machine learning (ML) methods, where undesirable access to ground truth signals in training datasets for ML methods is mitigated. Unlike state-of-the-art approaches, simAIRR constructs antigen-experienced-like baseline repertoires and introduces signals by following the empirical relationship between generation probability and sharing pattern of public sequences calibrated from real-world experimental datasets.
Getting started
---------------
To get started:
- For installation instructions and tutorials, see [documentation](https://kanduric.github.io/simAIRR/): https://kanduric.github.io/simAIRR/
- Consult the [tutorials](https://kanduric.github.io/simAIRR/tutorials.html) for detailed examples of different workflows
- Read a brief overview of simAIRR's simulation approach under [simulation approach](https://kanduric.github.io/simAIRR/overview.html)
- Consult the descriptions of valid [parameter configurations](https://kanduric.github.io/simAIRR/configuration.html)
Installation
============
Install using pip
------------------
```
$ pip install simAIRR
```
Manual installation using git
------------------------------
```
$ pip install git+https://github.com/KanduriC/simAIRR.git
```
Use simAIRR through Docker
--------------------------
```
$ docker run -it -v $(pwd):/wd --name my_container kanduric/simairr:latest sim_airr --help
```