View source: R/tanova.ragu.to.cartool.R
This function takes the .txt files from the RAGU software and transforms it into a .ep files. The p-values are dichotomized. p-val < 0.05 are took down to 0 wilhe the p-val > 0.05 are set to 1.
1 | tanova.ragu.to.cartool(file, sig_cut_off = 0.05)
|
file |
.txt file containing the tanova results from RAGU |
sig_cut_off |
Significance threshold according to which dichotomize the data. Default is 0.05 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.