Hi,
I am trying to understand how the -M, --primary and --fractional work together in featureCounts. From my understanding, -M is ignored if you add the --primary flag. However, what setting should I use if I want to count primary alignments fractionally? Some reads have multiple primary alignments since I have set --outSAMprimaryFlag to AllBestScore in STAR, so all alignments with the best score will be output as primary alignments.
Best wishes,
Lucy
Yes I could do this and then use
-Mand--fractionalwithin featureCounts. Is that what you are suggesting?