-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extend getMyLooms with metadats #15
Comments
I think it would be a good idea to do this: When a loom file is loaded, the backend checks for which attributes are available (i.e. regulon data, cluster markers etc.), this data is sent back to the frontend which then enables/disables the related tabs. Thoughts? |
yep, i would extend the getMyLooms function with some has.... booleans, that can steer the frontend accordingly (e.g. hasRegulonsAUC ) |
also include the metadata containing subsets (e.g. tSNE coordinates serrat/scenic) and clustering, ageing annotations |
partially resolved in 580017d |
fully resolved in f300c82 |
We have to deal and warn the user when loom files are invalid/corrupted or valid but don't have the extended version of the loom (e.g.: RegulonsAUC not present or any other attributes not present). How should we do this?
The text was updated successfully, but these errors were encountered: