Hi
I have a RNA seq datasets with three conditions (control, treatment X and Treatment Y), all triplicated. RNA sampled from brain tissue, ribosomal pulldown. I got expected counts from RSEM (STAR for alignment). I performed quantile normalization using normalizeBetweenArrays() function from Limma. I am not sure its the best way to normalize my data. You can see (image 1 )treatment Y-3 boxed area has higher gene expression than any other dataset, it looks so weird. I don't know what else I can do. Please help!
Thanks in advance!
Hi, Google Drive is not a recommended host for images as it doesn't support embedding on biostars. Could I trouble you to please follow this guide and upload on imgbb?
I made the changes for you already. You have to use the image button and paste in the full link to the image including the suffix (.png or similar). In this case the link would be
https://i.ibb.co/d7QHxTW/Screen-Shot-2019-09-24-at-7-52-23-PM.png
Thank you, I am trying to add another box plot image
So you have RNA-seq, and you use
normalizeBetweenArrays()
? RNA-seq requires a different analysis than a microarray. Please follow a well-tested tutorial, like this one from bioconductor.You could use voom normalization from limma, and add the quantile normalization in there with argument
normalize.method = "quantile"
. However, start with real counts, derived from featureCounts instead of RSEM.