View source: R/00_flowGraphSubset_constructor.R
get_eprop | R Documentation |
Gets the edge proportions of the edges in edge matrix
edf_
and updates ep
edge proportion matrix if it didn't
contain the requested information.
get_eprop(edf_, ep, mp_, no_cores = 1)
edf_ |
edge x from&to data frame containing edges and their from and to cell population phenotypes. |
ep |
sample x edge (parent_child) matrix with edge proportions. |
mp_ |
sample x phenotype matrix with proportions. |
no_cores |
Number of cores to use, Default: 1 |
ep
with only the specific columns (edges) requested; also updates
ep
globally.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.