Package org.snpeff.stats
Class VcfStats
java.lang.Object
org.snpeff.stats.VcfStats
- All Implemented Interfaces:
SamplingStats<VcfEntry>
VCF statistics: This are usually multi-sample statistics
- Author:
- pcingola
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanhasData()Does this statistic have any data?voidAnalyze one sample
-
Constructor Details
-
VcfStats
public VcfStats()
-
-
Method Details
-
getCountMultiallelic
public int getCountMultiallelic() -
getGenotypeStats
-
getQualityStats
-
getQualityStatsHistoUrl
-
getTsTvStats
-
getTsTvStatsKnown
-
hasData
public boolean hasData()Description copied from interface:SamplingStatsDoes this statistic have any data?- Specified by:
hasDatain interfaceSamplingStats<VcfEntry>- Returns:
-
sample
Description copied from interface:SamplingStatsAnalyze one sample- Specified by:
samplein interfaceSamplingStats<VcfEntry>
-