Package org.biojava.nbio.survival.cox
Class CoxVariables
java.lang.Object
org.biojava.nbio.survival.cox.CoxVariables
- Author:
- Scooter Willis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencodeFileURL(String file) static StringgetCoxInfo(String name) getGenes()intNeed a unique id from StringvoidputCoxInfo(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
-