-
Notifications
You must be signed in to change notification settings - Fork 4
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
sce lib problem #1
Comments
Hi @mbahin , May I ash how did you install vpolo ? If you are installing it through conda try installing it in a new environment with python 3.8. re: low confidence barcodes, alevin should generate two files Hope it helps! |
Thanks @k3yavi for the quick answer. I've installed it through conda and in a Python 3.6 environment, so I can try with a 3.8. Installing vpolo was actually only a way to get to this split low/high confidence barcodes. Cheers, |
Hi @mbahin , Can you share the log ? Basically Alevin performs whitelisting at multiple level. The logs on standard output is for the first rough whitelisting using knee based thresholding on the cdf of the cb frequency. The whitelist file is after another level of whitelisting, which can further filter / swap the cbs. |
Here is the log:
Ok it makes sense if there are more steps before final whitelisting. Can you provide a little explanation on the knee and Gauss corrected boundary please (Or point to a link where I can find more, I couldn't find)? We don't have a plot to see that right? Cheers, |
I'm getting this sce error in a Python 3.8.6 environment
vpolo was installed using |
hi @ACastanza , Can you check if this solution helps. |
I tried installing Rust ( |
I am guessing you reinstalled the vpolo using github as well ? |
I hadn't actually since the conda forge version and the github version appeared to be the same version. I did just reinstall from github directly and now its working, so it looks like some of the dependencies might not be properly specified in the conda version. Also, yes, I use fishpond when working in R, but I'm working on implementing the Alevin Single Cell Velocity tutorial and since scvelo is python based figured it would be easier to do the downstream work entirely in python. Thanks again! |
Hi,
I would like to explore the binary tier matrix from alevin results so I wanted to follow the procedure here but when I try to import parser, I get the following message:
ModuleNotFoundError: No module named 'sce.sce'
I can't find any info on this sce lib.
By the way, I have a question that you might be able to answer.
When I run alevin, I get a number of cells from which certain have a low confidence. Is it possible to get the list of these low conficence barcodes? (I was actually hoping to find info about that in the tier matrix but not sure!).
Cheers,
Mathieu
The text was updated successfully, but these errors were encountered: