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
Wondering if the data set I'm working with has to have the same structure as the sample data set, I ran into this problem with my own data
Traceback (most recent call last):
File "D:/Code/SC3/SC3s/run.py", line 7, in
sc.pp.filter_genes(adata, min_cells=10)
File "C:\Users\ThinkPad.conda\envs\Tensor1\lib\site-packages\scanpy\preprocessing_simple.py", line 259, in filter_genes
X if min_cells is None and max_cells is None else X > 0, axis=0
TypeError: '>' not supported between instances of 'File' and 'int'
The text was updated successfully, but these errors were encountered:
Wondering if the data set I'm working with has to have the same structure as the sample data set, I ran into this problem with my own data
Traceback (most recent call last):
File "D:/Code/SC3/SC3s/run.py", line 7, in
sc.pp.filter_genes(adata, min_cells=10)
File "C:\Users\ThinkPad.conda\envs\Tensor1\lib\site-packages\scanpy\preprocessing_simple.py", line 259, in filter_genes
X if min_cells is None and max_cells is None else X > 0, axis=0
TypeError: '>' not supported between instances of 'File' and 'int'
The text was updated successfully, but these errors were encountered: