I have performed differential expression anaysis using limma
, for about 20 data sets. Each one of them alone. Then I performed a meta-analysis approach to visualize the results using a volcano plot. Some of the genes appearing in the volcano plot make a lot of sense, however there are some things that I don't understand what they are.
EDIT - finally after some digging, I found that these are genes from the mitochondrial DNA.
What is "J01415" ? there are versions of this in my results, what are those stuff and should I maybe get rid of them before I conduct the analysis ? here is the plot :
Just out of interest, how did you perform the meta-analysis?
Also, where did these data come from?
I collected processed data from several cancer cohorts regarding ICI treatments. For each data set I performed differential expression analysis, and I kept only the significant p-value genes.
Then I made a function that amalgamate p-values using the chi-squared statistic. For each distinct gene in the datasets, this function gathers individual p-values. After collecting the p-values, the function computes a combined p-value for each gene.
Concurrently, for every unique gene, the average log fold change is determined across all datasets.