\name{computeRawQ } \alias{computeRawQ} \title{ Computes RawQ } \description{ Computes the RawQ value of a single Affymetrix GeneChip } \usage{ computeRawQ(fname, intensity, probe.index, probe.zoneID, bgCells, NumberZones, celfile.path = NULL) } \arguments{ \item{fname}{ character string with the filename of the GeneChip } \item{intensity}{ vector of intensities for the GeneChip } \item{probe.index}{ vector of indices for each probe } \item{probe.zoneID}{ vector of zone ID numbers for each probe } \item{bgCells}{ number of background cells for the GeneChip } \item{NumberZones}{ number of zones on the GeneChip } \item{celfile.path}{ character denoting the path for the *.CEL files specified in \code{fname} } } \details{ Calculates RawQ using the algorithms described in the Affymetrix Statistical Algorithms Description Document for a single GeneChip. This is an internal function that will generally not be accessed directly. } \value{ the RawQ value for the given array } \references{ Affymetrix (2002) Statistical Algorithms Description Document, Affymetrix Inc., Santa Clara, CA, whitepaper. \url{http://www.affymetrix.com/support/technical/whitepapers/sadd_whitepaper.pdf} } \author{ Richard Kennedy \email{rkennedy@vcu.edu}} \note{ Based on Affymetrix MAS5 Statistical SDK source code \url{http://www.affymetrix.com/Auth/support/developer/stat_sdk/STAT_SDK_source.zip}, as well as C++ code by Li Zhang and Delphi code by Robnet Kerns } \keyword{ manip }