We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91936ce commit 9b67019Copy full SHA for 9b67019
2 files changed
packages/clone2vec/meta.yaml
@@ -0,0 +1,19 @@
1
+name: clone2vec
2
+description: |
3
+ clone2vec is a Python package for analysis of lineage tracing coupled with single-cell RNA-Seq.
4
+project_home: https://github.com/kharchenkolab/clone2vec
5
+documentation_home: https://clone2vec.readthedocs.io/
6
+tutorials_home: https://clone2vec.readthedocs.io/
7
+install:
8
+ pypi: clone2vec
9
+tags:
10
+ - label-transfer
11
+license: MIT
12
+publications:
13
+ - 10.1101/2024.11.15.623687
14
+version: v1.0.1
15
+contact:
16
+ - serjisa
17
+test_command: |
18
+ pip install . && pytest
19
+category: ecosystem
packages/scLiTr/meta.yaml
0 commit comments