Jan

Results 4 comments of Jan

Hi, the `tc.tl.annotate` with `method='OT'` indeed calls `tc.tl.annotate_OT` internally (actually with an internal version of it). But before it does so, it does extra things, like wrapping it with additional...

Thanks for the quick response! I am gonna argue a bit for the pandas series :) My immediate use case is serializing a mapping between coarse and fine categories which...

Hi @LeonHafner we are thinking about an ARM release currently. If you want to use it in the meantime on an Apple Silicon machine, you can try the conda-Rosetta2 setup:...

Hi, sorry for the late reply. TACCO writes the reference profiles into `adata_reference.varm`, in case they are not found there already. https://github.com/simonwm/tacco/blob/87252c6ffcf5f616ffbf167a8d4d34bb8d86d276/tacco/tools/_annotate.py#L734 Meaning, you can write reference profiles into this...