GetResultFullView | R Documentation |
This function summarizes the result of network analysis in graph and table, and gives clues to most active intercellular communications.
GetResultFullView(
object,
show.clusters.in.x = NULL,
show.clusters.in.y = NULL,
sel.cluster.group.method = "all",
power.apply.func = NULL,
cnt.apply.func = NULL,
plot.power.range = NULL,
plot.cnt.range = NULL,
nodes.size.range = c(1, 6),
nodes.colour.seq = c("#00809D", "#EEEEEE", "#C30000"),
nodes.colour.value.seq = c(0, 0.5, 1),
plot.axis.x.name = "clusters-x",
plot.axis.y.name = "clusters-y"
)
object |
A |
show.clusters.in.x |
Clusters chosen to show in x-axis, corresponding to paramter |
show.clusters.in.y |
Clusters chosen to show in y-axis, corresponding to paramter |
sel.cluster.group.method |
Options are 'all', 'diagonal' and 'diagonal-2'. It controls 'all' is recommended for most cases, and 'diagonal*' is recommended when same restrictions are applied to clusters in X and Y. |
power.apply.func |
The function used to modify the power value, usually |
cnt.apply.func |
The function used to modify the count value, usually |
plot.power.range |
This will extend the plotting range beyond actual value range for power. |
plot.cnt.range |
This will extend the plotting range beyond actual value range for count. |
nodes.size.range |
2 numbers that specifies the range of sizes of the nodes shown in the graph. |
nodes.colour.seq |
Given colours will be used to generate colour gradient for plotting. |
nodes.colour.value.seq |
Numeric. If set NULL, colours given in |
plot.axis.x.name |
X-axis name when plotting. |
plot.axis.y.name |
Y-axis name when plotting. |
List. Use Tool.ShowPlot()
to see the plot, Tool.WriteTables()
to save the result table in .csv files.
plot: the object of ggplot2.
table: a list of data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.