dropXreactiveLoci: Drop cross-reactive probes/loci

Description Usage Arguments Value Examples

View source: R/cross-reactive.R

Description

Remove cross-reactive probes from

Usage

1

Arguments

x

A minfi object

Value

An object of the same kind as the input, possibly with fewer loci.

Examples

1
2
3
4
5
6
7
## Not run: 
suppressPackageStartupMessages(library(minfiData))
data(MsetEx)
MsetEx_noXloci <- dropXreactiveLoci(MsetEx)
nrow(MsetEx) - nrow(MsetEx_noXloci)

## End(Not run)

markgene/maxprobes documentation built on May 17, 2019, 8:17 p.m.