arrayBatchCorrect-methods: Batch Correction for peptide array data (using ComBat...

Description Usage Arguments Value

Description

Wrapper for the ComBat function within the sva package

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
arrayBatchCorrect(x, ...)

## S4 method for signature 'MultiSet'
arrayBatchCorrect(x, batch, mod, ...)

## S4 method for signature 'ExpressionSet'
arrayBatchCorrect(x, batch, mod, ...)

## S4 method for signature 'matrix'
arrayBatchCorrect(x, batch, mod, ...)

Arguments

x

MultiSet, ExpressionSet or matrix object

batch

vector indicating batch

mod

model matrix for outcome of interest other than the batch

Value

MultiSet, ExpressionSet or matrix object with batch corrected intensities


katenambiar/pmpa documentation built on May 20, 2019, 7:41 a.m.