Description Usage Arguments Value Examples
This function is used to plot an heatmap made using only some genes, as markers, and collecting all other genes correlated with these markers with a p-value smaller than the set threshold. Than all relations are plotted. Primary markers will be plotted as groups of rows. Markers list will be plotted as columns.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | plot_general.heatmap(
prim.markers = c("Satb2", "Bcl11b", "Cux1", "Fezf2", "Tbr1"),
markers.list = c(),
dir,
condition,
p_value = 0.001,
symmetric = TRUE
)
## S4 method for signature 'ANY'
plot_general.heatmap(
prim.markers = c("Satb2", "Bcl11b", "Cux1", "Fezf2", "Tbr1"),
markers.list = c(),
dir,
condition,
p_value = 0.001,
symmetric = TRUE
)
|
prim.markers |
A set of genes plotted as rows. |
markers.list |
A set of genes plotted as columns. |
dir |
The directory where the COTAN object is stored. |
condition |
The prefix for the COTAN object file. |
p_value |
The p-value threshold |
symmetric |
A boolean: default F. If T the union of prim.markers and marker.list is sets as both rows and column genes |
A ggplot2 object
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.