rajewsky-lab / mirdeep2

Discovering known and novel miRNAs from small RNA sequencing data
GNU General Public License v3.0
135 stars 49 forks source link

handling mature_precursor from quantifier.pl #78

Closed waleadebayo closed 3 years ago

waleadebayo commented 3 years ago

Hi , many thanks in advance I have used mapper.pl and quantifier.pl on the collapsed. fa with output as below,

ssmr

clearly two precursors of the same miR have similar counts, (a)if I don't want precursor info, Is summing up or averaging the best way to deal with this ? (b)can I stop this behaviour in quantifier.pl, i.e. exclude precursor info

Drmirdeep commented 3 years ago

Although I don't see any issue here we can easily resolve this. If you used the weighing option in quantifier.pl you can sum up the read counts. Otherwise not. Just choose one of the precursors as your default.

second option, just take out the double of triple occurring precursors from the input file. There is no behavior to stop. It works exactly as intended.