Class GCStats


  • public class GCStats
    extends java.lang.Object
    Author:
    Scooter Willis
    • Constructor Summary

      Constructors 
      Constructor Description
      GCStats()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double getGCStats​(java.util.Collection<DNASequence> sequences)  
      static double getGCStatsString​(java.util.Collection<java.lang.String> sequences)  
      • Methods inherited from class java.lang.Object

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

      • GCStats

        public GCStats()
    • Method Detail

      • getGCStats

        public static double getGCStats​(java.util.Collection<DNASequence> sequences)
      • getGCStatsString

        public static double getGCStatsString​(java.util.Collection<java.lang.String> sequences)