public class DetermineLD extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
h11 |
double |
h12 |
double |
h21 |
double |
h22 |
static int |
INCLUDE_CASES |
static int |
INCLUDE_CASES_AND_CONTROLS |
static int |
INCLUDE_CONTROLS |
int |
nrCalledGenotypes |
static int |
RETURN_D_PRIME |
static int |
RETURN_R_SQUARED |
| Constructor and Description |
|---|
DetermineLD()
Creates a new instance of DetermineLD
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Double,Double> |
getLD(SNP snpX,
SNP snpY,
TriTyperGenotypeData genotypeData,
int individualsToInclude,
boolean print) |
double |
getRSquared(SNP snpX,
SNP snpY,
TriTyperGenotypeData genotypeData,
int returnType,
int individualsToInclude,
boolean print) |
public static final int INCLUDE_CASES_AND_CONTROLS
public static final int INCLUDE_CASES
public static final int INCLUDE_CONTROLS
public static final int RETURN_R_SQUARED
public static final int RETURN_D_PRIME
public double h11
public double h12
public double h21
public double h22
public int nrCalledGenotypes
public double getRSquared(SNP snpX, SNP snpY, TriTyperGenotypeData genotypeData, int returnType, int individualsToInclude, boolean print)
Copyright © 2015. All Rights Reserved.