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'