Description Usage Arguments Details Value Author(s) Examples
View source: R/methylation_qc_and_distribution.R
Visualize distribution of a matrix or a list
1 2 3 |
x |
a matrix or a list. If it is a matrix, distribution in columns are visualized |
subgroup |
subgroup information |
reorder_column |
if it is true, samples are first ordered by subgroups and in each subgroup, samples are ordered by median values |
od |
order of columns. If |
ha |
Annotations that are specified as a |
type |
three types of plots are supported, see details |
title |
title for the plot |
... |
pass to |
Three types of plots for visualizing distributions are supported:
density of distribution is visualized as heatmaps, use densityHeatmap
distribution is visualized as normal line plot, use matplot
multiple dimension scaling by calling cmdscale
Order of columns in the heatmap
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.