ggplot.gene | R Documentation |
Plot one gene in the StefansExpressionSet as boxplot or points plot (using ggplot2)
ggplot.gene(dat, gene, colrs = NULL, groupCol = "GroupID", colCol = NULL,
boxplot = F, log2 = F)
dat |
the StefansExpressionSet object |
gene |
the gene of interest |
colrs |
the grouping colors for the x axis (samples) |
groupCol |
the samples clumn that contains the grouping information |
colCol |
the sample column that contains the color information |
log2 |
log2 transform data before plotting (default = F) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.