User`s guide

Contents 476 Index
If Expression
Lets you compose an expression from functions, variables, and logical operators.
Comment
Lets you enter a comment for the rule.
Color Expression
Lets you select a color code to be used for flagging samples that meet the rule.
By selecting Gradient, you can choose two colors to specify a color gradient instead of
a solid color.
Help Pane
Provides detailed help on the function or variable you are currently working with. Beside
the complete Syntax, you are provided with a Description, and in most cases also with
one or more Examples.
If Expressions
The expressions can consist of functions, which make use of variables and can be
combined by operators.
Functions
Each function has a return type and can have no, one, or more than one parameters. The
general syntax is:
returnType function([type parameter], [...])
. Optional
parameters are given in [square brackets].