diff --git a/R/methods.R b/R/methods.R index 15d5f733..b068d425 100644 --- a/R/methods.R +++ b/R/methods.R @@ -1374,7 +1374,6 @@ simulate_data.data.frame = function(.data, #' sccomp_estimate( #' counts_obj , #' ~ type, ~1, sample, cell_group, count, -#' approximate_posterior_inference = "all", #' check_outliers = FALSE, #' cores = 1 #' ) |> diff --git a/man/sccomp_boxplot.Rd b/man/sccomp_boxplot.Rd index d2076ff8..c8fd0ece 100644 --- a/man/sccomp_boxplot.Rd +++ b/man/sccomp_boxplot.Rd @@ -27,7 +27,6 @@ estimate = sccomp_estimate( counts_obj , ~ type, ~1, sample, cell_group, count, - approximate_posterior_inference = "all", check_outliers = FALSE, cores = 1 ) |> diff --git a/man/sccomp_remove_outliers.Rd b/man/sccomp_remove_outliers.Rd index 74487d37..b98b7698 100644 --- a/man/sccomp_remove_outliers.Rd +++ b/man/sccomp_remove_outliers.Rd @@ -70,7 +70,6 @@ estimate = sample, cell_group, count, - check_outliers = FALSE, cores = 1 ) |> sccomp_remove_outliers()