Skip to contents

This function imports a specified negative gate definition data frame into a FlowObject. The data frame must contain exactly two columns: 'variable' and 'negative.gate'.

Usage

import_negative_gate_def(x, negative_gate_def)

Arguments

x

A FlowObject.

negative_gate_def

A data frame containing the negative gate definitions.

Value

The modified FlowObject with updated negative gate definitions.

Examples

if (FALSE) { # \dontrun{
x <- import_negative_gate_def(x, negative_gate_def = my_gate_definitions)
} # }