-
Notifications
You must be signed in to change notification settings - Fork 11
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
findEncodingDim issues #39
Comments
Dear @lemdcock, thanks for reporting this. You might have hit a bug we just discovered in the injection of outliers. With a size of just 38 samples, it could be that a single gene has only reads in 1 sample, which is fine for the filtering step, but within the injection, it could be that we inject the outlier with 0 that now all the samples have 0 reads. To check if this could happen. Can you please post the outcome of:
We will fix the bug in the meantime. Looking also at your dimensions (260k genes), are you dealing with gene expression data? We usually have 20-30k expressed genes in our datasets for bulk RNA-seq samples. |
#37 should fix the issue. |
Dear @c-mertes, I've run the code you posted. It gives the following outcome:
As you expected, I had quite a lot of genes with only reads in 1 sample. I will try the solution mentioned under #37. Thank you for your help! In my analysis I'm indeed not only looking at just genes. We have expanded the list of known genes with some additional regions of interest for our analysis. Kind regards, |
This is great to hear. Let me know if #37 fixed your problem. |
Hi @lemdcock , were you able to check this? |
Dear Gagneur Lab,
I'm using OutRider for aberrant gene expression analysis. However, I'm experiencing issues with the findEncodingDim function. I use the following code:
This code results in the following error message:
Which is odd, since I truly use the filterExpression function prior to calling findEncodingDim. I've also checked this manually with the following code:
This gives the following result:
There thus don't appear to be any rows left with all zero counts. Would you potentially know why the error is raised then? And how I can solve it?
Kind regards,
Laurenz De Cock
The text was updated successfully, but these errors were encountered: