From e8901ca910e45f2dbb1e1264e3f8d3a86839bf6d Mon Sep 17 00:00:00 2001 From: Stefano Mangiola Date: Mon, 23 Sep 2024 22:01:06 +0200 Subject: [PATCH] reintentation --- R/methods.R | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/R/methods.R b/R/methods.R index a48d3cc..08c494d 100755 --- a/R/methods.R +++ b/R/methods.R @@ -166,7 +166,8 @@ sccomp_estimate.Seurat = function(.data, use_data = TRUE, mcmc_seed = sample(1e5, 1), max_sampling_iterations = 20000, - pass_fit = TRUE, ..., + pass_fit = TRUE, + ..., # DEPRECATED approximate_posterior_inference = NULL, @@ -247,7 +248,8 @@ sccomp_estimate.SingleCellExperiment = function(.data, use_data = TRUE, mcmc_seed = sample(1e5, 1), max_sampling_iterations = 20000, - pass_fit = TRUE, ..., + pass_fit = TRUE, + ..., # DEPRECATED approximate_posterior_inference = NULL, @@ -330,7 +332,8 @@ sccomp_estimate.DFrame = function(.data, use_data = TRUE, mcmc_seed = sample(1e5, 1), max_sampling_iterations = 20000, - pass_fit = TRUE, ..., + pass_fit = TRUE, + ..., # DEPRECATED approximate_posterior_inference = NULL, @@ -412,7 +415,8 @@ sccomp_estimate.data.frame = function(.data, use_data = TRUE, mcmc_seed = sample(1e5, 1), max_sampling_iterations = 20000, - pass_fit = TRUE, ..., + pass_fit = TRUE, + ..., # DEPRECATED approximate_posterior_inference = NULL,