conqur

Batch effects removal for microbiome data via conditional quantile regression on Python


Keywords
conqur
License
MIT
Install
pip install conqur==1.0.0

Documentation

ConQuR

https://img.shields.io/pypi/v/conqur Documentation Status

Batch effects removal for microbiome data via conditional quantile regression on Python.

Description

We implement in Python the batch effect removal algorithm described in Ling_et_al.

Implementation used in the paper is written in R. This implementation attempts to be as close as possible, but has some new features (see Features for details).

Features

This implementation supports

  • using non-negative float features, batch and covariate variables;
  • using logistic regression with an L2 penalty;
  • using arbitrary quantiles in quantile regression.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.