cell_type_layers {flowGraph} | R Documentation |
Determines the layer on which the given phenotypes reside.
cell_type_layers(phen)
phen |
A string vector of phenotype or cell population name labels. |
Given a vector of phenotypes, returns an equal length vector of the number of markers in each phenotype.
A numeric vector with the same length as phen
indicating which
layer each phenotype resides on.
phen <- c('A+B+C-D++', 'A+B-', '', 'B++D-E+') cell_type_layers(phen)