plotDMN {miaViz} | R Documentation |
To plot DMN fits generated with mia
use plotDMNFit
.
plotDMNFit(x, name = "DMN", type = c("laplace", "AIC", "BIC"), ...) ## S4 method for signature 'SummarizedExperiment' plotDMNFit(x, name = "DMN", type = c("laplace", "AIC", "BIC"))
x |
a
|
name |
the name to store the result in
|
type |
the type of measure for access the goodness of fit. One of ‘laplace’, ‘AIC’ or ‘BIC’. |
... |
optional arguments not used. |
plotDMNFit
returns a ggplot2
plot.
data(dmn_se, package = "mia") names(metadata(dmn_se)) # plot the fit plotDMNFit(dmn_se, type = "laplace")