addFlag.MicroarrayData: Flags or unflags the indices of some spots with a specific...

Description Usage Arguments Author(s) See Also

Description

Flags or unflags the indices of some spots with a specific flag. Note the difference from *setFlag() which sets flags regardless of previously flags set, whereas this add/removes to previously set flags.

Usage

1
2
## S3 method for class 'MicroarrayData'
addFlag(this, flag, include=NULL, exclude=NULL, slide=NULL, include.op="and", exclude.op="or", ...)

Arguments

flag

The name of the flag.

include

The indices of the spots that should be included. If it is instead a name of one or more flags, the spots which have been flagged with these flags are considered. If NULL all spots are considered.

exclude

The indices of the spots that should be excluded. If it is instead a name of one or more flags, the spots which have been flagged with these flags are excluded. If NULL no spots are excluded.

slide

Slide(s) to be considered. If NULL all slides are considered.

include.op

If "and" a spot must be flagged by all the flags to be included, and if the value is "or" it enough if spot is flagged by only one of the flags. Note that this argument is only effective if the include argument(s) are flag names.

exclude.op

If "and" a spot must be flagged by all the flags to be excluded, and if the value is "or" it enough if spot is flagged by only one of the flags. Note that this argument is only effective if the exclude argument(s) are flag names.

Author(s)

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

See Also

*getFlag(), *setFlag(), *clearFlag(), *listFlags(), *getInclude(). For more information see MicroarrayData.


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