org.agmodel.bioinfo.antmap
Class RMatrixFactory
java.lang.Object
org.agmodel.bioinfo.antmap.RMatrixFactory
- public class RMatrixFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tpa
TwoPointAnalysis tpa
RMatrixFactory
public RMatrixFactory()
getR
public double[][] getR(SegDataBean segDataBean)
getR
public double[][] getR(SegDataBean segDataBean,
int[] markerIndex)
getBootStrappedR
public double[][] getBootStrappedR(SegDataBean segDataBean)
getBootStrappedR
public double[][] getBootStrappedR(SegDataBean segDataBean,
int[] markerIndex)
bootStrap
public char[][] bootStrap(char[][] genotypeData)
convertSegData2R_BC
public double[][] convertSegData2R_BC(char[][] genotypeData)
convertSegData2R_DH
public double[][] convertSegData2R_DH(char[][] genotypeData)
convertSegData2R_RIL
public double[][] convertSegData2R_RIL(char[][] genotypeData)
convertSegData2R_F2
public double[][] convertSegData2R_F2(char[][] genotypeData,
int[] markerType)