View source: R/plot_venndiagram.R
plot_venndiagram | R Documentation |
Plot Venn diagrams
plot_venndiagram(
venndata,
qcpath = ".",
plotpath = ".",
pattern = "*_QCData.txt",
bn = NULL,
fdr = NULL,
threshold = 0.05
)
venndata |
prefixes used as a file name to store QC data |
qcpath |
optional, path to store Venn Diagrams, by default current path |
pattern |
optional, pattern with data to be used in Venn diagrams, by default '*_QCData.txt' |
bn |
optional, column name with bonferroni adjusted values, if NULL, no venndiagram plot for Bonferroni |
fdr |
column name with bonferroni adjusted values, if NULL, no venndiagram plot for FDR |
threshold |
numeric, optiona, by default threshlold = 0.05, we take in to account all CpGs with p-value lower than this threshold |
path |
optional, path where QC data is stored, by default current path |
Venn diagrams
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.