Skip to content

Commit

Permalink
debug avg_hotspot_area
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalvovs committed Aug 31, 2024
1 parent dba5e1e commit 8bb2b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/spacemarkers.nf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ process SPACEMARKERS_MQC {
}))
#average percent overlap across interacting patterns
avg_hot_share_in_pair <- mean(sapply(smi, function(x) {
avg_hotspot_area <- mean(sapply(smi, function(x) {
sum(!is.na(x[['hotspots']]))/length(x[['hotspots']][,1])
}))
Expand Down

0 comments on commit 8bb2b87

Please sign in to comment.