Hi everyone,
I'm having problems to identify EML4-ALK gene fusions among several samples when I use STAR-Fusion pipeline from docker image trinityctat/starfusion like reported in this link [1]. I've tried to run only FusionInspector against a commercial control [2] passing just the fusions that I expected and the results are fine.
Here it's what I've tried to solve this issue:
1) Run with max_sensitivity enabled
2) Run with full_Monty enable
3) Change the parameters alignSplicedMateMapLmin and alignSplicedMateMapLminOverLmate to STAR default values
4) Change the parameter alignSplicedMateMapLmin to default value and alignSplicedMateMapLminOverLmate to 0.1 link the guy from github issue
5) Change the parameters peOverlapNbasesMin, alignSplicedMateMapLmin and alignSplicedMateMapLminOverLmate to STAR default values
None of them worked.
I checked the output bam file generated by the first run of STAR in IGV and I have reads in the regions of the panels (Archer FusionPlex Solid Tumor and Illumina Trusight RNA Fusion), then I checked if the candidate it was not filtered in a step after the initial candidates given by STAR and they aren't in star-fusion.preliminary/star-fusion.fusion_candidates.preliminary file.
What can I do more to solve this issue?
Expected fusions: EML4-ALK, CCDC6-RET and SLC34A2-ROS1; if you want I can share the results of pipeline that I have too.
Thanks in advance