I noticed the Mnase-seq pipeline is deprecated.
I want to update it from DSL I to DSL II, which implies new modules and a refactoring of the main workflow.
The current pipeline is really huge, so maybe the refactoring could simplify it a bit, I was thinking of the following pipe :
- Raw read QC (FastQC)
- Adapter trimming (Trim Galore!)
- Alignment
- Mark duplicates
- Merge alignments from multiple libraries of the same sample
- Call nucleosome positions and generate smoothed, normalised coverage bigWig files that can be used to generate occupancy profile plots between samples across features of interest (DANPOS3)
- Normalise the wig files in order to compare them
- Generate gene-body meta-profile from normalized bigWig files
Let me know if you like the idea.
I noticed the Mnase-seq pipeline is deprecated.
I want to update it from DSL I to DSL II, which implies new modules and a refactoring of the main workflow.
The current pipeline is really huge, so maybe the refactoring could simplify it a bit, I was thinking of the following pipe :
Let me know if you like the idea.