slideQuality: Quality Control statistics for general hybridization

Description Usage Arguments Value Author(s) See Also Examples

View source: R/qualFunc.R

Description

This component uses data extracted from GenePix file to provide quality control statistics.

Usage

1
slideQuality(gprData = NULL, controlMatrix = controlCode, controlId = c("ID", "Name"), DEBUG = FALSE,...)

Arguments

gprData

A list of vector, results from readGPR, containing information extracted from the gpr file.

controlMatrix

A matrix defining control status information.

controlId

Character string. Name of the column of the gpr file used to define controls.

DEBUG

If 'TRUE', debug statements are printed.

...

additional arguments

Value

A matrix of numbers.

Author(s)

Agnes Paquet

See Also

gpQuality, globalQuality, readGPR

Examples

1
2
3
4
5
6
datadir <- system.file("gprQCData", package="arrayQuality")
if (interactive())
{
gprdata <- readGPR(fnames="9Mm137.gpr", path=datadir)
results <- slideQuality(gprdata)
}

arrayQuality documentation built on Nov. 8, 2020, 5:12 p.m.