Package org.snpeff.stats.plot
Class GoogleGenePercentBar
- java.lang.Object
-
- org.snpeff.stats.plot.GoogleGenePercentBar
-
public class GoogleGenePercentBar extends java.lang.Object
A simple wrapper to goolge charts API (from charts4j)- Author:
- pcingola
-
-
Constructor Summary
Constructors Constructor Description GoogleGenePercentBar(java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel, double intergenic, double upstream, double utr5, double exon, double spliceSiteDonor, double intron, double spliceSiteAcceptor, double utr3, double downstream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toURLString()
Create a histogram plot using Google charts
-
-
-
Constructor Detail
-
GoogleGenePercentBar
public GoogleGenePercentBar(java.lang.String title, java.lang.String xAxisLabel, java.lang.String yAxisLabel, double intergenic, double upstream, double utr5, double exon, double spliceSiteDonor, double intron, double spliceSiteAcceptor, double utr3, double downstream)
-
-