cell_type_layers {flowGraph}R Documentation

Determines the layer on which a phenotype resides.

Description

Determines the layer on which the given phenotypes reside.

Usage

cell_type_layers(phen)

Arguments

phen

A string vector of phenotype or cell population name labels.

Details

Given a vector of phenotypes, returns an equal length vector of the number of markers in each phenotype.

Value

A numeric vector with the same length as phen indicating which layer each phenotype resides on.

See Also

get_phen_list get_phen_meta

Examples


 phen <- c('A+B+C-D++', 'A+B-', '', 'B++D-E+')
 cell_type_layers(phen)


[Package flowGraph version 1.0.0 Index]