From 8535664e9c8db9a55815a7049c22108db5ff2097 Mon Sep 17 00:00:00 2001 From: Sidney Bell Date: Fri, 22 Nov 2019 11:26:55 -0800 Subject: [PATCH] Typo --- docs/posts/methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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