Package org.snpeff.stats.plot
Class GoogleChartVenn
java.lang.Object
org.snpeff.stats.plot.GoogleChartVenn
A simple wrapper to goolge charts API (from charts4j)
Plots integer data
- Author:
- pcingola
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleChartVenn
(String legendA, String legendB, String legendC, int aSize, int bSize, int cSize, int abSize, int acSize, int bcSize, int abcSize) -
Method Summary
Modifier and TypeMethodDescriptionCreate a histogram plot using Google charts
-
Constructor Details
-
GoogleChartVenn
-
-
Method Details
-
toURLString
Create a histogram plot using Google charts- Returns:
-