preprocessBEclear: preprocessBEclear

Description Usage Arguments Details Value Examples

View source: R/preprocessBEclear.R

Description

this methods does some preprocessing steps for the later methods like removing rows containing only missing values

Usage

1

Arguments

data

any matrix filled with beta values, column names have to be sample_ids corresponding to the ids listed in "samples", row names have to be gene names.

samples

data frame with two columns, the first column has to contain the sample numbers, the second column has to contain the corresponding batch number. Colnames have to be named as "sample_id" and "batch_id".

Details

Here we describe the preprocessing steps in the order they are executed:

Value

a list containing the processed data and samples and a data.table containing mappings from the original sample names to the new ones. If sample names weren't changed this third object is NULL

Examples

1
2

BEclear documentation built on Nov. 8, 2020, 8:07 p.m.