arrOutStruct-class {arrayMvout}R Documentation

Class "arrOutStruct" container for ArrayOutliers output

Description

Class "arrOutStruct" container for ArrayOutliers output

Objects from the Class

Objects can be created by calls of the form new("arrOutStruct", ...). This class just extends list but has specialized show and plot methods.

Extends

Class "list", from data part. Class "vector", by class "list", distance 2. Class AssayData, by class "list", distance 2.

Methods

plot
signature(x = "arrOutStruct", y = "ANY"): a biplot of QA statistics
show
signature(object = "arrOutStruct"): summary report

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

data(maqcQA)
f1 = ArrayOutliers(maqcQA[,-c(1:2)], alpha=0.01)
names(f1)
f1

[Package arrayMvout version 1.0.0 Index]