Description Usage Arguments Details Value Author(s) Examples
Heatmap for differential methylation in genomic features
1 2 3 4 5 | heatmap_diff_methylation_in_genomic_features(gr, annotation,
annotation_color = structure(seq_along(unique(annotation)), names = unique(annotation)),
txdb = NULL, gf_list = NULL, gf_type = "percent",
min_mean_range = 0.2, cutoff = 0.05, adj_method = "BH", title = NULL,
cluster_cols = c("subgroup", "all", "none"), ha = NULL, ...)
|
gr |
a |
annotation |
classification of samples |
annotation_color |
colors of classifications |
txdb |
A |
gf_list |
a list of genomic features in |
gf_type |
how to overlap genomic features, pass to |
min_mean_range |
minimal range between mean value in classifications |
cutoff |
if classification information is provided, p-value for the oneway ANOVA test |
adj_method |
how to calculate adjusted p-values |
title |
title of the plot |
cluster_cols |
how to cluster columns |
ha |
column annotations added to the heatmap |
... |
pass to |
Regions have differential methylation are only visualized.
A GRanges
object which only contains regions with significant differential methylation.
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.