Closed slsevilla closed 2 years ago
Completed testing with PureClip
General notes:
local pc_cmd="$pureclip_dir \
-i $merged_bam \
-bai ${merged_bam}.bai \
-g $clean_reference \
-ld -nt 8 \
-o ${output_dir}/${sample_id}_${v_id}_sites.bed \
-or ${output_dir}/${sample_id}_${v_id}_regions.bed"
Ran with bedtools
bedtools jaccard -a $v1_sorted -b $v2_sorted > ${output_dir}/comparisons/${sample_id}_inboth.txt
Comparisons were as follows
The results varied significantly from our current peakcalling method, with very few overlaps (<5%) overall. Given the satisfaction of the current peak calling method significant testing would need to be performed in order to justify this conversion. Seeing there has been no concern with current method, there isn't a justification to perform this change.
Closing this issue for now, and will potentially return to it at a later date.
Determine difference in v1 and v2 of the pipeline using PURECLIP peak calling tool.