Fastqc report for small RNA sequencing
1
0
Entering edit mode
19 months ago
Aiswarya ▴ 10

Hai,

I am running fastQC on small RNAseq datasets, the per-base sequence content is peculiar (they are not parallel but all squiggly). I thought it might be because of my dataset and ran fastqc on another small RNAseq data but it looks the same. Any idea why this is happening??

RNA FastQC smallRNAseq small sequencing • 887 views
ADD COMMENT
0
Entering edit mode
19 months ago

Should it be uniform? Probably not.

It is not randomly sheared DNA after all.

Even for DNA the start of the sequence is usually nonuniform because of non-random priming.

(PS. post an image with what you see instead of describing it as squiggly)

ADD COMMENT
0
Entering edit mode

This is what it looks like:

enter image description here

ADD REPLY
0
Entering edit mode

take known small RNA sequences, turn them into a fastq file

seqtk seq -F I smallrna.fa > smallrna.fq

now run fastqc on that file. I bet the plot will be squiggly as well

The small rna has a function, and the fragments start in the same position. the bases are not supposed to be random by position.

ADD REPLY
0
Entering edit mode

That makes perfect sense. And as you said the fastq for known small RNA seq (attached is fastqc for a list of piRNAs from piRNA enter image description herebank) looks all squiggly.

(Offtopic - I wonder why there are no 'G's)

ADD REPLY
1
Entering edit mode

probably T is missing because you have RNA with uracil (U) instead

ADD REPLY
1
Entering edit mode

fear not you can fix it with another tool called seqkit, not to be confused with seqtk :-)

seqtk seq -F I rna.fa | seqkit seq --rna2dna > dna.fq
ADD REPLY
0
Entering edit mode

uh!! A reminder to remember the basics.

Thank you :)

ADD REPLY

Login before adding your answer.

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