-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathmeta.yaml
More file actions
25 lines (25 loc) · 880 Bytes
/
meta.yaml
File metadata and controls
25 lines (25 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: cell2location
description: |
Cell2location is a Bayesian model that can resolve fine-grained cell types in spatial transcriptomic data
and create comprehensive cellular maps of diverse tissues. Cell2location accounts for technical sources
of variation and borrows statistical strength across locations, thereby enabling the integration of single-cell
and spatial transcriptomics with higher sensitivity and resolution than existing tools.
project_home: https://github.com/BayraktarLab/cell2location
documentation_home: https://cell2location.readthedocs.io/
tutorials_home: https://cell2location.readthedocs.io/
publications:
- 10.1038/s41587-021-01139-4
install:
pypi: cell2location
tags:
- Bayesian
license: Apache-2.0
version: v0.1
contact:
- vitkl
- yozhikoff
- mayerdev
- emdann
test_command: |
pip install ".[dev]" && pytest
category: ecosystem