Skip to content

Commit

Permalink
Utilise threshold parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hexhowells authored Sep 12, 2023
1 parent a18dbe0 commit cd2bc86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scmap-scmap-cluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ scmapCluster_results <- scmapCluster(
projection = project_sce,
index_list = list(
metadata(index_sce)$scmap_cluster_index
)
),
threshold = opt$threshold
)

# Output format anticipates multiple input indexes, let's assume a single input
Expand Down

0 comments on commit cd2bc86

Please sign in to comment.