GetResultPieActionMode | R Documentation |
This function focuses on one interaction pair and its detailed information(expression changes, gene-gene action mode), and get result from it.
GetResultPieActionMode(
object,
limits.exprs.change = kexprs.change,
limits.action.mode = kpred.action.mode,
color.action.mode = kpred.color.mode,
legend.title = "Action Mode",
legend.title.size = element_text(size = 14),
legend.key.size = unit(7, "mm"),
legend.text.size = element_text(size = 12),
legend.box.margin = margin(0, 0, 0, 6),
show.note = TRUE,
note.label.size = 3,
note.lineheight = 1,
note.postion.xy = c(0.5, 0.5),
note.hjust = 0.5,
note.vjust = 0.5
)
object |
A |
limits.exprs.change |
Options are 'Xup.Yup', 'Xup.Ydn', 'Xdn.Yup', 'Xdn.Ydn'. It selects the part of result to be shown. |
limits.action.mode |
Options are listed in |
color.action.mode |
The colors to be used. It is one-to-one matching with |
legend.title |
The content of legend title. |
legend.title.size |
The size of legend title. |
legend.key.size |
The size of keys in legend. |
legend.text.size |
The size of legend text. |
legend.box.margin |
The margin of legend box, and should be given in |
show.note |
If set TRUE, the note will be shown in the graph. |
note.label.size |
Numeric. The size of note label. |
note.lineheight |
Numeric. The lineheight of note. |
note.postion.xy |
The position of note, should be 2 numbers that give the coordinate. Allowed range is (0~1, 0~1). |
note.hjust |
The horizontal alignment of note. Allowed range is 0~1. |
note.vjust |
The vertical alignment of note. Allowed range is 0~1. |
A list. Use Tool.ShowGraph()
to see the plot, Tool.WriteTables()
to save the result table in .csv files.
plot: NULL.
grid.plot: the graph.
table: a list of data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.