Skip to content
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

Problems with data sets #9

Open
LF-Yang opened this issue Jun 6, 2023 · 0 comments
Open

Problems with data sets #9

LF-Yang opened this issue Jun 6, 2023 · 0 comments

Comments

@LF-Yang
Copy link

LF-Yang commented Jun 6, 2023

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant