Description Usage Arguments Value Examples
Generates a dot plot showing inbound vs outbound weights for all populations.
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
)
|
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) |
a ggplot2 object.
1 2 3 4 | ## Not run:
InboundOutboundPlot(path.table = example.table)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.