This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How can I check for library composition bias RNA-seq data

Hi Biostars,

I'm looking for a method by which I can check the library composition bias in my RNA-seq data ?

thanks in advance

library composition bias normalization rna-seq

1 answer

Run FASTQC + MULTIQC initially to look for things like GC bias and overrepresented sequences. You should know when your library was fragmented from the RNA-seq method. That will give a clue as to which end may be lower quality. QC will help with identifying this and knowing what to trim. After mapping you can also measure library complexity but that is further down the road.

Log in to answer this question.