FeatureCounts
0
0
Entering edit mode
16 months ago

Hi

My assigned reads don't get higher if I lower my mapping score. Can anyone know what I must do to get a higher amount of reads?

featureCounts \
    -Q 10 \
    -g gene_name \
    -a /mnt/storage/data/resources/genomes/hg38/hg38.refGene.agat.gtf \
    -o all.counts \
    C1.bam C2.bam S1.bam S2.bam
featureCounts mapping-quality • 730 views
ADD COMMENT
2
Entering edit mode

You have more than half of the reads being multimappers, hence fiddling with mapping quality is not going to help. What is the context here, do you have any idea from the wetlab side why that is? Is this something like short/small RNA-seq or is the read length exceptionally short?

ADD REPLY
0
Entering edit mode
Status  C1.bam  C2.bam  S1.bam  S2.bam
Assigned    13794555    14166283    13113126    12831852
Unassigned_Unmapped 0   0   0   0
Unassigned_MappingQuality   0   0   0   0
Unassigned_Chimera  0   0   0   0
Unassigned_FragmentLength   0   0   0   0
Unassigned_Duplicate    0   0   0   0
Unassigned_MultiMapping 19433175    16759053    16007608    22902234
Unassigned_Secondary    0   0   0   0
Unassigned_Nonjunction  0   0   0   0
Unassigned_NoFeatures   1606056 1623631 1637217 1694758
Unassigned_Overlapping_Length   0   0   0   0
Unassigned_Ambiguity    575965  569557  718212  596196
ADD REPLY
0
Entering edit mode

I'm doing bulk RNA sequencing

ADD REPLY
0
Entering edit mode

Cannot help without proper details, put some effort. RNA-seq is very standard these days, probably your library is poor quality.

ADD REPLY

Login before adding your answer.

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