View source: R/evalue_data_chk.R
evalue_buildin_var_fmt_nm | R Documentation |
Build-in check file format function Perform the format check and data clean for the "metilene" or "biseq", "DMRfinder" or "methylKit" method correspondingly.
evalue_buildin_var_fmt_nm(a, b, method = "metilene")
a |
data frame of the methylation rate |
b |
data frame of output data corresponding to the "method" option |
method |
"metilene" or "biseq", "DMRfinder" or "methylKit" |
list(a, b) which contains the cleaned data correspondingly
data("demo_metilene_out")
data("demo_metilene_input")
evalue_buildin_var_fmt_nm(demo_metilene_input,
demo_metilene_out, method="metilene")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.