A Nextflow pipeline to aid in analyzing the SNAP-CUTANA panel from Epicypher for CUT&Tag and CUT&RUN experiments.
Nextflow must be installed. On Longleaf, just run module load nextflow
before running the pipeline.
- Change the params file to point to the directory of reads you wish to analyze, and change the results directory if you wish.
- Run the following command:
nextflow run workflow.nf -params-file params.yaml
You should have a results directory which contains 3 files:
barcode_counts.csv
- This is a CSV file with the following columns:
- Read
- Epitope
- Alpha Index
- Read Count
- This is a CSV file with the following columns:
heatmap.pdf
heatmap.png
The heatmaps should look something like this:
The heatmap displays the percentage of reads per sample that map to each epitope.