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