You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Subread
Hi so I'm trying to summarize by exon using bam from STAR aligner. However, Star output is sorted by coordinate. Since my reads are paired-end I would like to use the -p switch, however, I'm curious if I need to resort the BAM input by name first? or will featureCounts do this automatically? thank you!
Alex
Wei Shi
unread,
Oct 29, 2017, 7:09:41 PM10/29/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Subread
No you do not need to sort your bam files. featureCounts will do that for you automatically. featureCounts processes name-sorted and location-sorted bam files at the same speed.