Class SNVMapper
java.lang.Object
org.broadinstitute.hellbender.tools.walkers.featuremapping.SNVMapper
- All Implemented Interfaces:
FeatureMapper
An implementation of a feature mapper that finds SNPs (SVN)
This class only finds SNP that are surrounded by a specific number of bases identical to the reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
forEachOnRead
(GATKRead read, ReferenceContext referenceContext, Consumer<? super FlowFeatureMapper.MappedFeature> action) boolean
noFeatureButFilterAt
(GATKRead read, ReferenceContext referenceContext, int start)
-
Constructor Details
-
SNVMapper
-
-
Method Details
-
forEachOnRead
public void forEachOnRead(GATKRead read, ReferenceContext referenceContext, Consumer<? super FlowFeatureMapper.MappedFeature> action) - Specified by:
forEachOnRead
in interfaceFeatureMapper
-
noFeatureButFilterAt
- Specified by:
noFeatureButFilterAt
in interfaceFeatureMapper
-