qcMean {SNPMaP}R Documentation

Summarise Relative Allele Scores

Description

The default function for summarising the RAS from the quartets in a probeset into one value per probeset per array.

Usage

qcMean(x)

Arguments

x numeric; a vector of RAS from the quartets comprising a single probeset on a single array.

Value

Returns the mean of the RAS scores (na.rm=T) unless more than a third of the quartets are NA, in which case returns NA.

See Also

ras2rasS for the workflow function that calls the RAS summary function. SNPMaP-package.


[Package SNPMaP version 1.0.2 Index]