Skip to content

Commit

Permalink
COMP: plot_features example
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Aug 12, 2024
1 parent 4589e58 commit df1e66e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/multiscaleSVDxpts.R
Original file line number Diff line number Diff line change
Expand Up @@ -4374,6 +4374,8 @@ vector_to_df <- function(vector, column_name) {
#' @param positivities_options A list of options for the `pizzer` parameter.
#' @param optimus_options A list of options for the `optimus` parameter.
#' @param constraint_options A list of options for the `constraint` parameter, default is `list("none")`.
#' @param num_samples if not full, then the size of the subset space
#' @param search_type string vector either full random or deterministic
#'
#' @return A list containing all (or a subset of) combinations of the provided parameters. Each row in the data frame represents a unique combination of the parameters.
#'
Expand Down Expand Up @@ -5734,6 +5736,7 @@ interpret_simlr_vector <- function( simlrResult, simlrMats, simlrVariable, n2sho
#' @return A list of ggplot objects.
#'
#' @examples
#' \dontrun{
#' # Simulate data
#' set.seed(123)
#' feature_names <- paste("Feature", 1:10)
Expand All @@ -5753,6 +5756,7 @@ interpret_simlr_vector <- function( simlrResult, simlrMats, simlrVariable, n2sho
#' for (i in 1:length(plots)) {
#' print(plots[[i]])
#' }
#' }
#' @export
plot_features <- function(data_list, take_abs = TRUE, n_limit = 12 ) {
plots <- list()
Expand Down
2 changes: 2 additions & 0 deletions man/plot_features.Rd

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

4 changes: 4 additions & 0 deletions man/simlr.parameters.Rd

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

0 comments on commit df1e66e

Please sign in to comment.