1. For the gene expression data (microarray dataset which is been extracted from the Gene Expression Omnibus (GEO) platform), which of the following normalisation techniques are suggested as the best in order to handle the outliers: quantile, log, z score,… As I was following articles where they were normalising by combining quantile and log, but when I check for the dataset I’m working on, there are outliers which are then negatively skewed after normalising. Is it normal to have skewness even when they are normalised? If not, are there any other ways where we can normalise them without any skewness?
2. I was using the Student t-test and Fold change values, to identify the DEG for two different cores, where I ended up getting 202 genes in total, where 44 are common between these two cores. Is it normal to get some common differentially expressed genes for two different conditions ? If not, what mistake probably would have occured?
3. Any precise formula to calculate the fold change values from the gene expression values? All over the internet, there are plenty of formulas. So, I'm confused about which formula to use.