MuSiC icon indicating copy to clipboard operation
MuSiC copied to clipboard

Expression set not recognized and MuSiC version 1 and version 2 incompatible

Open hasanalanya opened this issue 1 year ago • 0 comments

Hi there,

MuSiC deconvolution method does not recognize the expression set and gives "bulk.mtx is missing, with no default" error.

In addition, I followed up the installation of the MuSiC2 from the tutorial and seems like there is no package called MuSiC2. So, MuSiC and MuSiC2 are incompatible.

# install devtools if necessary
if (!"devtools" %in% rownames(installed.packages())) {
  install.packages('devtools')
}
# install the MuSiC2 package
if (!"MuSiC2" %in% rownames(installed.packages())) {
  devtools::install_github('Jiaxin-Fan/MuSiC2')
}
# load
library(MuSiC2)

Error in library(MuSiC2) : there is no package called ‘MuSiC2’

The MuSiC deconvolution method is not stable and needs maintenance.

I would appreciate it if you can fix the problems asap and keep the GitHub repository active too.

Thanks, Hasan

hasanalanya avatar Feb 08 '23 16:02 hasanalanya