-
Notifications
You must be signed in to change notification settings - Fork 8
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
Troubles with estimateExpressionShiftMagnitudes() and estimateDiffCellDensity() functions #21
Comments
Thanks for the issue. Cacoa is still in development of course. These issues provide useful user feedback.
Could you share how this data was created? Please share the code used. If we are able to reproduce this, we'll be able to provide better feedback. Thanks |
Hi, @evanbiederstedt, This is how the
|
Hi, Thank you very much for providing such great insight into case-control analysis in scRNA-seq and for creating an incredibly useful tool. @evanbiederstedt I want to mention that I'm running into the same errors described by @anastasiiaNG. Also using a seurat object. Any help you can provide is greatly appreciated. I'm happy to provide further details as needed. I generated the coa object similarly to anastasiiaNG. Thanks! |
Hi @anastasiiaNG and @ianphelps , |
Hi, @VPetukhov Thank you for the updates. Does the updated walkthrough work correct in your hands on my data? I've tested it on the The updated walkthrough works correct until this step:
Functions
And starting from "Cluster-free. Compositional changes" none of the functions works on my data:
|
I'm following your instructions to recreate the data above, using the data downloaded from your link. Could you please uninstall RE: 1.
This works for me now:
RE: 2 This works for me too. Please check again.
I tried using your data and running through http://pklab.med.harvard.edu/viktor/cacoa/walkthrough_short.html It's true there are some errors, which are surely associated with some extra functionality we need to incorporate for Seurat objects. I'll try to help out with this when I get some time. In the meantime, please try using a Conos object instead of a Seurat object if you could: https://github.com/kharchenkolab/conos Thanks, Evan |
Thanks, @anastasiiaNG ! Right, I also checked other functions and indeed there are errors in them. It's a bit of a pain to debug, as the part with |
@anastasiiaNG , I released version 0.4.0, where all this should be fixed. Could you please check it? |
@VPetukhov , great, thanks a lot, almost all bugs are fixed now. The only thing that still produces an error is here (probably due to the absence of factors that significantly affect sample differences):
I also noticed that in estimating gene programs you put by default |
Hi, I ran into an error when I called Error in `chr_as_locations()`:
! Can't rename columns that don't exist.
✖ Column `qvalues` doesn't exist. Before I come to this step, everything ran well and functions
I wonder is there anything I can do to fix this problem to generate GSEA results? Thank you so much for the help in advance! |
Dear Cacoa team,
Thank you for creating such a perspective tool for analysis single cell RNAseq data.
I currently tried to apply it to our data but faced several issues:
cao$estimateExpressionShiftMagnitudes()
fails with the following message:Could you please specify what exactly is wrong with the input data?
cao$estimateDiffCellDensity(type='permutation', verbose=T)
function also fails with the following message:It starts working when argument
smooth
is specified toFALSE
.This message looks confusing because
I tried to fix it by changing the
k.param
andprune.SNN
arguments to make the graph of the original Seurat object more connected in the following way......but it didn't help.
Respectively, function
plotDiffCellDensity()
works only withpermutation
parameter, otherwise it returns the same error.Could you please clarify how these issues may be fixed? Thank you!
cao
object can be downloaded here.The text was updated successfully, but these errors were encountered: