| Modifier and Type | Method and Description |
|---|---|
int |
Pair.compareTo(Pair<L,R> toCompare) |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<Integer,HashMap<String,Pair<Integer,Integer>>> |
reading.readAnnotationFileHashMap2(String annotationFile,
boolean firstRowAsHeader,
int key,
int val1,
int val2,
int val3,
int sizeMap) |
static HashMap<String,Pair<String,Double>> |
reading.readMetaAnalysisResults(String metaAnalysisScores,
boolean firstRowAsHeader,
int key,
int val1,
int val2,
int sizeMap) |
| Modifier and Type | Method and Description |
|---|---|
HashSet<Pair<String,String>> |
TextFile.readAsPairs(int A,
int B) |
| Modifier and Type | Method and Description |
|---|---|
void |
TriTyperExpressionData.setPathwayDefinitions(Pair<List<String>,List<List<String>>> pathwayDefinitions) |
| Constructor and Description |
|---|
TriTyperGeneticalGenomicsDataset(TriTyperGeneticalGenomicsDatasetSettings settings,
Pair<List<String>,List<List<String>>> pathwayDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
Pair<Double,Double> |
DetermineLD.getLD(SNP snpX,
SNP snpY,
TriTyperGenotypeData genotypeData,
int individualsToInclude,
boolean print) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Integer,Integer> |
Goniometry.calcPosOnCircle(double r,
double originX,
double originY,
double angle) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Integer,Integer> |
MatrixTools.getIndexOfFirstNaN(double[][] a) |
static Pair<Integer,Integer> |
MatrixTools.getIndexOfFirstNegative(double[][] a) |
static Pair<Integer,Integer> |
MatrixTools.getIndexOfFirstZero(double[][] a) |
static Pair<Integer,Integer> |
MatrixTools.getIndexOfFirstZeroIgnoreDiagonal(double[][] a) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Integer,Integer> |
MatrixTools.getIndexOfFirstNaN(cern.colt.matrix.tdouble.DoubleMatrix2D a) |
static Pair<Integer,Integer> |
MatrixTools.getIndexOfFirstNegative(cern.colt.matrix.tdouble.DoubleMatrix2D a) |
static Pair<Integer,Integer> |
MatrixTools.getIndexOfFirstZero(cern.colt.matrix.tdouble.DoubleMatrix2D a) |
static Pair<Integer,Integer> |
MatrixTools.getIndexOfFirstZeroIgnoreDiagonal(cern.colt.matrix.tdouble.DoubleMatrix2D a) |
| Modifier and Type | Method and Description |
|---|---|
static Pair<Double,Double> |
Heterogeneity.getISq(double[] datasetZ,
int[] datasetWeights) |
static Pair<Double,Double> |
Heterogeneity.getISq(Double[] datasetZ,
int[] datasetWeights) |
static Pair<Double,Double> |
Descriptives.mean(double[] v,
double[] w)
Simultainiusly calculates mean for two double[] of the same lengths
Warning: Does not check if the lenght is identical!
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Integer,double[]> |
ConcurrentCovariationTask.call() |
Pair<Integer,double[]> |
ConcurrentCorrelationTask.call() |
Copyright © 2015. All Rights Reserved.