Description Usage Arguments Value Warning Author(s) See Also Examples
appRIVER
trains RIVER with all instances and computes posterior
probabilities of FR for downstream analyses.
1 2 3 |
dataInput |
An object of ExpressionSet class which contains input data required for all functions in RIVER including genomic features, outlier status, and N2 pairs. |
pseudoc |
Pseudo count. |
theta_init |
Initial values of theta. |
costs |
Candidate penalty parameter values for L2-regularized logistic regression. |
verbose |
Logical option for showing extra information on progress. |
A list which contains subject IDs, gene names, posterior probabilities from GAM and RIVER, and estimated parameters from RIVER with used hyperparameters.
To input a vector of candidate penalty values makes
glmnet
faster than to input a single penalty value
Yungil Kim, ipw012@gmail.com
cv.glmnet
, predict
,
integratedEM
, testPosteriors
,
getData
, exprs
1 2 3 | dataInput <- getData(filename=system.file("extdata", "simulation_RIVER.gz",
package = "RIVER"), ZscoreThrd=1.5)
postprobs <- appRIVER(dataInput, verbose=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.