plot_FC_gg | R Documentation |
Plot a FC matrix.
plot_FC_gg(
mat,
colFUN = NULL,
title = "FC Matrix",
legTitle = "FC",
group_divs = NULL,
group_cols = RColorBrewer::brewer.pal(8, "Set2"),
y_labs = NULL,
uppertri_means = TRUE,
divColor = "black",
lim = NULL,
diagVal = 1
)
mat |
The FC matrix |
colFUN |
A |
title |
The plot title. Default: |
legTitle |
The legend title. Default: |
group_divs , group_cols |
Split the FC matrix into groups of contiguous
rows/columns? Use |
y_labs |
Labels to place along the y-axis? If |
uppertri_means |
Use the upper triangle of the FC matrix to show the
mean of each group indicated by |
divColor |
Color of group dividers and outline of the FC matrix.
Default: |
lim |
Length-two numeric vector indicating the limits for the color bar.
Values beyond |
diagVal |
On-diagonal values will be set to this value.
( |
The plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.