View source: R/Correlation_plot.R
Correlation_plot | R Documentation |
This function outputs the correlation plot for the methylation level of different samples or groups based on R package corrplot.
Correlation_plot(inputmethfile_QC, unmeth_exclude = TRUE)
inputmethfile_QC |
refers to the input file with methylation levels, with default inputmethfile after quality control. |
unmeth_exclude |
refers to whether to exclude the unmethylated sites or regions, with default TRUE. |
Outputs a correlation figure.
Correlation_plot(inputmethfile_QC)
Correlation_plot(siteall)
Correlation_plot(regiongenealls)
Correlation_plot(genefeatureall_cpgfeature)
Correlation_plot(genefeatureall_cpgfeature, unmeth_exclude = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.