... | ... |
@@ -28,6 +28,7 @@ |
28 | 28 |
#' @param nCores A numeric specifying the number of cores used if the user wants to use parallelisation. |
29 | 29 |
#' @param pathways A set of pathways created by \code{precisionPathwaysTrain} which is an object of class \code{PrecisionPathways} to be used for predicting on a new data set. |
30 | 30 |
#' @rdname precisionPathways |
31 |
+#' @aliases precisionPathwaysTrain precisionPathwaysPredict |
|
31 | 32 |
#' @return An object of class \code{PrecisionPathways} which is basically a named list that other plotting and |
32 | 33 |
#' tabulating functions can use. |
33 | 34 |
#' @examples |
... | ... |
@@ -2,6 +2,7 @@ |
2 | 2 |
% Please edit documentation in R/precisionPathways.R |
3 | 3 |
\name{precisionPathwaysTrain} |
4 | 4 |
\alias{precisionPathwaysTrain} |
5 |
+\alias{precisionPathwaysPredict} |
|
5 | 6 |
\alias{precisionPathwaysTrain,MultiAssayExperimentOrList-method} |
6 | 7 |
\alias{precisionPathwaysPredict,PrecisionPathways,MultiAssayExperimentOrList-method} |
7 | 8 |
\title{Precision Pathways for Sample Prediction Based on Prediction Confidence.} |