rnaseqmut icon indicating copy to clipboard operation
rnaseqmut copied to clipboard

Values -1 in mutation position

Open FrancescoAlessandrini opened this issue 8 years ago • 5 comments

Hi! Thanks a lot for you work on rnaseqmut, so useful! I'm trying to find mutations from rnaseq data. When I obtain my mutation list from bam file, I find some mutation positions corrisponding to a cromosome but with the value "-1". I do not observe no "-1" in files generated from demo bam files. What does it means "-1"? Thanks in advance, Francesco

FrancescoAlessandrini avatar Jun 30 '17 16:06 FrancescoAlessandrini

Similar observation, "-1" values as positions of some variants. Any idea of the reason?

Some selected example lines: 1 -1 C G 0 0 0 16 1 -1 C G 0 0 0 12 1 -1 G C 0 0 11 0

I noticed that when the position is "-1", the read numbers in the first two columns are always zeros.

NourMarzouka avatar Dec 09 '20 16:12 NourMarzouka

Dear all,

saw the same issue, any suggestions?

damisiak avatar Jul 29 '21 09:07 damisiak

Thanks for the update! Error is removed now.

damisiak avatar Aug 09 '21 08:08 damisiak

Great! But what are these -1s? And if I already have some data with these -1s, then should I repeat the analysis?

NourMarzouka avatar Aug 09 '21 08:08 NourMarzouka

Great! But what are these -1s? And if I already have some data with these -1s, then should I repeat the analysis?

You can safely ignore the lines with -1s as they come from the soft clipping of reads which are usually very few. The results will be slightly different using the latest code, but the majority of the results should be the same.

davidliwei avatar Aug 09 '21 15:08 davidliwei