Skip to content

Commit 084b9bf

Browse files
authored
Update (#417)
1 parent 87a8257 commit 084b9bf

File tree

2 files changed

+639
-5
lines changed

2 files changed

+639
-5
lines changed

docs/notebooks/spatial_data_mouseliver.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@
77
"tags": []
88
},
99
"source": [
10-
"# Interactive visualization of Lamin Artifacts using Vitessce"
10+
"# Interactive visualization of spatial single-cell data using Vitessce"
1111
]
1212
},
1313
{
1414
"cell_type": "markdown",
1515
"metadata": {},
1616
"source": [
17-
"This blog post explains how to create interactive visualizations of data that is accessible via Lamin Hub using [Vitessce](https://vitessce.io/).\n",
18-
"Vitessce is an open-source tool designed for interactive visualization of single-cell, spatial 'omics, and bioimaging datasets.\n",
17+
"This notebook explains how to create interactive visualizations of data that is accessible locally.\n",
1918
"\n",
2019
"\n",
21-
"In this post, we progress through different visualization tasks, first demonstrating how Vitessce facilitates integrated imaging and spatial single-cell visualizations, then demonstrating visualization of non-spatial and image-only datasets."
20+
"We progress through different visualization tasks, first demonstrating how Vitessce facilitates integrated imaging and spatial single-cell visualizations, then demonstrating visualization of non-spatial and image-only datasets."
2221
]
2322
},
2423
{
@@ -126,7 +125,9 @@
126125
"source": [
127126
"In this blog post, we perform basic data transformation tasks to save individual elements of an integrated SpatialData object to separate files in AnnData, OME-TIFF, and OME-Zarr formats.\n",
128127
"To perform these data transformations, we import the following dependencies.\n",
129-
"In general, you will typically not need to import all of these dependencies, either because you are only working with data in one of these formats, or because the data you intend to visualize is already saved to a file or directory."
128+
"In general, you will typically not need to import all of these dependencies, either because you are only working with data in one of these formats, or because the data you intend to visualize is already saved to a file or directory.\n",
129+
"\n",
130+
"Note: Dependencies such as `spatialdata` may need to be installed before they can be imported in the next code cell."
130131
]
131132
},
132133
{

0 commit comments

Comments
 (0)