Class GCStats
- java.lang.Object
-
- org.biojava.nbio.genome.parsers.gff.GCStats
-
-
Constructor Summary
Constructors Constructor Description GCStats()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
getGCStats(Collection<DNASequence> sequences)
static double
getGCStatsString(Collection<String> sequences)
-
-
-
Constructor Detail
-
GCStats
public GCStats()
-
-
Method Detail
-
getGCStats
public static double getGCStats(Collection<DNASequence> sequences)
-
getGCStatsString
public static double getGCStatsString(Collection<String> sequences)
-
-