Using both my own and following the example multiomic script, when I type in the line
atac_meta_ad, rna_meta_ad = SEACells.genescores.prepare_multiome_anndata(atac_ad, rna_ad, SEACells_label='SEACell')
I get the error message:
AttributeError: module 'SEACells' has no attribute 'genescores'
Have tried in Python 3.11, 3.9, and 3.8