diff --git a/docs/posts/methods.md b/docs/posts/methods.md index 907e6f8d..71c17dcb 100644 --- a/docs/posts/methods.md +++ b/docs/posts/methods.md @@ -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