Skip to content

Commit

Permalink
reintentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stemangiola committed Sep 23, 2024
1 parent d462912 commit e8901ca
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions R/methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit e8901ca

Please sign in to comment.