Skip to content

Commit dd095cd

Browse files
committed
Update README with input information
1 parent cad3b5f commit dd095cd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,12 @@ Working directory structure
4545
* **Required input files**: in the `data` directory.
4646
* **Final output data**: in the `results` directory.
4747
* **Logs of all jobs**: in the `logs` directory.
48+
49+
50+
Input
51+
---------------------------
52+
53+
AnnData .h5 file with the following attributes:
54+
- Layers contains those specified under left hand side of `formula` configuration. Example: `counts_modified` and `counts_unmodified` in the demo dataset
55+
- Observation slot (.obs) contains columns specified on right hand side of `formula` configuration. Example: `glucose_condition`, `cell_type`, and `library_size` in the demo dataset
56+
- X slot contains total counts of the two test layers. Example: `X` contains `counts_modified` + `counts_unmodified` in the demo dataset

0 commit comments

Comments
 (0)