View source: R/06_Distribution_Plots.R
distribHistogramGlobal | R Documentation |
Plots the frequency plot showing the discribution of the data in the whole data layer using ggplots2. Please use the function distribHistogram() to plot the global distribution for each sample.
distribHistogramGlobal(romics_object, bin = 1)
romics_object |
has to be a log transformed romics_object created using romicsCreateObject() and transformed using the function log2transform() or log10transform() |
bin |
has to be a numerical value indicating the width of the frequency bins to use for the visualization |
plots a complex graphic output displaying the data distribution within each sample
a plot generated using ggplot2 is generated with this function.
Geremy Clair
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.