validateArgumentChannels.GenePixData: Validates the argument 'channels'

Description Usage Arguments Value Author(s) See Also

Description

Validates the argument 'channels'.

Usage

1
2
## S3 method for class 'GenePixData'
validateArgumentChannels(this, channels, minLength=length(channels), maxLength=minLength, ...)

Arguments

channels

Either an integer or a character string vector.

minLength, maxLength

The minimum and the maximum length of the argument channels. These arguments are used internally.

Value

Returns an integer vector of the same length as channels of channel indicies that are known to be valid. If the argument was invalid an Exception is thrown.

Author(s)

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

See Also

For more information see GenePixData.


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