This is what it looks like:
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??
1 answer
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)
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.
Log in to answer this question.