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

DWLS package installation error #13

Closed
sumanm99 opened this issue Apr 21, 2022 · 3 comments
Closed

DWLS package installation error #13

sumanm99 opened this issue Apr 21, 2022 · 3 comments

Comments

@sumanm99
Copy link

I was trying to install the DWLS package in R via devtools::install_bitbucket("yuanlab/dwls", ref="master"). But the installation gives this error Error: object 'zlm.SingleCellAssay' is not exported by 'namespace:MAST'.

The available versions of MAST do not export SingleCellAssay. So, this error cannot be resolved by installing any of the MAST package versions either.

Below you can find a screenshot of the error generated in R. Could you please tell a way to resolve this?
link
I hope to get a reply from you at the earliest.

Thank you.

@sistia01
Copy link

sistia01 commented May 5, 2022

Hello, thank you for your interest in DWLS.

We are in the process of updating DWLS, the main repo has moved here. Would you mind trying to install the package this way:

library(devtools)
install_github("sistia01/DWLS")

Let me know if you have any issues.

@sumanm99
Copy link
Author

sumanm99 commented May 8, 2022

Dear,

The package installation was successful.

But there are errors generated with buildSignatureMatrixMast() when I run it on my single cell data matrix. This issue has been reported previously too #7.

Could you please suggest ways to overcome this error? You can find a screenshot of the same below.

image

I have used a single cell RNAseq matrix with the labels as the Cell types of that reference data.

@poseidonchan
Copy link

Hello, thank you for your interest in DWLS.

We are in the process of updating DWLS, the main repo has moved here. Would you mind trying to install the package this way:

library(devtools)

githubinstall("sistia01/DWLS")

Let me know if you have any issues.

Should it be install_github()?😅

@sumanm99 sumanm99 closed this as completed May 8, 2022
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

3 participants