Skip to content

Commit 243ac7b

Browse files
committed
Merge branch 'documentation-devel' of https://github.com/pachterlab/voyager into documentation-devel
2 parents c4c7af6 + 93430c7 commit 243ac7b

33 files changed

+2301
-1669
lines changed

vignettes/bivariate.ipynb

+49-49
Large diffs are not rendered by default.

vignettes/create_sfe.ipynb

+45-45
Large diffs are not rendered by default.

vignettes/create_sfe_v2.ipynb

+18-18
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "raw",
5-
"id": "62241833",
5+
"id": "ed9ca59d",
66
"metadata": {},
77
"source": [
88
"---\n",
@@ -26,7 +26,7 @@
2626
{
2727
"cell_type": "code",
2828
"execution_count": null,
29-
"id": "12f59014",
29+
"id": "d47df1d5",
3030
"metadata": {
3131
"tags": [
3232
"remove_cell"
@@ -44,7 +44,7 @@
4444
{
4545
"cell_type": "code",
4646
"execution_count": null,
47-
"id": "42294863",
47+
"id": "79c36525",
4848
"metadata": {
4949
"eval": false,
5050
"tags": [
@@ -85,7 +85,7 @@
8585
{
8686
"cell_type": "code",
8787
"execution_count": null,
88-
"id": "ecbd6d2e",
88+
"id": "5bd0dc50",
8989
"metadata": {
9090
"lines_to_next_cell": 0,
9191
"name": "setup"
@@ -103,7 +103,7 @@
103103
},
104104
{
105105
"cell_type": "markdown",
106-
"id": "ba16a4b7",
106+
"id": "7ab22a2d",
107107
"metadata": {},
108108
"source": [
109109
"## Downloading the data\n",
@@ -116,7 +116,7 @@
116116
{
117117
"cell_type": "code",
118118
"execution_count": null,
119-
"id": "9e6181ae",
119+
"id": "be65f604",
120120
"metadata": {
121121
"lines_to_next_cell": 0
122122
},
@@ -128,7 +128,7 @@
128128
},
129129
{
130130
"cell_type": "markdown",
131-
"id": "2bc5040c",
131+
"id": "5f2629c8",
132132
"metadata": {
133133
"lines_to_next_cell": 0
134134
},
@@ -141,7 +141,7 @@
141141
{
142142
"cell_type": "code",
143143
"execution_count": null,
144-
"id": "52840d13",
144+
"id": "f37de923",
145145
"metadata": {
146146
"lines_to_next_cell": 0
147147
},
@@ -156,7 +156,7 @@
156156
},
157157
{
158158
"cell_type": "markdown",
159-
"id": "e9536c59",
159+
"id": "a81d87de",
160160
"metadata": {
161161
"lines_to_next_cell": 0
162162
},
@@ -167,7 +167,7 @@
167167
{
168168
"cell_type": "code",
169169
"execution_count": null,
170-
"id": "b1d8d80e",
170+
"id": "fb013d79",
171171
"metadata": {
172172
"lines_to_next_cell": 0
173173
},
@@ -180,7 +180,7 @@
180180
},
181181
{
182182
"cell_type": "markdown",
183-
"id": "c491580d",
183+
"id": "5152c5ac",
184184
"metadata": {
185185
"lines_to_next_cell": 0
186186
},
@@ -192,7 +192,7 @@
192192
{
193193
"cell_type": "code",
194194
"execution_count": null,
195-
"id": "7267326c",
195+
"id": "7f524156",
196196
"metadata": {
197197
"lines_to_next_cell": 0
198198
},
@@ -210,7 +210,7 @@
210210
},
211211
{
212212
"cell_type": "markdown",
213-
"id": "10929774",
213+
"id": "ee22ae7f",
214214
"metadata": {},
215215
"source": [
216216
"Here, spot locations are provided as a CSV file. There are two columns of particular interest, namely `xcoord` and `ycoord`. The barcode column corresponds to the barcodes in the count matrix. Before calling the `SpatialFeatureExperiment` constructor, the spatial coordinates must be converted to a `sf` data frame using `df2sf()`. The coordinates are centroid positions, so we will indicate that `geometryType=\"POINT\"`. "
@@ -219,7 +219,7 @@
219219
{
220220
"cell_type": "code",
221221
"execution_count": null,
222-
"id": "48a228ee",
222+
"id": "8fc94437",
223223
"metadata": {
224224
"lines_to_next_cell": 0
225225
},
@@ -234,7 +234,7 @@
234234
},
235235
{
236236
"cell_type": "markdown",
237-
"id": "75478084",
237+
"id": "56ab252c",
238238
"metadata": {
239239
"lines_to_next_cell": 0
240240
},
@@ -245,7 +245,7 @@
245245
{
246246
"cell_type": "code",
247247
"execution_count": null,
248-
"id": "bfd0ce1f",
248+
"id": "58f91261",
249249
"metadata": {
250250
"lines_to_next_cell": 0
251251
},
@@ -261,7 +261,7 @@
261261
},
262262
{
263263
"cell_type": "markdown",
264-
"id": "930e6acc",
264+
"id": "9226c1b0",
265265
"metadata": {
266266
"lines_to_next_cell": 0
267267
},
@@ -272,7 +272,7 @@
272272
{
273273
"cell_type": "code",
274274
"execution_count": null,
275-
"id": "d6c5cf12",
275+
"id": "e6924994",
276276
"metadata": {},
277277
"outputs": [],
278278
"source": [

0 commit comments

Comments
 (0)