Class GeneStats


  • public class GeneStats
    extends java.lang.Object
    Some statistics about a gene
    Author:
    pcingola
    • Constructor Summary

      Constructors 
      Constructor Description
      GeneStats()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(Gene gene)  
      void add​(Gene gene, boolean useGeneId)
      Add a gene, update statistics
      java.lang.String title()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GeneStats

        public GeneStats()
    • Method Detail

      • add

        public void add​(Gene gene)
      • add

        public void add​(Gene gene,
                        boolean useGeneId)
        Add a gene, update statistics
        Parameters:
        gene -
      • title

        public java.lang.String title()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object