Creating a Venn Diagram from Microarray Data
2
0
Entering edit mode
8.4 years ago

Hello

I am trying to create a venn diagram showing the similar genes of my microarray data. I have used Affymetrix's Transcriptome Analysis Console to get the average signal, fold change, and ANOVA p value of my probe sets, but I am unsure how to use this data to make a venn diagram. I have already tried programs like VennPlex and GeneVenn, but they do not seem to be giving me the correct diagram. Any help would be appreciated.

Thank you

microarray venn diagram affymetrix • 4.9k views
ADD COMMENT
0
Entering edit mode

What do you mean by similar genes?

ADD REPLY
2
Entering edit mode
8.4 years ago
TriS ★ 4.7k

Are you using gene names? Can you use R? If so, you can use the venn() function in gplots.

Otherwise you can use this very simple online tool from bioinformatics.lu as long as you have max 3 groups

For more than 3 you can use this other tool from the univ. of Pretoria

ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode

I don't have the gene names, only probe sets.

ADD REPLY
0
Entering edit mode

gene names, probe names, IDs...any of them works...

ADD REPLY
0
Entering edit mode

The problem that I am having is that these programs are comparing all of the values for my three samples instead of just the values in each row, so instead of showing that my samples have 1 gene in common, it is showing that they have around 1200. How do I avoid this?

ADD REPLY
0
Entering edit mode

You should also be able to download the annotation file for your array(s) so you can map probesets to gene IDs or names.

ADD REPLY
0
Entering edit mode
8.4 years ago
mkulecka ▴ 360

https://cran.r-project.org/web/packages/VennDiagram/index.html - I also recommend this R package. You can plot up to five groups with it.

ADD COMMENT

Login before adding your answer.

Traffic: 1551 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