How can get very low counts in RNA-seq ?
1
0
Entering edit mode
4.9 years ago

Hi every one. i did rna seq analysis. in PER3 gene and PER4 pseudogene i didnt get any counts, but in IGV i saw some small peaks which means they have some counts, even very low, but still they have !!. i want to know is there any way i can get any counts from that ? were my options in my aligner wrong or what else ?

i used blood samples. and used with trimmomatic, STAR, featureCounts

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

i want to know is there any way i can get any counts from that ?

may be there is a low MAPQ for those reads . Use samtools view in.bam "chr1:234-567" to explore the reads in the region of the gene.

ADD REPLY
0
Entering edit mode

i know these two are similar. but im make my point more clear this time. thank you anyway

ADD REPLY
1
Entering edit mode

Did you try salmon? I think it is still the best option to make use of problematic reads such as multimappers.

ADD REPLY
0
Entering edit mode

since i working in galaxy plat form . working with galaxy is a little confusing and different from other tools i used. because it using data without needing to aligner. what the exact steps of Salmon ? i mean after trimming. we use salmon and featureCounts? i dont know what workflow should i use

ADD REPLY
0
Entering edit mode

Why don't you just try it first? It's right there on Galaxy. Try it and then you can come back with specific questions.

ADD REPLY
2
Entering edit mode
4.9 years ago

Your read counter might be refusing to count reads that do not align uniquely. Pierre's command will let you count reads in the region, even if your read counter won't assign them to a gene.

ADD COMMENT

Login before adding your answer.

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