featureCounts low rate and strange output
0
0
Entering edit mode
2.2 years ago
Yi • 0

Hi, I'm new to RNAseq data analysis. I used HISAT2 for alignment and the rate is high (~90%). Then I used samtools to convert sam to bam, and then sorted. Then I put the sorted bam to featureCounts, but the alignment rate is very low, like 20%. Also, the output is a bit strange.featureCounts Output Why is there repeated locations for the same gene?

ls *sorted.bam | while read i; do (featureCounts -T 24 -p -t exon -g gene_id -a /hpctmp/renyi04/reference/Homo_sapiens.GRCh38.105.gtf -o ../counts/${i:0:11}_counts.txt $i); done

Any idea how I can modify the script and improve the alignment rate? Appreciate your help!!

featureCounts RNAseq • 554 views
ADD COMMENT
1
Entering edit mode

What do you mean by "the output is a bit strange"? Have you had a look to the other posts already about this topic in biostars? Such as:

ADD REPLY
0
Entering edit mode

Thank you iraun for the useful information

ADD REPLY

Login before adding your answer.

Traffic: 1487 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