PositionChanger
public class StandardizeCountsFormatChanger extends java.lang.Object implements PositionChanger
Constructor | Description |
---|---|
StandardizeCountsFormatChanger(java.lang.String ref,
java.lang.String alt) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
void |
change(Position p) |
Change the given genotype
|
public StandardizeCountsFormatChanger(java.lang.String ref, java.lang.String alt)
ref
- Format containing the reference allele read countalt
- Format containing the alternate allele read countpublic void change(Position p) throws VCFNoDataException
PositionChanger
change
in interface PositionChanger
p
- The position to changeVCFNoDataException