aertslab / SCENICprotocol

A scalable SCENIC workflow for single-cell gene regulatory network analysis
GNU General Public License v3.0
138 stars 62 forks source link

TypeError: void() takes exactly 1 positional argument (0 given) #79

Open clg12 opened 1 year ago

clg12 commented 1 year ago

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: 'ClusterID', 'Clusterings', 'Embedding', 'Embeddings_X', 'Embeddings_Y', 'Louvain_clusters_Scanpy', 'Percent_mito', 'RegulonsAUC', 'nGene', 'nUMI'

qianxu05172019 commented 7 months ago

I encountered the same error, any update on this?