08.04.2015 Views

The caret Package - NexTag Supports Open Source Initiatives

The caret Package - NexTag Supports Open Source Initiatives

The caret Package - NexTag Supports Open Source Initiatives

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

28 normalize.AffyBatch.normalize2Reference<br />

Author(s)<br />

Max Kuhn<br />

Examples<br />

nearZeroVar(iris[, -5], saveMetrics = TRUE)<br />

data(BloodBrain)<br />

nearZeroVar(bbbDescr)<br />

normalize.AffyBatch.normalize2Reference<br />

Quantile Normalization to a Reference Distribution<br />

Description<br />

Quantile normalization based upon a reference distribution. This function normalizes a matrix of<br />

data (typically Affy probe level intensities).<br />

Usage<br />

normalize.AffyBatch.normalize2Reference(<br />

abatch,<br />

type = c("separate", "pmonly", "mmonly", "together"),<br />

ref = NULL)<br />

Arguments<br />

abatch<br />

type<br />

ref<br />

An {AffyBatch}<br />

A string specifying how the normalization should be applied. See details for<br />

more.<br />

A vector of reference values. See details for more.<br />

Details<br />

This method is based upon the concept of a quantile-quantile plot extended to n dimensions. No<br />

special allowances are made for outliers. If you make use of quantile normalization either through<br />

rma or expresso please cite Bolstad et al, Bioinformatics (2003).<br />

<strong>The</strong> type argument should be one of "separate","pmonly","mmonly","together" which<br />

indicates whether to normalize only one probe type (PM,MM) or both together or separately.<br />

<strong>The</strong> function uses the data supplied in ref to use as the reference distribution. In other words, the<br />

PMs in abatch will be normalized to have the same distribution as the data in ref. If ref is<br />

NULL, the normalizing takes place using the average quantiles of the PM values in abatch (just<br />

as in normalize.AffyBatch.quantile).

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!