Skip to content

Commit

Permalink
Add view milo code
Browse files Browse the repository at this point in the history
  • Loading branch information
epartan authored Nov 19, 2024
1 parent 64ebf4f commit 6d6fa37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lessons/08_differential_abundance.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ milo <- Milo(sce)
# Store previously computed PCA and UMAP values
reducedDim(milo, "PCA") <- Embeddings(seurat_sub, reduction="pca")
reducedDim(milo, "UMAP") <- Embeddings(seurat_sub, reduction="umap")

milo
```

```
Expand Down

0 comments on commit 6d6fa37

Please sign in to comment.