Description Usage Arguments Details Value Author(s) Examples
View source: R/methylation_qc_and_distribution.R
Basic qc plot for distribution of methylation and CpG coverage
1 | methylation_qcplot(sample_id, chromosome = paste0("chr", 1:22), background = NULL)
|
sample_id |
a vector of sample IDs. You can generate plots for a list of samples in a batch which is faster than making it one by one. |
chromosome |
a vector of chromosome names |
background |
background regions where the CpG sites will only be looked into |
For each sample id, it will produce five plots:
mean/median CpG coverage per chromosome, red area corresponds to the 25th and 75th percential.
histogram of CpG coverage
mean/median methylation per chromosome, red area corresponds to the 25th and 75th percential.
histogram of methylation
mean/median Methylation at each CpG coverage , red area corresponds to the 25th and 75th percential at each CpG coverage.
A list of corresponding statistics
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.