Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CellCharter #198

Merged
merged 6 commits into from
Oct 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions packages/CellCharter/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CellCharter
description: |
CellCharter is a framework to identify, characterize and compare spatial domains from spatial omics and multi-omics data.
project_home: https://github.com/CSOgroup/cellcharter
documentation_home: https://cellcharter.readthedocs.io/
tutorials_home: https://cellcharter.readthedocs.io/
publications:
- 10.1038/s41588-023-01588-4
install:
pypi: cellcharter
tags:
- spatial omics
- spatial clustering
- spatial domains
- gaussian mixture model
license: BSD-3-Clause
version: v0.3.1
authors:
- marcovarrone
test_command: |
pip install ".[test]" && pytest
Loading