get_phen_meta {flowGraph}R Documentation

Genrates phenotype meta data.

Description

Generates phenotype meta data given a vector of phenotypes and optionally phenocodes.

Usage

get_phen_meta(phen, phenocode = NULL)

Arguments

phen

A string vector of phenotype or cell population name labels.

phenocode

A string vector of phenocodes corresponding to the phenotypes in phen.

Value

A data frame with columns containing meta data on cell poulation nodes with columns:

See Also

get_phen_list cell_type_layers

Examples


 phen <- c('A+B+C-D++', 'A+B-', '', 'B++D-E+')
 phenc <- c('22130','21000','00000','03012')
 get_phen_meta(phen, phenc)


[Package flowGraph version 1.2.0 Index]