public class FILLINImputationAccuracy extends Object
Modifier and Type | Field and Description |
---|---|
int[] |
MAF |
Constructor and Description |
---|
FILLINImputationAccuracy(GenotypeTable unimp,
GenotypeTable maskKey,
GenotypeTable[] donor,
double[] MAFClass,
String outFileName,
boolean verbose) |
FILLINImputationAccuracy(GenotypeTable unimp,
GenotypeTable maskKey,
GenotypeTable[] donors,
double propSitesMask,
int depthToMask,
double propDepthSitesToMask,
String outFileName,
double[] MAFClass,
boolean verbose) |
FILLINImputationAccuracy(GenotypeTable unimp,
GenotypeTable maskKey,
GenotypeTable[] donor,
String outFileName,
boolean verbose) |
FILLINImputationAccuracy(GenotypeTable unimp,
GenotypeTable maskKey,
String outFileName,
boolean verbose) |
Modifier and Type | Method and Description |
---|---|
double |
calcAccuracy(GenotypeTable imputed,
double runtime) |
static double[] |
compareAlignment(GenotypeTable impGT,
GenotypeTable keyGT,
String taxaPrefix)
Deprecated.
a similar method is need in the core part of accuracy.
|
static int[] |
compareAlignment(String origFile,
String maskFile,
String impFile,
boolean noMask)
Deprecated.
|
GenotypeTable |
initiateAccuracy() |
public FILLINImputationAccuracy(GenotypeTable unimp, GenotypeTable maskKey, GenotypeTable[] donors, double propSitesMask, int depthToMask, double propDepthSitesToMask, String outFileName, double[] MAFClass, boolean verbose)
public FILLINImputationAccuracy(GenotypeTable unimp, GenotypeTable maskKey, String outFileName, boolean verbose)
public FILLINImputationAccuracy(GenotypeTable unimp, GenotypeTable maskKey, GenotypeTable[] donor, String outFileName, boolean verbose)
public FILLINImputationAccuracy(GenotypeTable unimp, GenotypeTable maskKey, GenotypeTable[] donor, double[] MAFClass, String outFileName, boolean verbose)
public GenotypeTable initiateAccuracy()
public double calcAccuracy(GenotypeTable imputed, double runtime)
@Deprecated public static int[] compareAlignment(String origFile, String maskFile, String impFile, boolean noMask)
@Deprecated public static double[] compareAlignment(GenotypeTable impGT, GenotypeTable keyGT, String taxaPrefix)
impGT
- keyGT
- Copyright © 2018. All rights reserved.