Package VCF.Changers
Interface GenotypeChanger
-
- All Known Implementing Classes:
MaxDepthNoReadsChanger
,MinDepthMissingChanger
public interface GenotypeChanger
Changes a genotype
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
change(Genotype g)
Change the given genotype
-
-
-
Method Detail
-
change
void change(Genotype g) throws VCFDataException
Change the given genotype- Parameters:
g
- The genotype to change- Throws:
VCFDataException
- If there is a problem with the data in the VCF
-
-