NCI-RBL / iCLIP

RNA Biology Pipeline to Characterize protein-RNA Interactions
https://rbl-nci.github.io/iCLIP/
MIT License
4 stars 2 forks source link

test PURECLIP peak calling #111

Closed slsevilla closed 2 years ago

slsevilla commented 2 years ago

Determine difference in v1 and v2 of the pipeline using PURECLIP peak calling tool.

slsevilla commented 2 years ago

Completed testing with PureClip

Run info

General notes:

Results

Ran with bedtools

bedtools jaccard -a $v1_sorted -b $v2_sorted > ${output_dir}/comparisons/${sample_id}_inboth.txt

Comparisons were as follows

Interpretation / Next steps

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.