Export tables of overlapping genes when using GOVenn
0
0
Entering edit mode
4.7 years ago
Kim ▴ 20

Hello everyone

I'm using GOVenn in RStudio to find overlapping differentially expressed genes between datasets.

My command:

GOVenn(dt1, dt2, d3, title = "Overexperessed genes", label = c("CPC vs CPP", "CPC vs aCPP", "aCPP vs CPP)), plot = F)

The result is a nice Venn diagram and tables of overlapping genes presented in the Console. There are thousands of genes in each table, so the result is not fully displayed. I don't mind much if it's not fully displayed, but I want to export those tables into .csv files and can't find an instruction for this.Could anyone please help me with this issue?

Thank you very much.

Overlapping genes GOVenn • 1.3k views
ADD COMMENT
0
Entering edit mode

Try to read and understand the help function (?GOVenn), it says that the GOVenn function returns a list of two items. The first item can be accessed by plot, and the second with alist(table). Did you try that?

ADD REPLY
0
Entering edit mode

Thank you very much. It's not very straightforward but I can get the table now

ADD REPLY

Login before adding your answer.

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