Hello,
I try to use featureCounts to summarize the human pair-end read.
The manual of Subread said "We also provide an utility program repair to allow users to pair up the reads before feeding them to featureCounts".
Where is the program "repair"?
Thanks in advance!
How did you map your reads? Most likely you don't need to repair the bam file.
How did you install Subread? The
repair
program is under$SUBREAD_FOLDER/bin/utilities/
.Thanks!
I ran STAR to map my reads.
The output files are: 2-pass_Aligned.out.bam, 2-pass_Aligned.sortedByCoord.out.bam, 2-pass_Aligned.toTranscriptome.out.bam.
I just want to double check: I will use 2-pass_Aligned.sotredByCoord.out.bam to do the following work, it that correct?
Thanks!