"RchyOptimyx"(pheno.codes, phenotypeScores, startPhenotype, pathCount=1, trimPaths=FALSE, trim.tolerance=0, trim.level=0)trim.tolerance extra number of edges to
the path doesn't result in an improvement in the score.
trimPaths parameter is TRUE, the path is trimed as soon as it decreases for equal or more levels that trim.trolerance parameter. If the path is decreasing while reaching the trim.level, the path is trimed from the point that it started to decrease.
2. If the path reaches the trim.level.
Nima Aghaeepour, Pratip K. Chattopadhyay, Anuradha Ganesan, Kieran O'Neill, Habil Zare, Holger H. Hoos, Mario Roederer, and Ryan R. Brinkman. Early Immunologic Correlates of HIV Protection can be Identified from Computational Analysis of Complex Multivariate T-cell Flow Cytometry Assays. Bioinformatics, Feb. 2012.
data(HIVData)
res<-RchyOptimyx(PhenoCodes, -log10(LogRankPvals), '2000102001', 5,FALSE)
plot(res,phenotypeCodes=PhenoCodes,phenotypeScores=-log10(LogRankPvals),marker.names=marker.names)
Run the code above in your browser using DataLab