Correlation_plot: Plot the methylation correlation.

View source: R/Correlation_plot.R

Correlation_plotR Documentation

Plot the methylation correlation.

Description

This function outputs the correlation plot for the methylation level of different samples or groups based on R package corrplot.

Usage

Correlation_plot(inputmethfile_QC, unmeth_exclude = TRUE)

Arguments

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.

Value

Outputs a correlation figure.

Examples

Correlation_plot(inputmethfile_QC)
Correlation_plot(siteall)
Correlation_plot(regiongenealls)
Correlation_plot(genefeatureall_cpgfeature)
Correlation_plot(genefeatureall_cpgfeature, unmeth_exclude = FALSE)


xiaowangCN/GeneDMRs documentation built on Nov. 22, 2023, 11:19 p.m.