You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2025. It is now read-only.
It's confusing which dataset is stored -- .data or .data_original. It's much simpler to have a single dataframe for the user to itneract with, and then they'll know for sure which one gets saved. Right now, for study.expression, study.expression.data_original gets saved when you do study.save() but study.metadata.data does for metadata... it's confusing and easier to just assume the user has filtered their data exactly how they want already.