I want to compare the gene expression of similar tissue-type coming from one SE and another PE dataset (each having 3 biological replicates in both). And also both are from different labs with different protocols.
So I tried to normalize both the datasets with normTransform
in DESeq2 package from the raw counts but no help.
Any solution how can normalize both the datasets to compare gene expression directly.
I know this question must have been asked before. I tried my best to find some similar thread, but couldn't get a proper one. Please share a link if you have come across before.
You can add
batch
variable to DESeq2 design while creating theDESeq object for the first time. Check the following linksAlso check PCA (after rlog/vst normalization with batch) by coloring SE & PE. If SE and PE samples belong to two different biological conditions/groups, then there is noway you can tell whether the difference is due to tech or biology.
What does
but no help
mean?After normalization also, The scaling in both the datasets is different, which is not comparable.
Note: I want to compare relative expression.
Is this based on an MAplot or how do you see that the scales are different?
Here is a PCA plot: https://imgur.com/a/sv6zEw8
Towards extreme left the PE datasets and towards extreme right SE.