plotCoregulationProfile | R Documentation |
Plots expression profile of a gene set
plotCoregulationProfile(
pathway,
E,
center = TRUE,
scale = FALSE,
titles = colnames(E),
conditions = NULL
)
pathway |
Gene set to plot. |
E |
matrix with gene expression values |
center |
a logical value indicating whether the gene expression should be centered to have zero mean before the analysis takes place. The default is TRUE. The value is passed to scale. |
scale |
a logical value indicating whether the gene expression should be scaled to have unit variance before the analysis takes place. The default is FALSE. The value is passed to scale. |
titles |
sample titles to use for labels |
conditions |
sample grouping to use for coloring |
ggplot object with the coregulation profile plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.