Plot scatter of raw expression-methylation correaltion vs normalized for specific genes

plot_norm_vs_raw_gene_scatter(em_list_raw, em_list_norm, gene, color = "black")

Arguments

em_list_raw

output of em_cross_cor on raw data

em_list_norm

output of em_cross_cor on normalized data

gene

name of the gene to plot

color

points color

Value

ggplot object