Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)
    • Method Detail

      • toURLString

        public java.lang.String toURLString()
        Create a histogram plot using Google charts
        Returns: