Description getFuncRvFeat getFuncRvPosteriors mleBeta mleTheta testPosteriors integratedEM plotPosteriors evalRIVER appRIVER Source
The RIVER package provides two applicable functions of RIVER to actual datasets including genomic features and outlier status and a list of required functions for RIVER: evalRIVER, appRIVER, getFRPosteriors, mleTheta, mleBeta, getFRgivenG, testPosteriors, and integratedEM.
The getFuncRvFeat
computes posterior probabilities
of FR (functionality of regulatory variant) given genomic features (G)
and current estimate of beta (parameters between FR and G).
The getFuncRvPosteriors
computes posterior
probabilities of FR (functionality of regulatory variant) given genomic
features (G) and outlier status (E) with current estimate of beta
(parameters between FR and G) and theta (parameters between FR and
E).
The mleBeta
computes maximum likelihoood estimate of
beta (parameters between FR and G; multivariate logistic regression).
The mleTheta
computes maximum likelihoood estimate
of theta (parameters between FR and E; Naive-Bayes).
The testPosteriors
computes posterior
probabilities of FR (functionality of regulatory variant) given G
(genomic annotations) and E (outlier status) with estimate of beta
(parameters between FR and G) and theta (parameters between FR and E).
The integratedEM
iteratively executes e-step
and m-step until it converges. This is a main function of RIVER.
The plotPosteriors
draw scatter plots of
posterior probabilities from both RIVER GAM in terms of outliers status.
The evaRIVER
trains RIVER by holding out a list of
individual and gene pairs having same rare variants for evaluation,
computes test posterior probabilities of FR (functionality of regulatory
variant) for 1st individual, and compares them with outlier status of
2nd individual from the list.
The appRIVER
trains RIVER with all instances and
computes posterior probabilities of FR (functionality of regulatory
variant) for downstream analyses.
https://github.com/ipw012/RIVER
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.