You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,3 +45,12 @@ Working directory structure
45
45
***Required input files**: in the `data` directory.
46
46
***Final output data**: in the `results` directory.
47
47
***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