mergeChips: Merge two affymetrix chips

View source: R/mergeChips.R

mergeChipsR Documentation

Merge two affymetrix chips

Description

Takes two affy AffyBatch objects and converts them into an ExpressionSet object. It subsets the probes with the same identifiers and discards any probes that are not shared between the two chips. Intended use is merging data from chips and their later versions.

Usage

mergeChips(affy1, affy2, allowIntersect = FALSE)

Arguments

affy1

An AffyBatch object

affy2

Another AffyBatch object, sharing probes with aff1

allowIntersect

If TRUE, it will not return an error when one of the chips do not include all probesets from the other.


oganm/neuroExpressoAnalysis documentation built on Aug. 24, 2022, 7:50 p.m.