scde icon indicating copy to clipboard operation
scde copied to clipboard

Error in pagoda.cluster.cells

Open Noodlotje opened this issue 7 years ago • 0 comments

Hi, pagoda.cluster.cells produces NA's and a subsequent error. I think the problem is in line 2646 of functions.R, which states: gw <- gw/gw This produces an array of 1, taking out all variation. Was it supposed to be: gw <- gw/max(gw, na.rm = T) (normalization)? Thanks in advance! Lotte

Noodlotje avatar Jun 13 '17 19:06 Noodlotje