Class GCStats
- java.lang.Object
-
- org.biojava.nbio.genome.parsers.gff.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)
-
-
-
Method Detail
-
getGCStats
public static double getGCStats(java.util.Collection<DNASequence> sequences)
-
getGCStatsString
public static double getGCStatsString(java.util.Collection<java.lang.String> sequences)
-
-