fg_clean_phen: Reformats phenotype

View source: R/00_flowGraphSubset_constructor.R

fg_clean_phenR Documentation

Reformats phenotype

Description

Reformats cell population phenotypes into flowGraph format

Usage

fg_clean_phen(phen, markers = NULL)

Arguments

phen

Vector of cell population phenotype names as character strings.

markers

markers extracted from phen.

Value

Vector with the same length as phen containing reformatted and not necessarily changed cell population phenotype names.

See Also

str_extract,str_split

Examples


# fg_clean_phen(c("A+_B+","B+_notC","A-_C"))


aya49/flowGraph documentation built on Feb. 4, 2024, 6:40 p.m.