plot_rl_summary: Identifies all R / L interactions

Description Usage Arguments Details Examples

View source: R/plot_rl_summary.R

Description

This function will map all RL interactions

Usage

1
2
3
4
5
6
7
8
plot_rl_summary(
  input,
  group_by = FALSE,
  edge_weight = "fraction_connections",
  rank = TRUE,
  threshold = NA,
  reference = NA
)

Arguments

input

the input full_network from calc_rc_network

group_by

the pData columns calc_rl_network was calculated on to split the networks

edge_weight

the network edge_weight types. See column names of calc_rl_network$Summary

rank

whether or not to rank the edges for contrast on arrow sizes

threshold

the percentage value as a decimal

reference

the reference for grouped data

Details

This will use the calc_agg_bulk results to ID networks

Examples

1
ex_sc_example <- id_rl(input = ex_sc_example)

kgellatl/SignallingSingleCell documentation built on Dec. 29, 2021, 4:12 p.m.