Usage
db1(mn, un)
dfsfit(mn, onetwo, roco=unlist(data.frame(strsplit(colnames(mn), "_"),
stringsAsFactors = FALSE)[2, ]), ... )
dfs2(x, onetwo)
Arguments
mn, x
matrix of methylated signal intensities, each column representing a sample
(default method), or an object for which a method is available. For dfsfit
and dfs2 this can also be a matrix of unmethylated intensities.
un
matrix of unmethylated signal intensities, each column representing a sample
(default method) or NULL when mn is an object containing methylated and
unmethylated values.
onetwo
character vector or factor of length nrow(mn) indicating assay type 'I'
or 'II'
roco
roco for dfsfit giving Sentrix rows and columns.
This allows a background gradient model to be fit. This is split from
data column names by default. roco=NULL disables model fitting
(and speeds up processing), otherwise roco can be supplied as a
character vector of strings like 'R01C01' (3rd and 6th characters used).
...
no additional arguments currently used