public class CoxVariables extends Object
| Constructor and Description |
|---|
CoxVariables(String cohortName,
String geneSet,
String genes) |
| Modifier and Type | Method and Description |
|---|---|
String |
encodeFileURL(String file) |
static String |
fmt(Double d,
int precision,
int pad) |
String |
getCohortName() |
CoxInfo |
getCoxInfo(String name) |
LinkedHashMap<String,CoxInfo> |
getCoxInfoHashMap() |
String |
getGenes() |
String |
getGeneSet() |
int |
getUniqueID()
Need a unique id from String
|
void |
putCoxInfo(String name,
CoxInfo coxInfo) |
String |
toString() |
public int getUniqueID()
public static String fmt(Double d, int precision, int pad)
d - precision - pad - public String getCohortName()
public String getGeneSet()
public String getGenes()
public LinkedHashMap<String,CoxInfo> getCoxInfoHashMap()
Copyright © 2000–2016 BioJava. All rights reserved.