Thank You, here I merged 3 microarray datasets, two are from Affymetrix HG-U133_Plus_2 and one from Affymetrix HG-U133A. I normalized the data separately using the affy package and remove batch effects using limma package. Then created a gene list and merged all three datasets. After merging I again performed normalization and remove batch effect function, to visualize the normalized data I used standard boxplot() function.
I have a list of questions if you can answer them:
- Is it important to perform normalization after merging data or can I skip that step and only remove batch effects?
- Should I convert data to the Z- score?
- Can you please elaborate on the Z- score from your previous answer? Why is that important? What difference does it make?
Parinv.

First off, normalizing between different microarray platforms is generally futile - the discrepancies between them are just too vast to compare between platforms.
Second, there is not enough information here for us to help you. I'm assuming this is RNA microarray data, but you should explicitly state that. What are you using to process these? We need a minimal, complete example of how you're dealing with this. What package is the
boxplotfunction from? What is your end goal?