Description Usage Arguments Details Value Author(s) Examples
View source: R/methylation_qc_and_distribution.R
Plot methylation for multiple samples as heatmaps
1 2 3 | methylation_gtrellis_multiple_samples(sample_id, subgroup,
chromosome = paste0("chr", 1:22), species = "hg19", nw = 2000,
title = qq("genome-wide methylation for @{length(sample_id)} samples"), ...)
|
sample_id |
a vector of sample IDs |
subgroup |
annotation of samples (e.g. subtypes) |
chromosome |
a vector of chromosome names |
species |
species |
nw |
number of windows to segment the genome |
title |
title of the plot |
... |
pass to |
The whole genome is segented by nw
windows. Methylation in different subgroups are visualized as separated tracks.
Between every two subgroups, there is a one row heatmap showing methylation difference.
No value is returned
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.