This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Content of T was larger than others in NSR-RNAseq data, why?

I found a strange base content in an NSR-RNAseq data (SE60), T% was higher than all others (A.C.G), Can anyone tell, what's wrong with the data set?

The fastqc output (default parameter) were shown below:

Add: This data set was generated by Illumina HiSeq2000

Clip reads (TruSeq adapter Index), discard the 5 bases at the 5' end:

cutadapt -a  AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC -q 20 -m 20 --cut=5 -o out.fq in.fq

Raw

enter image description here

Clip adapter from the 3' end

enter image description here

rna-seq

Could you elaborate on the experimental procedure to generate this library?

Is your data Illumina? Illumina has know issues at the 5' end resulting in biased nucleotides. Depending on how the sample was processed, this could be the result of Nextera tagmentation bias (e.g. Fig4 here DOI: 10.1186/s12859-016-0976-y). Alternatively can be caused by not so random, random hexamers (http://seqanswers.com/forums/showthread.php?t=11843). Your first figure looks rather extreme though, like WouterDeCoster said - how was the library generated?

1 answer

Strand-specific mRNA-Seq that contains a substantial amount of poly(A) contamination can produce plots like this one. It's often indicative of degradation of the RNA sample.

Log in to answer this question.