Skip to content

Commit 60fa64d

Browse files
vivekbhrvivekbhr
andauthored
new package: sincei (#177)
* sincei added * updated required fields * updated required fields * updated required fields --------- Co-authored-by: vivekbhr <vbhardwaj247@gmail.com>
1 parent 260326d commit 60fa64d

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

packages/sincei/meta.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: sincei
2+
description: |
3+
sincei provides a flexible, easy-to-use command-line interface and python API to work with single-cell epigenomics data directly from BAM files. It can:
4+
- Aggregate signal in bins, genes or any feature of interest from single-cells.
5+
- Perform read-level and count-level quality control.
6+
- Perform dimensionality reduction and clustering of various types of single-cell data (open chromatin, histone marks, methylation etc..).
7+
- Create coverage files (bigwigs) for visualization.
8+
project_home: https://github.com/bhardwaj-lab/sincei
9+
documentation_home: https://sincei.readthedocs.io/en/latest/
10+
publications:
11+
- 10.1101/2024.07.27.605424
12+
install:
13+
pypi: sincei
14+
tags:
15+
- single-cell
16+
- preprocessing
17+
- quality control
18+
- clustering
19+
- visualization
20+
- epigenomics
21+
- multi omics
22+
- BAM
23+
license: MIT
24+
version: v0.5.1
25+
authors:
26+
- vivekbhr
27+
- saroudant
28+
contact:
29+
- vivekbhr
30+
- fsanchogomez
31+
category: ecosystem
32+
test_command: |
33+
pip install ."[dev]" && pytest

0 commit comments

Comments
 (0)