fg_clean_phen {flowGraph} | R Documentation |
Reformats cell population phenotypes into flowGraph format
fg_clean_phen(phen, markers = NULL)
phen |
Vector of cell population phenotype names as character strings. |
markers |
markers extracted from |
Vector with the same length as phen
containing reformatted
and not necessarily changed cell population phenotype names.
# fg_clean_phen(c("A+_B+","B+_notC","A-_C"))