InboundOutboundPlot: Plot inbound vs outbound weights

Description Usage Arguments Value Examples

View source: R/plotting.R

Description

Generates a dot plot showing inbound vs outbound weights for all populations.

Usage

1
2
3
4
5
6
7
8
InboundOutboundPlot(
  input.file,
  col.set = NULL,
  p.labels = NULL,
  p.adj.thresh = 0.05,
  lab.weight.thresh = 1000,
  return.plot = TRUE
)

Arguments

input.file

a table of source:ligand:receptor:target paths.

col.set

optional paramater to set colours of the populations.

p.labels

cell-type labels (defaults to labels in input.file)

p.adj.thresh

minimum adjusted P-value for including a cell-cell connection

lab.weight.thresh

minimum weight for labelling populations in the plot.

return.plot

whether to return the ggplot2 object (default: TRUE)

Value

a ggplot2 object.

Examples

1
2
3
4
## Not run: 
InboundOutboundPlot(path.table = example.table)

## End(Not run)

VCCRI/scTalk documentation built on June 5, 2021, 6:35 a.m.