Hello, I have used DESeq2 for differential analysis of small RNA data. I wanted to plot jitter plot of top most differentialy expressed gene using the plotCounts function. When i plot them i can still see the batch effect in the image generated.I then refereed to your post https://support.bioconductor.org/p/76099/. There it is mentioned that it will model the batch effect in linear regression not remove them also in the following threads it is mentioned that we can use limma package removebatcheffect to visualize the batch effect removal. Based on this i have my question as follows:-
Will the batch effect modeled by limma will be same as that by DESeq2 and can that be used as exact proxy or is there any way to extract and plot batch effect removed modeled values
Hello, Iam trying to remove batch effect from my data anad i am recieving strange error which when I googled it I could not find the answer.
the above ie my experimental design and it is work well with no error until I come to remove batch effect.
Thanks for answering
Wrap ~group in model.matrix().
When stuck you can check the help pages for functions and see if you are providing the right class of object.