mudata icon indicating copy to clipboard operation
mudata copied to clipboard

Semantic API identifier for axes

Open gtca opened this issue 1 year ago • 0 comments

Following https://github.com/scverse/anndata/issues/1245, it makes sense to allow axis labels in MuData:

axis: Literal[0, 1, 'obs', 'var']

or, when creating an object with both axes shared,

axis: Literal[0, 1, 'obs', 'var', -1]

gtca avatar Feb 01 '24 12:02 gtca