Description Usage Arguments Details Examples
View source: R/calc_rl_connections.R
This function will map all RL interactions
1 2 3 4 5 6 7 | calc_rl_connections(
input,
nodes,
group_by = FALSE,
weight_by_proportion = FALSE,
print_progress = TRUE
)
|
input |
the input ex_sc |
nodes |
the pData variable used in calc_agg_bulk that will be used to place nodes (such as cluster or cell type) |
group_by |
the pData columns calc_agg_bulk was calculated on to split the networks into independent networks (such as an experimental condition) |
weight_by_proportion |
if true will multiple ligand mean expression within a node by the proportion of that group |
This will use the calc_agg_bulk results to ID networks
1 | ex_sc_example <- id_rl(input = ex_sc_example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.