squid icon indicating copy to clipboard operation
squid copied to clipboard

Increase sensitivity of SQUID

Open readmanchiu opened this issue 5 years ago • 1 comments

Hi, I'm wonder if there is a parameter where you can increase the sensitivity of SQUID by lowering the number of reads supporting the fusion (the SCORE field in the bedpe file)? I wonder if there is a minimum cutoff set somewhere where you can change? I ask this because I clearly saw some chimeric alignment in my chimeric bam file but I don't see SQUID reporting the fusion.

Thanks, Readman Chiu

readmanchiu avatar Oct 29 '18 17:10 readmanchiu

You can reduce the minimum edge weight parameter (-w), or increase the discordant edge weight multiplier (-r).

However, since SQUID currently only detect dominating TSVs, changing the two options may not guarantee to output the desired one. We are currently working on extending SQUID to detect heterogeneous TSVs. When that's done, the TSV detection will be more sensitive.

Congm12 avatar Oct 30 '18 04:10 Congm12