rnb.execute.cross.reactive.removal: rnb.execute.cross.reactive.removal

Description Usage Arguments Value Author(s) Examples

View source: R/filtering.R

Description

Removes all probes defined as cross-reactive from the given dataset.

Usage

1

Arguments

rnb.set

Methylation dataset as an object of type inheriting RnBeadSet.

Value

list of four elements:

"dataset.before"

Copy of rnb.set.

"dataset"

The (possibly) modified dataset object after removing probes that have a high likelihood of cross-hybridization.

"filtered"

integer vector storing the indices (in beta matrix of the unfiltered dataset) of all removed probes.

Author(s)

Yassen Assenov

Examples

1
2
3
4
library(RnBeads.hg19)
data(small.example.object)
rnb.set.filtered <- rnb.execute.cross.reactive.removal(rnb.set.example)$dataset
identical(meth(rnb.set.example), meth(rnb.set.filtered)) # FALSE

RnBeads documentation built on March 3, 2021, 2 a.m.