Skip to content

Commit

Permalink
Merge branch 'documentation' of github.com:pachterlab/voyager into do…
Browse files Browse the repository at this point in the history
…cumentation
  • Loading branch information
lambdamoses committed May 16, 2024
2 parents ba0650e + 0e63ebf commit 4dc795a
Show file tree
Hide file tree
Showing 32 changed files with 1,595 additions and 1,591 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": "bb1f4e19",
"id": "571b825d",
"metadata": {},
"source": [
"---\n",
Expand All @@ -26,7 +26,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "fa3e63ba",
"id": "acbd8cd8",
"metadata": {
"tags": [
"remove_cell"
Expand All @@ -44,7 +44,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "794f5c1c",
"id": "427c2ffe",
"metadata": {
"eval": false,
"tags": [
Expand Down Expand Up @@ -85,7 +85,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "bd8f8cdf",
"id": "29f8a641",
"metadata": {
"lines_to_next_cell": 0,
"name": "setup"
Expand All @@ -103,7 +103,7 @@
},
{
"cell_type": "markdown",
"id": "c10e4bc2",
"id": "60e8af72",
"metadata": {},
"source": [
"## Downloading the data\n",
Expand All @@ -116,7 +116,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "f956cca4",
"id": "769f075d",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -128,7 +128,7 @@
},
{
"cell_type": "markdown",
"id": "87d3192c",
"id": "bc1f537f",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -141,7 +141,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "38eed80a",
"id": "c120f2e2",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -156,7 +156,7 @@
},
{
"cell_type": "markdown",
"id": "2a4bfb34",
"id": "159acdcc",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -167,7 +167,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "73e15f5c",
"id": "b2a707a8",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -180,7 +180,7 @@
},
{
"cell_type": "markdown",
"id": "81569fc6",
"id": "6f4b0bbe",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -192,7 +192,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "13c8cd75",
"id": "ce15cdc0",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -210,7 +210,7 @@
},
{
"cell_type": "markdown",
"id": "4d1d51a2",
"id": "e88da80c",
"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": "ee33fad2",
"id": "5dc9f63e",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -234,7 +234,7 @@
},
{
"cell_type": "markdown",
"id": "2e753f8b",
"id": "6c9219d6",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -245,7 +245,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7dcba1f2",
"id": "001f2829",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -261,7 +261,7 @@
},
{
"cell_type": "markdown",
"id": "1fc9b1d0",
"id": "84dc4429",
"metadata": {
"lines_to_next_cell": 0
},
Expand All @@ -272,7 +272,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a97797af",
"id": "452e4afb",
"metadata": {},
"outputs": [],
"source": [
Expand Down
Loading

0 comments on commit 4dc795a

Please sign in to comment.