Skip to content

Commit ead0de7

Browse files
authored
Update README.md
added comment about raw counts in .X
1 parent 11a1974 commit ead0de7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ scDoRI expects **single-cell multiome data** with the following inputs:
2121
- `ATAC`: an AnnData `.h5ad` object with **cells × peaks** accessibility matrix
2222
- Peaks must include genomic coordinates in `.var` (columns: `chr`, `start`, `end`)
2323

24-
These datasets must be paired — i.e., RNA and ATAC should come from the **same cells**.
24+
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+
2526

2627
## Installation
2728

0 commit comments

Comments
 (0)