Skip to content

Commit 79de275

Browse files
committed
Suppress messages for theta=Inf genes
1 parent 9cf21c4 commit 79de275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: sctransform
22
Type: Package
33
Title: Variance Stabilizing Transformations for Single Cell UMI Data
4-
Version: 0.4.0.9002
4+
Version: 0.4.0.9003
55
Date: 2023-10-18
66
Authors@R: c(
77
person(given = "Christoph", family = "Hafemeister", email = "christoph.hafemeister@nyu.edu", role = "aut", comment = c(ORCID = "0000-0001-6365-8254")),

R/vst.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ reg_model_pars <- function(model_pars, genes_log_gmean_step1, genes_log_gmean, c
935935
all_genes <- rownames(model_pars_fit)
936936
# browser()
937937
if (exclude_poisson){
938-
if (verbosity > 0) {
938+
if (verbosity > 1) {
939939
message(paste('Replacing fit params for', length(all_poisson_genes), 'poisson genes by theta=Inf'))
940940
}
941941
for (col in intersect(colnames(x = model_pars_fit), colnames(x = vst_out_offset)) ){

0 commit comments

Comments
 (0)