There is no option with vennDiagram() in the limma package to remove the box frame from the Venn diagram. So can anyone tell me how I can adjust the source code to fix that? I also want to remove the number in the corner.
I appreciate it.
There is no option with vennDiagram() in the limma package to remove the box frame from the Venn diagram. So can anyone tell me how I can adjust the source code to fix that? I also want to remove the number in the corner.
I appreciate it.
Copyright © 2021 Jogjafile Inc.
Here is a quick&dirty fix. I modified the
vennDiagramsource code, and created a new functionmy.VennDiagramwhich I left as a GitHub gist (on account of thevennDiagramcode being rather long).Here is an example based on the example given in the
vennDiagramdocumentation.I make no claim that this works for all cases. You may need to make some more adjustments.