theislab / sfaira

data and model repository for single-cell data
https://sfaira.readthedocs.io
BSD 3-Clause "New" or "Revised" License
134 stars 11 forks source link

move section of cellxgene export adapter concerning var from streamline_obs_uns() to streamline_var() #718

Open le-ander opened 1 year ago

le-ander commented 1 year ago

Dataset.streamline_obs_uns(schema="sfaira")runs out of the box, but Dataset.streamline_obs_uns(schema="cellxgene") currently requires that Dataset.streamline_var(schema="cellxgene") is executed beforehand. this is unintuitive.