Skip to content

Commit

Permalink
Update mnsf-tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yiwang12 authored Oct 2, 2024
1 parent e7916e7 commit 4f1960c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tutorial/mnsf-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ hmkw = {"figsize": (4, 4), "bgcol": "white", "subplot_space": 0.1, "marker": "s"
fig, axes = visualize.multiheatmap(list_D[0]["X"], Fplot, (1, 2), cmap="RdBu", **hmkw)
```

![Alt text](image.png)


Let's break this down:

1. `Fplot = misc.t2np(list_fit[0].sample_latent_GP_funcs(list_D[0]["X"], S=3, chol=False)).T`:
Expand Down Expand Up @@ -314,4 +317,4 @@ As with any computational method, it's important to critically evaluate the resu

By leveraging the power of mNSF, you can gain new insights into the spatial organization of gene expression across multiple samples, potentially revealing complex patterns of tissue organization and function that may not be apparent from single-sample analyses.

![Alt text](image.png)

0 comments on commit 4f1960c

Please sign in to comment.