mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 11:08:12 +08:00
Support diffmap and phate layouts. Explicitly handle embeddings with >2 components. (#662)
* Add diffmap and phate to supported embeddings * Explicitly pull the first two components of any given layout
This commit is contained in:
@@ -16,7 +16,7 @@ from server.app.util.utils import custom_format_warning
|
||||
@click.option(
|
||||
"--layout",
|
||||
"-l",
|
||||
type=click.Choice(["umap", "tsne", "draw_graph_fa", "draw_graph_fr"]),
|
||||
type=click.Choice(["umap", "tsne", "draw_graph_fa", "draw_graph_fr", "diffmap", "phate"]),
|
||||
default="umap",
|
||||
show_default=True,
|
||||
help="Method for layout."
|
||||
|
||||
Reference in New Issue
Block a user