kreutz-lab / DIMAR

Data-driven selction of an imputation algorithm in R
4 stars 0 forks source link

'length = 2' in coercion to 'logical(1)' #5

Closed FlorianQuinger closed 1 year ago

FlorianQuinger commented 1 year ago

Hi there, I really like the idea of DIMA and appreciate the implementation R. Unfortunately, using R 4.3.1 and a matrix as input, the 'dimar' function is causing the following error:

Error in class(mtx) == "SingleCellExperiment" || class(mtx) == "SummarizedExperiment" : 
  'length = 2' in coercion to 'logical(1)'

Cheers, Florian

clemenskreutz commented 1 year ago

Thanks for this hint, Florian. It should work now ...