plot_histogram | R Documentation |
This function plots one gene as histogram to check whether there ar4e clear expression differences in different plates.
plot_histogram(dataObj, probesetID, cuts = vector("list", 1),
subpath = "preprocess", colGroup = "ArrayID", nameCol = "gene_name",
png = FALSE, breaks = 15)
dataObj |
the StefansExpressionSet object |
probesetID |
the probeset id of the gene to plot |
cuts |
the cuts are used for the 1D gene groups default=vector('list',1) |
subpath |
the subpath to plot to ( default = preprocess) |
colGroup |
the samples table column to color the plot |
nameCol |
the gene name column to enhance the plot information |
png |
create a png file (default =F) |
breaks |
the amount of breaks in the hist default=15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.