Skip to content

Commit

Permalink
Update generate_beta_dotplot_long.R
Browse files Browse the repository at this point in the history
  • Loading branch information
cafferychen777 committed Mar 19, 2024
1 parent 8ea70ef commit 4b9b23a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/generate_beta_dotplot_long.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#' subject.var = "subject_id",
#' group.var = "subject_race",
#' adj.vars = NULL,
#' dist.name = c('BC', 'Jaccard', 'JS')
#' dist.name = c('BC', 'Jaccard')
#' )
#'
#' # Visualizing the results for the Type 2 Diabetes dataset
Expand All @@ -86,7 +86,7 @@
#' )
#'
#' data(ecam.obj)
#' dist.obj <- mStat_calculate_beta_diversity(ecam.obj, c('BC', 'Jaccard', "JS"))
#' dist.obj <- mStat_calculate_beta_diversity(ecam.obj, c('BC', 'Jaccard'))
#' result2 <- generate_beta_change_test_long(
#' data.obj = ecam.obj,
#' dist.obj = dist.obj,
Expand All @@ -96,7 +96,7 @@
#' subject.var = "subject.id",
#' group.var = "diet",
#' adj.vars = NULL,
#' dist.name = c('BC', 'Jaccard', "JS")
#' dist.name = c('BC', 'Jaccard')
#' )
#'
#' # Visualizing the results for the ECAM dataset
Expand Down

0 comments on commit 4b9b23a

Please sign in to comment.