-
Hi,@alexdobin -------------------------here is the parameters----------- ------------------------here is the final.out---------------- -----------------------here is the bam file----------------------- thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I tried to increase the sensitivity by using "--seedSearchStartLmax 20 --winAnchorMultimapNmax 100 ", but no effect. |
Beta Was this translation helpful? Give feedback.
-
I found this issue occurs when the deletions` distance to the end of reads is less than 12bp. |
Beta Was this translation helpful? Give feedback.
-
Hi @erhei01 you found the right explanation... STAR cannot handle indels that have short "overhangs", i.e. are too close (<12-15b) to the read ends. Cheers |
Beta Was this translation helpful? Give feedback.
-
Hi @erhei01 presently, the extension only works for mismatches. For indels, the seeds have to be found on both sides of the indel; hence the overhang cannot be too small. In principle, you can try to increase --seedMultimapNmax = 10000 by default, which can allow to reduce the min overhang size. Cheers |
Beta Was this translation helpful? Give feedback.
Hi @erhei01
you found the right explanation... STAR cannot handle indels that have short "overhangs", i.e. are too close (<12-15b) to the read ends.
Cheers
Alex