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 get the following error (I removed the paths as I am working on an HPC and they require that I do not show paths):
Traceback (most recent call last):
File /path/to/get_DE_events.py", line 447, in <module>
call_differential_editing_sites(samples_informations_file)
File /path/to/get_DE_events.py", line 132, in call_differential_editing_sites
edit_level_table = editing_table[all_people]
File “/path/to/conda/for/EnvironWithPython2.7/pandas/frame.py", line 2934, in __getitem__
raise_missing=True)
File “/path/to/conda/for/EnvrionWithPython2.7/pandas/indexing.py", line 1354, in _convert_to_indexer
return self._get_listlike_indexer(obj, axis, **kwargs)[1]
File “/path/to/conda/for/EnvironWithPython2.7/pandas/indexing.py", line 1161, in _get_listlike_indexer
raise_missing=raise_missing)
File “/path/to/conda/for/EnvironWithPython2.7/pandas/indexing.py", line 1246, in _validate_read_indexer
key=key, axis=self.obj._get_axis_name(axis)))
KeyError: u"None of [Index([u'Control-01',\n u'Control-02',\n u'Control-03',\n u'EXPERIMENTAL-01',\n u'EXPERIMENTAL-02',\n u'EXPERIMENTAL-03'],
\n dtype='object')] are in the [columns]"
Interestingly a user on Reddit had virtually the same issue found here it seems to be difficult to solve. How would I get around this error.
The text was updated successfully, but these errors were encountered:
yr542
changed the title
Traceback From BioinfoUNIBA/Qedit's get_DE_events.py dtype='object')] are in the [columns]
Traceback From get_DE_events.py dtype='object')] are in the [columns]
Dec 20, 2023
I am trying to use
get_DE_events.py
however, I see to run across an issue using it. I have the following createdsif
:I get the following error (I removed the paths as I am working on an HPC and they require that I do not show paths):
My script is:
Interestingly a user on Reddit had virtually the same issue found here it seems to be difficult to solve. How would I get around this error.
The text was updated successfully, but these errors were encountered: