public class PhenotypeUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Phenotype |
createPhenotypeFromTransform(ArrayList<String> taxaListNames,
ArrayList<String> variableNames,
List<ArrayList<Double>> data,
String outputObjectName,
ArrayList<Phenotype.ATTRIBUTE_TYPE> types) |
static Phenotype |
createPhenotypeObjectFromDB(ArrayList<ArrayList<String>> phenos) |
static Phenotype |
createPhenotypeObjectFromDB2(ArrayList<ArrayList<String>> phenos) |
static void |
write(Phenotype phenotype,
String filename) |
static void |
writePlink(Phenotype phenotype,
String filename) |
Copyright © 2018. All rights reserved.