prabhakarlab / Banksy

BANKSY: spatial clustering
https://prabhakarlab.github.io/Banksy
Other
74 stars 12 forks source link

link to the `center = TRUE` argument #37

Closed vipulsinghal02 closed 4 months ago

vipulsinghal02 commented 4 months ago

Currently, centering always happens in computeBanksy, and the center argument has no effect. Link the two things so the argument functions as expected. https://github.com/prabhakarlab/Banksy/blob/e8a479dc7d30b5728692f18e16c0be17dd6f62a8/R/computation.R#L122

jleechung commented 4 months ago

Thanks for the catch! Fixed in fbb4891.