question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Internal Error in computing differential expression

See original GitHub issue

I have an internal server error while computing differential expression. When I select two groups of cells and click compute, it shows this error: image

And in the terminal, this message appears:

[2019-05-07 09:25:01,167] ERROR in app: Exception on /api/v0.2/data/var [PUT]
Traceback (most recent call last):
TypeError: 'coo_matrix' object is not subscriptable

I didn’t have this problem before, started to see with v0.9.1, tried with the same files I’m working with and having same error. This is one of the datasets that I’m working with: https://drive.google.com/open?id=14LCnlBRwz_gZRvd0p9NzNp_kuHylbcms

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
bkmartinjrcommented, May 9, 2019

@cakirb - very happy to help. The only caveat I’ll add is that I am currently trying to better characterize our advice, and will update the FAQ as more info is available. If you find any interesting performance observations, please let me know (either on github, or feel free to join our slack channel).

1reaction
bkmartinjrcommented, May 7, 2019

Thank you @cakirb – really appreciate the test data set.

While I am debugging this, you may be able to work around the bug by using a CSC (columnar) sparse format for the expression data (X), instead of a CSR format. cellxgene is generally faster if you use formats that allow fast columnar access, as most of the data access is along that axis.

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Web Server Tool for Integrated RNA-Seq Data Analysis - NCBI
To quantify the transcription levels and identify differential expressed genes under different conditions, using RNA-Seq data from high- ...
Read more >
Analyzing RNA-seq data with DESeq2 - Bioconductor
Abstract. A basic task in the analysis of count data from RNA-seq is the detection of differentially expressed genes.
Read more >
A survey of best practices for RNA-seq data analysis
We review all of the major steps in RNA-seq data analysis, including experimental design, quality control, read alignment, quantification of ...
Read more >
limma powers differential expression analyses for RNA ...
Abstract. limma is an R/Bioconductor software package that provides an integrated solution for analysing data from gene expression experiments.
Read more >
Troubleshooting Cell Ranger -Software - Support
The remainder of this guide uses the term pipestance to refer to a specific ... The cellranger mkfastq pipeline will generate the following...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found