org.biojava3.genome.parsers.gff
Class GCStats

java.lang.Object
  extended by org.biojava3.genome.parsers.gff.GCStats

public class GCStats
extends Object

Author:
Scooter Willis

Constructor Summary
GCStats()
           
 
Method Summary
static double getGCStats(Collection<DNASequence> sequences)
           
static double getGCStatsString(Collection<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(Collection<DNASequence> sequences)

getGCStatsString

public static double getGCStatsString(Collection<String> sequences)