Description Usage Arguments Value Examples
In particular, '+' is replaced by 'p' (positive), '-' is replaced by 'n' (negative), and all special characters are removed.
1 | flNormalizePopulationName(population)
|
population |
The (unnormalized) name of a population. |
The normalized population name.
1 2 3 | popName <- 'IGD+ CD27-'
popNameNormalized <- flNormalizePopulationName(popName)
print(popNameNormalized)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.