clg12
clg12
When I load the f_final_loom into a `scanpy.AnnData` object, I get the following error. `adata.obs.drop(['Embedding','Embeddings_X','Embeddings_Y','RegulonsAUC'],axis=1,inplace=True)` TypeError: void() takes exactly 1 positional argument (0 given) And the content of obs: obs:...
The following error occurs when I import the required package: `from pencil import *` ImportError Traceback (most recent call last) Cell In[24], [line 1](vscode-notebook-cell:?execution_count=24&line=1) ----> [1](vscode-notebook-cell:?execution_count=24&line=1) from pencil import *...