Description Usage Arguments Details Value
View source: R/tabulated.fisher.R
forms the dataframe (tabulated.fisher
) with the tabulted results for all possible Fisshe exact tests with Y and N numbers of cases and controls
1 | prepare.tabulated.fisher(Y, N, folder = ".", load = TRUE, save = TRUE)
|
Y |
cases# , e.g. number of cancer samples |
N |
controls# |
folder |
(default .) |
load |
(default TRUE) logical. If TRUE, we try to load file tabulated.fisher.Y.N.dat |
save |
(default TRUE) logical. If TRUE, we save the |
each row gives statistics (p-value, etc) for a 4-pole table:
MY | MN |
Y-MY | N-MN |
MY is methylated-positive and MN is methylated-negative (normal) we want to represent all the Fishers as a (Y+1) rows * (N+1) cols matrix. MY=0..Y MN=0..N then, we map it to 1..(MY+1)(MN+1), and it is the row index
the tabulated.fisher
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.