Package org.biojava.nbio.survival.cox
Class CoxVariables
java.lang.Object
org.biojava.nbio.survival.cox.CoxVariables
- Author:
- Scooter Willis
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionencodeFileURL
(String file) static String
getCoxInfo
(String name) getGenes()
int
Need a unique id from Stringvoid
putCoxInfo
(String name, CoxInfo coxInfo) toString()
-
Constructor Details
-
CoxVariables
- Parameters:
cohortName
-geneSet
-genes
-
-
-
Method Details
-
getUniqueID
public int getUniqueID()Need a unique id from String- Returns:
-
putCoxInfo
- Parameters:
name
-coxInfo
-
-
getCoxInfo
- Parameters:
name
-- Returns:
-
encodeFileURL
- Parameters:
file
-- Returns:
-
fmt
- Parameters:
d
-precision
-pad
-- Returns:
-
toString
-
getCohortName
- Returns:
- the cohortName
-
getGeneSet
- Returns:
- the geneSet
-
getGenes
- Returns:
- the genes
-
getCoxInfoHashMap
- Returns:
- the coxInfoHashMap
-