How to perform Fisher's exact test between two gene lists for a particular gene in R?
1
0
Entering edit mode
7.3 years ago
Vasu ▴ 770

Hello Everyone,

I have two gene lists with sample, gene, chromosome, mutation_type, start, end, codon columns. Want to perform Fishers test between two gene lists for a particular gene eg: MAP3K1. Can anyone tell me how can I perform this in R?

Thank you

R fishers test significance statistics • 6.9k views
ADD COMMENT
0
Entering edit mode

Are you talking about the FET implemented in the fisher.text() function? Can you please post an example so we can understand what kind of data you want to analyze?

ADD REPLY
0
Entering edit mode

For eg: I want see for MAP3K1. Could you please tell how to see it is wildtype or mutant? And then after that I want to perform fisher.test function.

             MAP3K1 
            wt  mutant
Genelist1    x    x
Genelist2    x    x
ADD REPLY
2
Entering edit mode

If you can summarize your dataframes into two columns "MAP3K1" (containing values "wt" and "mutant") and "LIST" ("list1" and "list2") then you could use table() to automatically generate contingency matrices. I don't know how easy this will be since I don't know the architectures of your dataframes. I guess an apply() function could help you to get the information you need.

ADD REPLY
1
Entering edit mode
7.3 years ago
sysbiocoder ▴ 180

You can use Gene Overlap package in R

https://bioconductor.org/packages/release/bioc/html/GeneOverlap.html

ADD COMMENT

Login before adding your answer.

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