Package org.snpeff.stats.plot
Class GoogleChartVenn
- java.lang.Object
-
- org.snpeff.stats.plot.GoogleChartVenn
-
public class GoogleChartVenn extends java.lang.Object
A simple wrapper to goolge charts API (from charts4j) Plots integer data- Author:
- pcingola
-
-
Constructor Summary
Constructors Constructor Description GoogleChartVenn(java.lang.String legendA, java.lang.String legendB, java.lang.String legendC, int aSize, int bSize, int cSize, int abSize, int acSize, int bcSize, int abcSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toURLString()
Create a histogram plot using Google charts
-