You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to analyse a gene set and find which are differentially expressed between two sample sets, using the differential expression widget from the bioinformatics add-on v 4.7.1. The analysis works fine however when I try to click the "commit" button a window pops up with the message below and the data table widget with the output is black
'''Error encountered in widget Differential Expression:
Traceback (most recent call last):
File: "D:\OrangeStat\lib\site-packages\orangewidget\gui.py", line 2009, in do_commit
commit ( )
File " D:\OrangeStat\lib\site-
packages\orangecontrib\bioinformatics\widgets\OWDifferentialExperission.py" line 1334, in commit
gene_ids = self.data.attributes [GENE_ID_ATTRIBUTES]
KeyError: 'gene_id_attribute'
'''
What's your environment?
Operating system: Windows 11
Orange version: 3.35
How you installed Orange: From the website
The text was updated successfully, but these errors were encountered:
What's wrong?
I'm trying to analyse a gene set and find which are differentially expressed between two sample sets, using the differential expression widget from the bioinformatics add-on v 4.7.1. The analysis works fine however when I try to click the "commit" button a window pops up with the message below and the data table widget with the output is black
'''Error encountered in widget Differential Expression:
Traceback (most recent call last):
File: "D:\OrangeStat\lib\site-packages\orangewidget\gui.py", line 2009, in do_commit
commit ( )
File " D:\OrangeStat\lib\site-
packages\orangecontrib\bioinformatics\widgets\OWDifferentialExperission.py" line 1334, in commit
gene_ids = self.data.attributes [GENE_ID_ATTRIBUTES]
KeyError: 'gene_id_attribute'
'''
What's your environment?
The text was updated successfully, but these errors were encountered: