program repair in featureCounts
1
0
Entering edit mode
6.0 years ago
yueli7 ▴ 250

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!

RNA-Seq • 1.2k views
ADD COMMENT
1
Entering edit mode

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/.

ADD REPLY
0
Entering edit mode

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!

ADD REPLY
4
Entering edit mode
6.0 years ago
h.mon 35k

Indeed, you don't need to repair your reads, and yes, use the "2-pass_Aligned.sotredByCoord.out.bam" with featureCounts. By the way, you could have used STAR --quantMode GeneCounts to get a table of counts similar to that of featureCounts.

ADD COMMENT
0
Entering edit mode

Thanks for your great help!

ADD REPLY
0
Entering edit mode

The reaction from h.mon got moved to an answer, so can you accept it if it solves your question?

ADD REPLY

Login before adding your answer.

Traffic: 3205 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6