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: utility/README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,3 +56,11 @@ Options:
56
56
-h, --help
57
57
Show this help message and exit
58
58
```
59
+
60
+
# Merge continuous differential compartments
61
+
62
+
The mergeDEcompartments.sh script will help the user to merge continuous differential compartments. Use the following command to merge the differential compartments (FDR < 0.1 by default, change the value inside the script)
63
+
64
+
```
65
+
./mergeDEcompartments.sh -f <path/to/differential.intra_sample_group.pcOri.bedGraph> -d <distance in base pairs>
0 commit comments