get_phen_meta | R Documentation |
Generates phenotype meta data given a vector of phenotypes and optionally phenocodes.
get_phen_meta(phen, phenocode = NULL)
phen |
A string vector of phenotype or cell population name labels. |
phenocode |
A string vector of phenocodes corresponding
to the phenotypes in |
A data frame with columns containing meta data on cell poulation nodes with columns:
phenotype
: cell population node label e.g. "A+B+".
phenocode
: a string penocode containing a numeric
corresponding to the phenotype column e.g. "2200".
phenolayer
: a numeric layer on which a cell population
resides in e.g. 2.
get_phen_list
cell_type_layers
phen <- c('A+B+C-D++', 'A+B-', '', 'B++D-E+')
phenc <- c('22130','21000','00000','03012')
get_phen_meta(phen, phenc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.