flNormalizePopulationName: Normalizes population names, such that they can be used, for...

Description Usage Arguments Value Examples

Description

In particular, '+' is replaced by 'p' (positive), '-' is replaced by 'n' (negative), and all special characters are removed.

Usage

1

Arguments

population

The (unnormalized) name of a population.

Value

The normalized population name.

Examples

1
2
3
popName <- 'IGD+ CD27-'
popNameNormalized <- flNormalizePopulationName(popName)
print(popNameNormalized)

mlux86/flowLearn documentation built on May 29, 2019, 5:43 a.m.