Skip to content

Commit

Permalink
Additional changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BananaCancer committed Jul 4, 2023
1 parent a5df830 commit 5ed8837
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
15 changes: 10 additions & 5 deletions R/plotDMN.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,18 @@
#' @name plotDMN
#'
#' @examples
#' data(dmn_se, package = "mia")
#' library(mia)
#' library(bluster)
#'
#' # Put metadata in correct place
#' metadata(dmn_se)$DMM$dmm <- metadata(dmn_se)$DMN
#' # Get dataset
#' data("peerj13075", package = "mia")
#' tse <- peerj13075
#'
#' # plot the fit
#' plotDMNFit(dmn_se, name = "DMM", type = "laplace")
#' # Cluster the samples
#' tse <- cluster(tse, DmmParam(k = 1:4), name = "DMM", full = TRUE)
#'
#' # Plot the fit
#' plotDMNFit(tse, name = "DMM", type = "laplace")
#'
NULL

Expand Down
15 changes: 10 additions & 5 deletions man/plotDMN.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ed8837

Please sign in to comment.