Uses of Class
org.biojava.nbio.survival.cox.SurvivalInfo
-
Packages that use SurvivalInfo Package Description org.biojava.nbio.survival.cox org.biojava.nbio.survival.cox.comparators org.biojava.nbio.survival.cox.stats org.biojava.nbio.survival.kaplanmeier.figure -
-
Uses of SurvivalInfo in org.biojava.nbio.survival.cox
Methods in org.biojava.nbio.survival.cox that return types with arguments of type SurvivalInfo Modifier and Type Method Description ArrayList<SurvivalInfo>
CoxInfo. getSurvivalInfoList()
Methods in org.biojava.nbio.survival.cox with parameters of type SurvivalInfo Modifier and Type Method Description int
SurvivalInfo. compareTo(SurvivalInfo o)
Method parameters in org.biojava.nbio.survival.cox with type arguments of type SurvivalInfo Modifier and Type Method Description static ArrayList<String>
SurvivalInfoHelper. addInteraction(String variable1, String variable2, ArrayList<SurvivalInfo> survivalInfoList)
To test for interactions use two variables and create a third variable where the two are multiplied together.static void
SurvivalInfoHelper. categorizeData(ArrayList<SurvivalInfo> DataT)
Take a collection of categorical data and convert it to numeric to be used in cox calculationsstatic void
SurvivalInfoHelper. dump(ArrayList<SurvivalInfo> DataT, PrintStream ps, String delimiter)
For each analysis this allows outputing of the data used in the calculations to a printstream/file.static ArrayList<String>
SurvivalInfoHelper. getGroupCategories(String groupName, ArrayList<SurvivalInfo> survivalInfoList)
static void
SurvivalInfoHelper. groupByRange(double[] range, String variable, String groupName, ArrayList<SurvivalInfo> survivalInfoList)
Need to allow a range of values similar to cut in R and a continuous cstatic double[]
CoxMart. process(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, boolean useStrata)
static double[][]
CoxScore. process(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata)
void
CoxInfo. setSurvivalInfoList(ArrayList<SurvivalInfo> data)
-
Uses of SurvivalInfo in org.biojava.nbio.survival.cox.comparators
Methods in org.biojava.nbio.survival.cox.comparators with parameters of type SurvivalInfo Modifier and Type Method Description int
SurvivalInfoComparator. compare(SurvivalInfo t, SurvivalInfo t1)
int
SurvivalInfoValueComparator. compare(SurvivalInfo t, SurvivalInfo t1)
-
Uses of SurvivalInfo in org.biojava.nbio.survival.cox.stats
Method parameters in org.biojava.nbio.survival.cox.stats with type arguments of type SurvivalInfo Modifier and Type Method Description static double[][]
AgScore. process(CoxMethod method, ArrayList<SurvivalInfo> survivalInfoList, CoxInfo coxInfo, boolean useStrata)
-
Uses of SurvivalInfo in org.biojava.nbio.survival.kaplanmeier.figure
Methods in org.biojava.nbio.survival.kaplanmeier.figure that return types with arguments of type SurvivalInfo Modifier and Type Method Description ArrayList<SurvivalInfo>
ExpressionFigure. getSurvivalInfoList()
The data used to draw the graphMethod parameters in org.biojava.nbio.survival.kaplanmeier.figure with type arguments of type SurvivalInfo Modifier and Type Method Description SurvFitInfo
SurvFitKM. process(String variable, ArrayList<SurvivalInfo> dataT, boolean useWeighted)
SurvFitInfo
SurvFitKM. process(String variable, ArrayList<SurvivalInfo> dataT, SurvFitKM.Method method, SurvFitKM.Error error, boolean seFit, double confInt, SurvFitKM.ConfType confType, SurvFitKM.ConfLower confLower, Double startTime, Double newTime, boolean useWeighted)
LinkedHashMap<String,StrataInfo>
SurvFitKM. processStrataInfo(String variable, ArrayList<SurvivalInfo> dataT, SurvFitKM.Method method, SurvFitKM.Error error, boolean seFit, double confInt, SurvFitKM.ConfType confType, SurvFitKM.ConfLower confLower, Double startTime, Double newTime, boolean useWeighted)
-