get_phen_list | R Documentation |
Creates edge lists indicating relationships
between cell populations
given meta data on these cell populations
produced by the get_phen_meta
function.
get_phen_list(meta_cell = NULL, phen = NULL, no_cores = 1)
meta_cell |
A data frame containing meta data on cell populations
as produced by the |
phen |
A string vector of phenotype or cell population name labels.
Cannot be set to |
no_cores |
An integer indicating how many cores to parallelize on. |
A list containing 'pchild', an edge list indicating where edges point to, 'pparen', an edge list indicating where edges point from, and 'edf', a data frame where each row contains the nodes an edge points 'from' and 'to'.
get_phen_meta
cell_type_layers
phen <- c('A+B-C+', 'A+B-', 'A+')
get_phen_list(phen=phen)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.