Class GCStats
- java.lang.Object
-
- org.biojava.nbio.genome.parsers.gff.GCStats
-
public class GCStats extends Object
- Author:
- Scooter Willis
-
-
Constructor Summary
Constructors Constructor Description GCStats()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublegetGCStats(Collection<org.biojava.nbio.core.sequence.DNASequence> sequences)static doublegetGCStatsString(Collection<String> sequences)
-
-
-
Method Detail
-
getGCStats
public static double getGCStats(Collection<org.biojava.nbio.core.sequence.DNASequence> sequences)
-
getGCStatsString
public static double getGCStatsString(Collection<String> sequences)
-
-