Closed anamariaelek closed 3 years ago
Which R version are you using?
The first lines of the scm_ignore_genes
function are:
if (is.null(ig_genes)) { ig_genes = vector(l = 0) }
So previously this was taken care of. Don't know what changed:)
I was using latest released version of metacell (0.3.41
) with R 4.0
, now I see the function changed from then. Updated metacell to 0.3.6
, everything works fine. Thank you for clarifying!
Hi, I've tried running
scm_merge_mats()
and it fails with following error:This can be fixed by changing the following assignments from
NULL
tovector(l=0)
:Best, Anamaria