GNUSE: GNUSE

Description Usage Arguments Value Author(s) Examples

View source: R/GNUSE.R

Description

Computes the generalized normalized unscaled standard error (a measure of microarray quality).

Usage

1
  GNUSE(object, medianSE=NULL, type=c("plot", "values", "stats", "density"), ...)

Arguments

object

an ExpressionSet or frmaExpressionSet containing standard errors produced by frma

medianSE

median standard errors to be used. If NULL, these are obtained from the correct frmavecs package.

type

the desired output

...

additional graphical parameters for types plot or density

Value

If type is plot, boxplots of GNUSE values are displayed. If type is values, the GNUSE values are returned. If type is stats, the median, IQR, 95th, and 99th percentiles are reported. If type is density, a density plots of GNUSE values are displayed.

Author(s)

Matthew N. McCall

Examples

1
2
3
4
5
  library(frma)
  library(frmaExampleData)
  data(AffyBatchExample)
  object <- frma(AffyBatchExample)
  GNUSE(object, type="stats")

frma documentation built on Nov. 8, 2020, 5:26 p.m.