We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a1974 commit ead0de7Copy full SHA for ead0de7
1 file changed
README.md
@@ -21,7 +21,8 @@ scDoRI expects **single-cell multiome data** with the following inputs:
21
- `ATAC`: an AnnData `.h5ad` object with **cells × peaks** accessibility matrix
22
- Peaks must include genomic coordinates in `.var` (columns: `chr`, `start`, `end`)
23
24
-These datasets must be paired — i.e., RNA and ATAC should come from the **same cells**.
+These datasets must be paired — i.e., RNA and ATAC should come from the **same cells**. Make sure that **.X** of anndata objects contain raw counts.
25
+
26
27
## Installation
28
0 commit comments