public final class KmerCounter
extends java.lang.Object
Constructor and Description |
---|
KmerCounter(int kSize,
int kmersPerPartitionGuess,
HopscotchUniqueMultiMap<SVKmer,java.lang.Integer,KmerAndInterval> kmerMap) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<KmerAndCount> |
apply(java.util.Iterator<GATKRead> readItr) |
public KmerCounter(int kSize, int kmersPerPartitionGuess, HopscotchUniqueMultiMap<SVKmer,java.lang.Integer,KmerAndInterval> kmerMap)
public java.util.Iterator<KmerAndCount> apply(java.util.Iterator<GATKRead> readItr)