mask.sites.meth,RnBSet-method {RnBeads}R Documentation

mask.sites.meth-methods

Description

Given a logical matrix, sets corresponding entries in the methylation table to NA (masking). Low memory footprint

Usage

## S4 method for signature 'RnBSet'
mask.sites.meth(object, mask, verbose = FALSE)

Arguments

object

Dataset of interest.

mask

logical matrix indicating which sites should be masked

verbose

if TRUE additional diagnostic output is generated

Value

The modified dataset.


[Package RnBeads version 2.10.0 Index]