Fisher test and exact test
Hi guys,
What is
P-VALUE CORRECTED WITH FDR by Exact test
P-VALUE CORRECTED WITH FDR by Fisher test?
When should we use these parameters?
r
rna-seq
gene
• 5,874 views
•
link
written
by
elhamdallalbashi •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Treat methylation as binary or continuous signal when detecting DMR?
written by CYMethylation level is usually measured as continuous value (M-value from 450K). However, DNA methylation is binary outcome in nature (methylated or not), and it is …
-
Setting a threshold for FDR correction
written by kelly.wang135Hello, I am studying correction for multiple testing and have some trouble understanding the FDR. - significance level=0.05 - number of tests=100 **For Bonferroni correction,** …
-
Multiple testing correction issue
written by CYI am aware of that multiple testing correction is needed when multiple hypothesis tests are simultaneously performed. However, I am a little confused by the …
-
Access edgeR test statistic
written by rrcutlerI'd like to know an easy way to access test statistics calculated after using the exactTest() function in edgeR. I'd like to use these with …
-
Transcription factor enrichment analysis
written by chipolino •Hi everyone I am trying to run Fisher exact test for transcription factor enrichment analysis: I have 1017 genes from group A, 44 genes from …
-
gene enrichment analysis
written by namjoub50 •If we have a gene or TF that binds to 75% of human genes ...lets say 15000 of 20000 genes, what statistical preparation or method …
-
Does BioMart based go-terms contain any insignificant go-terms ?
written by arnetmit •Hi , I want to obtain significant GO-terms of gene lists that I have already had. I used BioMart R package and it returns all …
-
filter genes based on statistical test
written by elhamdallalbashi •hi all, I have datasets derived from RNAseq experiments (each experiment is the effect of one drug on a cancer) ,I did differential expression.for identifying …
-
DAVID: functional annotation chart result explanation
written by yliueagleI am using the DAVID 6.7 to do some functional annotation analysis http://david.abcc.ncifcrf.gov/ I submitted my interested gene list(human), and used the default Homo Sapiens …
-
Which Parameter Should Be Used For Comparativemarkerselection In The Genepattern Software?
written by jlshi.nudt<p>Hi, I am using Gene Pattern to find differential expression genes. The ComparativeMarkerSelection module provides a list of statistic parameters such as rank,Score, Feature P,Feature …
What kind of data are you analyzing? Or is it a home work assignment?
RNA-seq analysis,I did differential experssion and now I want to do meta analysis,but my prof. Said for determination of parameters,Calculate these p-value for some experemints.
Can't your Prof. Said explain to you what he means? Because Fisher's test IS an exact test!?!
Really!At first I thought he means fisher exact test.anyway,why should I do it before meta analysis?
Aren't they one and the same?
I think they are different.as I explain above my prof. Said.
I suspect that there's some confusion between "Fisher's exact test" and "Fisher's method", which is a method of combining p-values for things like a meta-analysis. You might ask your prof. if that's what he/she means.
Thank you Devon,I can not ask him now,he is on a trip.is it routine doing fisher exact test in this situation?if not,I should do "fisher's method".
You should use Fisher's method, since you already have p-values from the different experiments (I assume). This is very likely what he was trying to convey.
What you're asking is unclear. An exact test can be any sort of test in which the test statistics doesn't rely on an approximation. Fisher's test can mean either Fisher's exact test or Fisher's combined probability test which is also known as Fisher's method of combining p-values. Neither of these is a p-value correction method. Fisher's method is a way of combining p-values to test the meta null hypothesis that the null hypothesis is true for all the individual experiments. A FDR-corrected p-value is a p-value that has been corrected for multiple testing with a procedure that controls the false discovery rate (i.e. the expected proportion of false positives).