This repository contains scripts and tools for analyzing nucleosome positions in cfDNA sequencing data, simulating nucleosome configurations, and performing downstream analyses.
In addition to the Python packages listed in requirements.txt
, the following system dependencies are required to run the scripts:
-
GNU Parallel: Install using your package manager. For example:
- On Ubuntu:
sudo apt-get install parallel
- On macOS:
brew install parallel
- On Ubuntu:
-
samtools: A suite of programs for interacting with high-throughput sequencing data. Install using your package manager:
- On Ubuntu:
sudo apt-get install samtools
- On macOS:
brew install samtools
- On Ubuntu:
Make sure to install these dependencies before running the scripts.
For more detailed information about specific scripts and analyses, please refer to the README files located in the different folders of the repository.