Skip to content

Problems with data sets #9

Description

@LF-Yang

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions