https://github.com/LMJL-Alea/ktest
Tip revision: 6c8529cd17ead812e063e8e78795867c4615bdda authored by Ghislain Durif on 05 May 2026, 14:00:43 UTC
bump package version (v1.2.1 -> v1.2.2)
bump package version (v1.2.1 -> v1.2.2)
Tip revision: 6c8529c
README.md
# ktest
This package implements kernel tests such as kernel Fisher Discriminant Analysis (kFDA) and Minimum Mean Discrepency (MMD) introduced in [[1]](#1).
## Note regarding code used in publication
The code for the analysis presented in [[1]](#1) are available in a dedicated repository [here](https://github.com/AnthoOzier/ktest_experiment_genome_biology_2024).
The source code for `experimental_data` and `squair` scripts are based on the branch [`publication_genome_biology`](https://github.com/LMJL-Alea/ktest/tree/publication_genome_biology). The `reversion` scripts are based on the branch [`publication_genome_biology_reversion`](https://github.com/LMJL-Alea/ktest/tree/publication_genome_biology_reversion).
See <https://github.com/AnthoOzier/ktest_experiment_genome_biology_2024> for more details.
## Licensing and authorship
See the dedicated [`LICENSE.md`](./LICENSE.md) and [`AUTHORS.md`](./AUTHORS.md) files.
## Python package
See [`python`](./python) directory.
### Install
<!--Latest release:
```
pip install ktest
```-->
Latest development version:
```
pip install ktest@git+https://github.com/LMJL-Alea/ktest@main#subdirectory=python
```
### Tutorials
See the dedicated [`tutorials`](https://github.com/LMJL-Alea/ktest/tree/main/tutorials) folder in the project root directory for notebook tutorials in Python.
## R package
See [`r-pkg`](./r-pkg) directory.
### Install
```r
remotes::install_github("LMJL-Alea/ktest", ref = "main", subdir = "r-pkg")
```
## References
<a id="1">[1]</a> Anthony Ozier-Lafontaine, Camille Fourneaux, Ghislain Durif, Polina Arsenteva, Céline Vallot, Olivier Gandrillon, Sandrine Gonin-Giraud, Bertrand Michel, Franck Picard. Kernel-based testing for single-cell differential analysis. Genome Biol 25, 114 (2024). [doi:10.1186/s13059-024-03255-1](https://doi.org/10.1186/s13059-024-03255-1), [hal-04214858](https://hal.science/hal-04214858)
