Traceback (most recent call last):
File "/corral4/main/jobs/073/295/73295948/configs/tmptxnxjk25", line 10, in <module>
adata.var = adata.vars.drop(columns=['mito', 'n_cells_by_counts', 'mean_counts', 'log1p_mean_counts', 'pct_dropout_by_counts', 'total_counts', 'log1p_total_counts', 'n_counts', 'n_cells', 'highly_variable', 'means', 'dispersions', 'dispersions_norm', 'mean', 'std'])
^^^^^^^^^^
AttributeError: 'AnnData' object has no attribute 'vars'. Did you mean: 'var'?
I try to remove the fields in vars to conact mutianndata and is shows error, i wonder if there is other tools to help?Or how it be fixed