Class PlinkArguments

java.lang.Object
gorsat.external.plink.PlinkArguments

public class PlinkArguments extends Object
This class stores the phenotype file for plink vcf input header generation Also the argument to the plink external process
  • Constructor Details

    • PlinkArguments

      public PlinkArguments(String[] phenonames, String pheno, String covar, String residualize, boolean firth, boolean hideCovar, boolean dom, boolean rec, boolean vs, boolean qn, boolean cvs, boolean controlZero, float hweThreshold, float genoThreshold, float mafThreshold)