R/preprocessingMinfiEwasWater_steps.R
extractMetricsMinfiEwasWater.RdExtract beta, M, and copy-number matrices from a filtered object
extractMetricsMinfiEwasWater(
filteredData,
verbose = FALSE,
logs = FALSE,
log_dir = NULL,
log_file = "log_extractMetricsMinfiEwasWater.txt"
)Object returned by filterProbesMinfiEwasWater().
Logical. If TRUE, emit progress messages with message().
Logical. If TRUE, write the same messages to a log file.
Character or NULL. Directory used for the log file when
logs = TRUE.
Character. File name used when logs = TRUE.
A list with class "dnaEPICO_minfiEwasWater_metrics" containing
beta, m, and cn.
ex <- dnaEPICO:::exampleMinfiMetricsStateDnaEpico()
metrics_data <- extractMetricsMinfiEwasWater(
filteredData = ex$filteredData,
verbose = FALSE,
logs = FALSE
)
names(metrics_data)
#> [1] "beta" "m" "cn"