Skip to content

Commit

Permalink
deploy: ef4c415
Browse files Browse the repository at this point in the history
  • Loading branch information
sarajimenez committed Nov 7, 2024
1 parent e9f1447 commit 0b98fa3
Show file tree
Hide file tree
Showing 72 changed files with 1,579 additions and 4,604 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
79 changes: 0 additions & 79 deletions _sources/session-1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@
"Install all packages for the tutorial"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "fa6fa7cf",
"metadata": {},
"outputs": [],
"source": [
"!pip install scanpy scrublet"
]
},
{
"cell_type": "code",
"execution_count": 37,
Expand All @@ -68,75 +58,6 @@
"import scrublet as scr\n"
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "a3a2cf51",
"metadata": {},
"source": [
"# Set project file paths \n",
"\n",
"Let us set up the connection with Google Drive"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "16f798c5",
"metadata": {},
"outputs": [],
"source": [
"from google.colab import drive\n",
"drive.mount('/content/drive')"
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "85a97d70",
"metadata": {},
"source": [
"We set up the file paths to the respective directories."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "205a5ade",
"metadata": {},
"outputs": [],
"source": [
"file_path = '/content/drive/My Drive/' #this is the file path to your google drive (main directory)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8521c899",
"metadata": {},
"outputs": [],
"source": [
"os.listdir(file_path) #shows all files in file_path"
]
},
{
"cell_type": "markdown",
"id": "ec00f7a2",
"metadata": {},
"source": [
"The data directory contains all processed data and `anndata` files. "
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "1dd6302a",
"metadata": {},
"outputs": [],
"source": [
"data_dir = file_path + 'GSCN_workshop_2024/Data/' "
]
},
{
"cell_type": "markdown",
"id": "2970f5d6",
Expand Down
Loading

0 comments on commit 0b98fa3

Please sign in to comment.