View source: R/plot_distribution.R
plot_qq_all | R Documentation |
This allows one to visualize all individual data columns against the mean of all columns of data in order to see if any one is significantly different than the cloud.
plot_qq_all(data, labels = "short", ...)
data |
Expressionset, expt, or dataframe of samples. |
labels |
What kind of labels to print? |
... |
Arguments passed presumably from graph_metrics(). |
List containing: logs = a recordPlot() of the pairwise log qq plots. ratios = a recordPlot() of the pairwise ratio qq plots. means = a table of the median values of all the summaries of the qq plots.
[Biobase]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.