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 CoxVariables(String cohortName, String geneSet, String genes)
cohortName
- geneSet
- genes
- public int getUniqueID()
public void putCoxInfo(String name, CoxInfo coxInfo)
name
- coxInfo
- public CoxInfo getCoxInfo(String name)
name
- public String encodeFileURL(String file)
file
- public static String fmt(Double d, int precision, int pad)
d
- precision
- pad
- public String getCohortName()
public String getGeneSet()
public LinkedHashMap<String,CoxInfo> getCoxInfoHashMap()
Copyright © 2000–2019 BioJava. All rights reserved.