Description Usage Arguments Details Value Author(s) Examples
View source: R/methylation_genomic_features.R
Heatmap for differential methylated genomic features
1 2 3 4 5 | heatmap_diff_methylation_in_genomic_features(gr, subgroup,
ha = HeatmapAnnotation(subgroup = subgroup, show_annotation_name = TRUE),
genomic_features = NULL,
meth_diff = 0, cutoff = 0.05, adj_method = "BH",
cluster_columns = c("subgroup", "all", "none"), ...)
|
gr |
a |
subgroup |
subgroup information |
ha |
column annotations, a |
genomic_features |
a single or a list of |
meth_diff |
minimal range between mean value in subgroups |
cutoff |
if subgroup information is provided, cutoff of p-value of the oneway ANOVA test |
adj_method |
method to calculate adjusted p-values |
cluster_columns |
how to cluster columns. "subgroup" means only to cluster samples in every subgroup. |
... |
pass to |
Only those regions having differential methylation are 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.