-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
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
Labels
No labels