Skip to content

normalization  #110

@shimasadri

Description

@shimasadri

I tried the following normalization in python
sc.pp.normalize_total(adata)
sc.pp.scale(adata, max_value=1e4)

but when I run compass I get the following warning message
RuntimeWarning: invalid value encountered in log2
result = getattr(ufunc, method)(*inputs, **kwargs)

How can I modify the normalization (in pyhton) to solve this?

Thank you

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