Best way to define the Background Genes to compare overlapping DE genes from microarray and RNAseq
1
0
Entering edit mode
7.4 years ago

I have several lists of DE genes, some of them from microarray and others from RNAseq.

I have tried to use the GeneOverlap library in R to perform and test the overlapping between two or more gene lists, but I do not know how to define a full list of genes to use as my gene background.

Could I use all genes in the genome or get a common list from all datasets, by filtering the same gene features and selecting features that only exist in both RNA-seq and microarray?

RNA-Seq microarrays Fisher-test overlapping genes • 3.0k views
ADD COMMENT
0
Entering edit mode

Hello there. Sorry, I am a little confused, what exactly are you trying to determine by using GeneOverlap in this way?

ADD REPLY
0
Entering edit mode

Hi Thomas, I am looking for common DE genes that are shared between two experiments, so the GeneOverlap compare two gene lists and then uses Fisher's exact test to find the statistical significance. Considering the contigency table 2x2, I have the number of differentially expressed genes to each list but I need to chose the gene universe (DE + Not DE). Since I wish to compare microarray x RNAseq studies, I have two options in this case: 1- Universe is all genes in the genome 2- Universe is only the expressed genes What is the best option in this case?

ADD REPLY
3
Entering edit mode
7.4 years ago
Benn 8.3k

Usually, for microarrays, you take all genes that are present on the microarray as a background.

For RNAseq I usually use all genes in the genome. So if you use something like featureCounts, all genes that are used for this tool.

ADD COMMENT
2
Entering edit mode

... and to do comparison between RNA-Seq and micro-array one would use the intersection of both background lists.

ADD REPLY
0
Entering edit mode

Thank you for your answer guys!

ADD REPLY

Login before adding your answer.

Traffic: 2599 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6