evalue_buildin_var_fmt_nm: Build-in check file format function Perform the format check...

View source: R/evalue_data_chk.R

evalue_buildin_var_fmt_nmR Documentation

Build-in check file format function Perform the format check and data clean for the "metilene" or "biseq", "DMRfinder" or "methylKit" method correspondingly.

Description

Build-in check file format function Perform the format check and data clean for the "metilene" or "biseq", "DMRfinder" or "methylKit" method correspondingly.

Usage

evalue_buildin_var_fmt_nm(a, b, method = "metilene")

Arguments

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"

Value

list(a, b) which contains the cleaned data correspondingly

Examples


data("demo_metilene_out")
data("demo_metilene_input")
evalue_buildin_var_fmt_nm(demo_metilene_input,
                          demo_metilene_out, method="metilene")


metevalue documentation built on May 31, 2023, 8:19 p.m.