Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hasanalanya opened this issue Feb 8, 2023 · 0 comments

Comments

@hasanalanya
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant