cell_type_layers | 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.
get_phen_list
get_phen_meta
phen <- c('A+B+C-D++', 'A+B-', '', 'B++D-E+')
cell_type_layers(phen)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.