You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been getting this error TypeError: Must supply at least one delayed object when running adjacencies = grnboost2(ex_matrix, tf_names=hs_tfs_list, verbose=True)
ex_matrix is defined as:
ex_matrix = pd.DataFrame(combined_adata.X, index=combined_adata.obs_names, columns=combined_adata.var_names)
hs_tfs_list is a list pulled from motifs-v9-nr.hgnc-m0.001-o0.0.tbl
I've tried uninstall and reinstalling dask based on suggestions from the Github Issues forum.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Been getting this error
TypeError: Must supply at least one delayed object
when runningadjacencies = grnboost2(ex_matrix, tf_names=hs_tfs_list, verbose=True)
ex_matrix is defined as:
ex_matrix = pd.DataFrame(combined_adata.X, index=combined_adata.obs_names, columns=combined_adata.var_names)
hs_tfs_list is a list pulled from motifs-v9-nr.hgnc-m0.001-o0.0.tbl
I've tried uninstall and reinstalling dask based on suggestions from the Github Issues forum.
Here is my pip freeze:
Beta Was this translation helpful? Give feedback.
All reactions