DmpId: Identificaion of differentially methylated probes

Description Usage Arguments Value

View source: R/DmpId.R

Description

Compare two data (or data sets) conpute differentially methylated probes. For single data comparison, delta-M value is used. For data set comparison, both Welch's t-test and delta-M value are used.

Usage

1
2
DmpId(selDataMatrix, ControlColnum, TreatmentColnum, p.cutoff = 0.05,
  cutoff = 2, MethylDemethyl = "Demethyl")

Arguments

selDataMatrix

normalized M-value matrix

ControlColnum

column number for Control sample(s)

TreatmentColnum

column number for target sample(s)

p.cutoff

cut-off for Welch's t-test

cutoff

cut-off for delta-M value

MethylDemethyl

direction of Ddifferentially methylated regions (methylated or demethylated)

Value

IDs of differentially methylated probes


takahirosuzuki1980/test documentation built on April 2, 2021, 11 a.m.