Skip to content

Commit

Permalink
Change default cutoff to 0.99 in HTODemux
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiwei Zheng committed Jun 27, 2018
1 parent 4f39dbe commit 172f783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/multi_modal.R
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ CollapseSpeciesExpressionMatrix <- function(
#' }
HTODemux <- function(
object,
percent_cutoff = 0.999,
percent_cutoff = 0.99,
init_centers = NULL,
cluster_nstarts = 100,
k_function = "clara",
Expand Down

0 comments on commit 172f783

Please sign in to comment.