Metadata-Version: 2.4
Name: linkapy
Version: 1.7.0
Requires-Dist: anndata>=0.11.1
Requires-Dist: click>=8.2.1
Requires-Dist: rich>=13.9.4
Requires-Dist: muon>=0.1.7
Requires-Dist: polars>=1.17.1
Requires-Dist: pyarrow>=18.1.0
Requires-Dist: scanpy>=1.10.4
Requires-Dist: tables>=3.10.1
Requires-Dist: levenshtein>=0.27.1
Requires-Dist: build ; extra == 'build'
Requires-Dist: ruff ; extra == 'dev'
Requires-Dist: ty ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-autoapi ; extra == 'docs'
Requires-Dist: sphinx-click ; extra == 'docs'
Provides-Extra: build
Provides-Extra: dev
Provides-Extra: docs
License-File: LICENSE
Summary: A common framework to analyse multi-modal single-cell data.
Author-email: Ward Deboutte <w@rddeboutte.com>
Requires-Python: >=3.10, <3.13
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://linkapy.readthedocs.io/en/stable/
Project-URL: Homepage, https://github.com/WardDeb/linkapy
Project-URL: Repository, https://github.com/WardDeb/linkapy

[![documentation](https://github.com/WardDeb/linkapy/actions/workflows/docs.yml/badge.svg)](https://github.com/WardDeb/linkapy/actions/workflows/docs.yml)
[![installation](https://github.com/WardDeb/linkapy/actions/workflows/pip.yml/badge.svg)](https://github.com/WardDeb/linkapy/actions/workflows/pip.yml)
[![lint](https://github.com/WardDeb/linkapy/actions/workflows/lint.yml/badge.svg)](https://github.com/WardDeb/linkapy/actions/workflows/lint.yml)
[![PyPI version](https://img.shields.io/pypi/v/linkapy)](https://pypi.org/project/linkapy/)
[![real data test](https://github.com/FunctionalEpigeneticsLab/linkapy/actions/workflows/test_example.yml/badge.svg)](https://github.com/FunctionalEpigeneticsLab/linkapy/actions/workflows/test_example.yml)
[![pytests](https://github.com/FunctionalEpigeneticsLab/linkapy/actions/workflows/test_python.yml/badge.svg)](https://github.com/FunctionalEpigeneticsLab/linkapy/actions/workflows/test_python.yml)
[![rusttests](https://github.com/FunctionalEpigeneticsLab/linkapy/actions/workflows/test_rust.yml/badge.svg)](https://github.com/FunctionalEpigeneticsLab/linkapy/actions/workflows/test_rust.yml)
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/WardDeb/d0010eb142b962632f94c164c502b506/raw/coverage.json)
![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/WardDeb/f4d532defe4f2caecec457d6653d933e/raw/coverage.json)
# linkapy
A framework to process and analyse multi-modal single-cell data.
Linkapy is mainly used to process single-cell methylation data, and is focused on creating an integrated (muData) object of multimodal single-cell data. In this context it means that multiple modalities (e.g. accessibility, DNA methylation, RNA expression) are available from the same cell. 

# Documentation

Note that this package is still in development and is prone to change without notice. 
A rudimentary [documentation](https://linkapy.readthedocs.io/en/latest/) is available.

# Quickstart

  > pip install linkapy  
  > linkapy --help

