normalize_Rawfiles {RLMM}R Documentation

Normalize PM Intensity values

Description

Given a directory with *.raw files, it will normalize the PMA and PMB intensities in each file using Xba.CQV (composite quantile vector) and return the normalized values written to *.norm files corresponding to its *.raw files. EG: If two *.raw files are used, two *.norm files will be returned. This normalization simply puts the probe data on the same scale as the training data.

Usage

normalize_Rawfiles(cqvfile = "",
                   probefiledir = getwd())

Arguments

cqvfile Character string specifying the CQV filename (e.g., Xba.CQV) (required)
probefiledir Character string specifying location of the *.raw files and *.norm files (optional)

Author(s)

Nusrat Rabbee <nrabbee@post.harvard.edu>, Gary Wong <wongg62@gmail.com>


[Package RLMM version 1.0.0 Index]