support loading arbitrary layouts
See original GitHub issuecurrently, cellxgene launch
allows the user to select from the standard layouts that scanpy uses, each of which is stored in .obsm
and prefaced with X_
.
If a user has another layout (e.g. spatial), they cannot load it into cellxgene.
suggested change: allow the user to use any layout stored in an .obsm
key with the syntax X_<layout>
preferred UX:
- let user pass layout to use into CLI
- if requested layout does not exist or no layout is passed in, inspect file and give user prompt with available layouts
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Absolutely Positioned Layout Exercise - Nicholas Johnson
Exercise - Arbitrary layout. Create an html file and linked stylesheet; Add four divs to the page. Put text inside each of the...
Read more >Placing items in a grid layout with arbitrary width, but defined ...
I was originally using an HTML table but found that to be inflexible, so I have started using CSS Grid. With CSS Grid...
Read more >Exploit protection reference | Microsoft Learn
Arbitrary code guard protects an application from executing dynamically generated code (code that is not loaded, for example, from the exe ...
Read more >What combination of engine, format and packages can ...
What combination of TeX engine, format and packages can provide for arbitrary single page layout of precise regions of different attributes?
Read more >Layout section storage plugins should be loaded based on a ...
Normally, they would do this by either being given a "section storage ID" -- an arbitrary string identifying where the layout sections are ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Open to discussion (lots of reasonable interpretations here).
Unless specified by the user, I would try and default to (take the first one available):
X_umap
>X_tsne
>X_pca
Clarifying from discussion with @sidneymbell - the defaults above are for selecting a layout to display by default (ie, without any user input), not which layouts are available for user-selection.