Skip to content

Commit

Permalink
Latest notebook update: Sun Jul 21 02:04:29 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated committed Jul 21, 2024
1 parent f0c2ac0 commit 2c66458
Show file tree
Hide file tree
Showing 32 changed files with 2,681 additions and 1,865 deletions.
98 changes: 49 additions & 49 deletions vignettes/bivariate.ipynb

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions vignettes/create_sfe.ipynb

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions vignettes/create_sfe_v2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "raw",
"id": "47dcb452",
"id": "832e3112",
"metadata": {},
"source": [
"---\n",
Expand All @@ -26,7 +26,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "87229ce9",
"id": "b72fe2d3",
"metadata": {
"tags": [
"remove_cell"
Expand All @@ -44,7 +44,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "3d26a83b",
"id": "280ab726",
"metadata": {
"eval": false,
"tags": [
Expand Down Expand Up @@ -85,7 +85,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "1fe2e796",
"id": "016fab2b",
"metadata": {
"lines_to_next_cell": 0,
"name": "setup"
Expand All @@ -103,7 +103,7 @@
},
{
"cell_type": "markdown",
"id": "7f60d31f",
"id": "5e3d980b",
"metadata": {},
"source": [
"## Downloading the data\n",
Expand All @@ -116,7 +116,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "aca5c05b",
"id": "171795d4",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -128,7 +128,7 @@
},
{
"cell_type": "markdown",
"id": "c3c6b0df",
"id": "8bd9c7cf",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -141,7 +141,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "0fcfb3ec",
"id": "b7b093ba",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -156,7 +156,7 @@
},
{
"cell_type": "markdown",
"id": "29cb4990",
"id": "ff9f7c7f",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -167,7 +167,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "d5d62109",
"id": "0aa70de4",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -180,7 +180,7 @@
},
{
"cell_type": "markdown",
"id": "2c84bb98",
"id": "72225db8",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -192,7 +192,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a268b5ea",
"id": "e27fca0b",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -210,7 +210,7 @@
},
{
"cell_type": "markdown",
"id": "db8a751f",
"id": "4111dd2e",
"metadata": {},
"source": [
"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\"`. "
Expand All @@ -219,7 +219,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "31510804",
"id": "0f72da46",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -234,7 +234,7 @@
},
{
"cell_type": "markdown",
"id": "de350c2a",
"id": "0e2cb269",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -245,7 +245,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "6498884c",
"id": "8e4b7920",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -261,7 +261,7 @@
},
{
"cell_type": "markdown",
"id": "c8df597f",
"id": "df06ef2c",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -272,7 +272,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "573392a4",
"id": "7959c8a3",
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading

0 comments on commit 2c66458

Please sign in to comment.