Skip to content

Commit

Permalink
Update cellshape_metrics.R
Browse files Browse the repository at this point in the history
Current alpha range is too small, resulting in errors in all cells in IMC
  • Loading branch information
ycao6928 authored Sep 13, 2024
1 parent 60c428c commit 0bb64b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cellshape_metrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ashape2poly <- function(ashape){



ashape_to_poly2 <- function(coord, alpha_var_range = 1:100){
ashape_to_poly2 <- function(coord, alpha_var_range = 1:1000){


for (alpha_var in alpha_var_range){
Expand Down

0 comments on commit 0bb64b8

Please sign in to comment.