Entering edit mode
                    3.5 years ago
        biology_inform
        
    
        ▴
    
    60
    Can I use directly unsorted Bam files in feature counts (sequences are paired end)?
Also I couldn't reach the manual of featurecounts. How can I reach it?
In fact you can use sorted BAM files as featureCounts sorts it. Unsorted require no sorting as the paired-end data would already be grouped.
thanks to both of you!