Hi @LTLA - there seems to be an undocumented change to findKNN. Previously the subset argument would take a character vector input, but in Bioc 3.20 this leads to C++ type error:
The obvious get around is for me to switch to using an integer/logical vector in miloR, but then that also means I need to add in a few extra checks on dimnames setting, etc.
Could either the documentation be updated to reflect this change in behaviour, or allow character vector input to subset?
Hi @LTLA - there seems to be an undocumented change to
findKNN
. Previously thesubset
argument would take a character vector input, but in Bioc 3.20 this leads to C++ type error:The obvious get around is for me to switch to using an integer/logical vector in
miloR
, but then that also means I need to add in a few extra checks on dimnames setting, etc.Could either the documentation be updated to reflect this change in behaviour, or allow character vector input to
subset
?Cheers me 'ol mucker.