Package org.snpeff.stats
Interface SamplingStats<T>
-
- All Known Implementing Classes:
AlleleCountStats,GenotypeStats,HomHetStats,TsTvStats,VariantEffectStats,VariantStats,VariantTypeStats,VcfStats
public interface SamplingStats<T>Perform stats by analyzing some samples
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasData()Does this statistic have any data?voidsample(T sample)Analyze one sample
-
-
-
Method Detail
-
hasData
boolean hasData()
Does this statistic have any data?- Returns:
-
sample
void sample(T sample)
Analyze one sample- Parameters:
sample-
-
-