Description Usage Arguments Details Value Examples
View source: R/cellData-methods.R
Visualize data by heatmap or boxplot.
1 2 3 |
object |
a cellData object |
data.type |
c("raw", "norm), visualizing both types by default |
plot |
c("heatmap","boxplot") |
outpath |
directory of output figures, default: getOption("opm.outpath") |
multiplot |
logical, the output images are placed in one figure or not |
plateID |
numeric or character |
tag |
character, unique tag for one figure |
ctr.excluded |
logical, if controls are included in the visualization |
... |
other arguments for graphical devices and |
By visualizing the raw data, users can observe the batch effects as a large region of distinguishing color in heatmap or biased distribution by boxplots. Users can also visualize thr normalized data for comparison.
Invisibly a list of the values returned by pheatmap
and
ggplot2 function for boxplot
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.