Hello! Thank you very much for this useful tool and congratulations on the recent publication of your paper!
I was trying to run the calculateSMI function on some scRNA-seq data. I ran into the following error.
Error: 'enrichIt' is not an exported object from 'namespace:escape' and I was using version 1.12.0 of the escape R package.
I updated escape to the latest version of R and found that the enrichIt function has now been updated to escape.matrix() based here: https://github.com/ncborcherding/escape/blob/master/NEWS.md.
I was wondering if the PDSclassifier package would be updated to reflect this change?
It'd be great to get your thoughts on this and happy to discuss further.
Hello! Thank you very much for this useful tool and congratulations on the recent publication of your paper!
I was trying to run the
calculateSMIfunction on some scRNA-seq data. I ran into the following error.Error: 'enrichIt' is not an exported object from 'namespace:escape'and I was using version 1.12.0 of theescapeR package.I updated
escapeto the latest version of R and found that theenrichItfunction has now been updated toescape.matrix()based here: https://github.com/ncborcherding/escape/blob/master/NEWS.md.I was wondering if the
PDSclassifierpackage would be updated to reflect this change?It'd be great to get your thoughts on this and happy to discuss further.