edge_odds | R Documentation |
Title
edge_odds(el_inp, meta_data, col_cell = "cell_names")
el_inp |
Edge list of Delaunay triangulation network |
meta_data |
Meta data, must contain column of cell type |
col_cell |
Column name of cell type, cell type names must be syntactically valid |
A list of 1.Network-based cell co-occurrence; 2.Cell co-occurrence log odds ratio
test <- edge_odds(el_inp, meta_data, col_cell='cell_names')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.