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

Unable to install new version of DropletUtils #52

Open
liron27 opened this issue Sep 29, 2020 · 15 comments
Open

Unable to install new version of DropletUtils #52

liron27 opened this issue Sep 29, 2020 · 15 comments

Comments

@liron27
Copy link

liron27 commented Sep 29, 2020

Hi,
I have tried to install the new version of the package using:
devtools::install_github("MarioniLab/DropletUtils")

and got the following error:

ERROR: compilation failed for package ‘DropletUtils’

  • removing ‘/tmp/Rtmp4VjwFR/Rinst19fd655306c7/DropletUtils’

Thanks

@LTLA
Copy link
Collaborator

LTLA commented Sep 29, 2020

Try installing using the recommended instructions on the Bioconductor landing page.

@liron27
Copy link
Author

liron27 commented Sep 29, 2020 via email

@LTLA
Copy link
Collaborator

LTLA commented Sep 29, 2020

You can either wait a few hours for the new builds to propagate on Bioconductor. Or you can give me much more detail about the entire error log, I can't figure out what's going on from just the last line.

@liron27
Copy link
Author

liron27 commented Sep 29, 2020

I just copied the removeAmbience function from github to my local directory and then I used the following code:

raw.count <- Read10X(data.dir = "path.to.raw.count")
ambient <- estimateAmbience(raw.count)
x<-removeAmbience(raw.count,ambient, colnames(raw.count))

I am not sure if this is the way to go, but it is still running (for almost 20 minutes now...)

@LTLA
Copy link
Collaborator

LTLA commented Sep 29, 2020

Stop, stop stop. Hold up. You really need to give it clusters. Did you read the documentation?

Install the package properly rather than doing whatever you're doing.

@liron27
Copy link
Author

liron27 commented Sep 29, 2020 via email

@LTLA
Copy link
Collaborator

LTLA commented Sep 29, 2020

I doubt you have 6 million cells generated from a single run of a 10X machine. The maximum number of barcodes is around 700k, at least for versions 2 and 3 of the 10X chemistry.

@liron27
Copy link
Author

liron27 commented Sep 29, 2020 via email

@LTLA
Copy link
Collaborator

LTLA commented Sep 30, 2020

The book build crashed so you won't be able to see the latest chapter of the book, but you can just read it from the Rmarkdown starting at:

https://github.com/Bioconductor/OrchestratingSingleCellAnalysis/blob/092880538f4c475fd397c6ab390a69027c545cdc/droplet-processing.Rmd#L137

Or you can just wait for Friday, hopefully the book will have built by then.

@liron27
Copy link
Author

liron27 commented Sep 30, 2020 via email

@liron27
Copy link
Author

liron27 commented Oct 1, 2020 via email

@LTLA
Copy link
Collaborator

LTLA commented Oct 1, 2020

I would be shocked if all 6 million barcodes had counts. Even looking at the existing output that I get from CellRanger 3, I only get non-zero counts for ~600k barcodes.

@liron27
Copy link
Author

liron27 commented Oct 1, 2020 via email

@LTLA
Copy link
Collaborator

LTLA commented Oct 12, 2020

Did you resolve your issue?

@liron27
Copy link
Author

liron27 commented Oct 12, 2020 via email

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

2 participants