setSaturated.MicroarrayData: Set which observations in a given channel that are saturated...

Description Usage Arguments Author(s) See Also

Description

Set which observations in a given channel that are saturated or not (or unknown).

Usage

1
2
## S3 method for class 'MicroarrayData'
setSaturated(this, channel, index=NULL, slides=NULL, status=TRUE, ...)

Arguments

channels

vector of channels to be set. If NULL, all are considered.

index

vector of spot indicies to be set. If NULL, all are considered.

slides

vector of slides to be set. If NULL, all are considered.

status

A matrix of size matching the index and slides arguments (if not the values will be looped over). If a value is TRUE, the corresponding observation is saturated. If FALSE, it is not and if NA, it is unknown.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*isSaturated(). For more information see MicroarrayData.


HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.