Description Usage Arguments Value Author(s) Examples
View source: R/plotPosteriors.R
plotPosteriors
draws scatter plots of posterior probabilities from
both RIVER GAM (genomic annotation model) in terms of outlier
status.
1 | plotPosteriors(postprobs, outliers)
|
postprobs |
Output of |
outliers |
Outlier status of examples |
A figure of posteriors from RIVER (y-axis) and GAM (x-axis) models for ouliters and non-outliers separately
Yungil Kim, ipw012@gmail.com
1 2 3 4 | dataInput <- getData(filename=system.file("extdata", "simulation_RIVER.gz",
package = "RIVER"), ZscoreThrd=1.5)
postprobs <- appRIVER(dataInput)
plotPosteriors(postprobs, outliers=as.numeric(unlist(dataInput$Outlier))-1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.