-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi,
I'm getting some division errors when trying to run PANDA.
/path/to/.local/lib/python2.7/site-packages/numpy/lib/function_base.py:3167: RuntimeWarning: invalid value encountered in true_divide
c /= stddev[:, None]
/path/to/.local/lib/python2.7/site-packages/numpy/lib/function_base.py:3168: RuntimeWarning: invalid value encountered in true_divide
c /= stddev[None, :]
This appears to be related to np.corrcoef(self.expression_matrix), i.e. there is something in my input counts matrix that means numpy cannot generate a proper correlation matrix.
I'm supplying a matrix of tissue aware normalised counts (using YARN).
Does PANDA expect normalised counts, TPMs, log2 counts?
Cheers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels