mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 12:47:56 +08:00
Typo
This commit is contained in:
@@ -12,7 +12,7 @@ Categorical (e.g., cluster labels) and continuous (e.g., pseudotime) metadata ar
|
||||
|
||||
### Embeddings
|
||||
|
||||
Cellxgene looks for embeddings (e.g., tSNE, UMAP, PCA, spatial coordinates) in `anndata.obsm`. These fields must follow the scanpy convention of starting with `X_`, e.g., `anndata.obsm['X_umap']`. If an embedding has more than two components, the first two will be used for visualization.
|
||||
cellxgene looks for embeddings (e.g., tSNE, UMAP, PCA, spatial coordinates) in `anndata.obsm`. These fields must follow the scanpy convention of starting with `X_`, e.g., `anndata.obsm['X_umap']`. If an embedding has more than two components, the first two will be used for visualization.
|
||||
|
||||
## Differential expression
|
||||
|
||||
|
||||
Reference in New Issue
Block a user