Description Usage Arguments Value Examples
Given a file generated by the EvaluateConnections function, subsets according to adjusted P-value and plots the significant cell-cell connections. Uses the igraph package for network plotting.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
path.file |
input file |
edge.score.file |
adjusted p-value threshold for defining significance |
source.population |
named vector of colour codes to fill node colours |
target.populations |
minimum weight for labelling populations in the plot. |
ligand.set |
set of ligands to plot |
receptor.set |
set of receptors to plot |
population.cols |
option colour set for cell populations. provide in order of ligand, receptors |
ligand.col |
colour for the row of ligands |
receptor.col |
colour for the row of receptors |
a ggplot2 object.
1 2 3 4 | ## Not run:
NetworkTreePlot(path.file = example.file)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.