Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-lab committed Sep 3, 2022
1 parent 9eab540 commit 03def77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions utility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,11 @@ Options:
-h, --help
Show this help message and exit
```

# Merge continuous differential compartments

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)

```
./mergeDEcompartments.sh -f <path/to/differential.intra_sample_group.pcOri.bedGraph> -d <distance in base pairs>
```

0 comments on commit 03def77

Please sign in to comment.