Venn_plot | R Documentation |
This function outputs the venn plot for the common CpG island and CpG island shore regions that are covered by methylated cytosine sites based on R package VennDiagram.
Venn_plot(
genefeatureall_cpgfeature_Qvalue,
title = "Venn plot",
fillcolor = c("cornflowerblue", "green")
)
title |
refers to the figure title, with default "Venn plot". |
fillcolor |
refers to the filled color, with default "cornflowerblue"and "green". |
genefeatureall_cpgfeature |
refers to the input file with Q values of two features. |
Outputs a venn figure in two features.
Venn_plot(genefeatureall_cpgfeature)
Venn_plot(genefeatureall_cpgfeature_Qvalue)
Venn_plot(genefeatureall_cpgfeature_Qvalue, fillcolor = c("red","blue"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.