public class SplitHDF5ByChromosomePlugin
extends AbstractPlugin
public SplitHDF5ByChromosomePlugin()
public SplitHDF5ByChromosomePlugin(java.awt.Frame parentFrame,
boolean isInteractive)
public javax.swing.ImageIcon getIcon()
public java.lang.String getButtonName()
public java.lang.String getToolTipText()
public java.lang.String inputHDF5GenotypeFile()
Input HDF5 genotype (*.h5) file to be split by chromosome. The output files will be named *_chr#.h5 (where # = chromosome number)
public SplitHDF5ByChromosomePlugin inputHDF5GenotypeFile(java.lang.String value)
Set Input HDF5 Genotype File. Input HDF5 genotype (*.h5) file to be split by chromosome. The output files will be named *_chr#.h5 (where # = chromosome number)
value - Input HDF5 Genotype Filepublic java.lang.Boolean ignoreDepth()
If genotypic depth information is present in the input file, ignore it (i.e., do not write depth information to the output files). Default: keep depth.
public SplitHDF5ByChromosomePlugin ignoreDepth(java.lang.Boolean value)
Set Ignore Depth. If genotypic depth information is present in the input file, ignore it (i.e., do not write depth information to the output files). Default: keep depth.
value - Ignore Depth