Skip to content

Commit

Permalink
Remove some TODOs
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Nov 14, 2023
1 parent 64cdabb commit 43652ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
8 changes: 0 additions & 8 deletions jupyter-book/air_repertoire/ir_profiling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2634,14 +2634,6 @@
"adata_bcr.obs.head()"
]
},
{
"cell_type": "markdown",
"id": "af90f8bf",
"metadata": {},
"source": [
"TODO downsampling for faster runs => depends on what to show in future chapters => not done yet"
]
},
{
"cell_type": "markdown",
"id": "5e729d42",
Expand Down
6 changes: 3 additions & 3 deletions jupyter-book/air_repertoire/multimodal_integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@
"id": "df125d78",
"metadata": {},
"source": [
"! wget -O $path_bcr_input -nc # todo file link https://figshare.com/ndownloader/files/35574338"
"! wget -O $path_bcr_input -nc https://figshare.com/ndownloader/files/35574338"
]
},
{
"cell_type": "markdown",
"id": "d562d189",
"metadata": {},
"source": [
"! wget -O $path_bcr_input -nc # todo file link https://figshare.com/ndownloader/files/35574338"
"! wget -O $path_bcr_input -nc https://figshare.com/ndownloader/files/35574338"
]
},
{
Expand Down Expand Up @@ -2443,7 +2443,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.11.5"
},
"vscode": {
"interpreter": {
Expand Down
4 changes: 1 addition & 3 deletions jupyter-book/cellular_structure/clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@
"id": "504c02ab-3614-430e-a6a7-deea6d9872d8",
"metadata": {},
"source": [
"The Leiden algorithm leverages a KNN graph on the reduced expression space. We can calculate the KNN graph on a lower-dimensional gene expression representation with the scanpy function `sc.pp.neighbors`. We call this function on the top 30 principal-components as these capture most of the variance in the dataset (see Preprocessing chapter TODO LINK THIS LATER). \n",
"\n",
"Visualizing the clustering can help us to understand the results, we therefore embed our cells into a UMAP embedding. More information on UMAP visualizations can be found in the visualization section. TODO LINK THIS LATER"
"The Leiden algorithm leverages a KNN graph on the reduced expression space. We can calculate the KNN graph on a lower-dimensional gene expression representation with the scanpy function `sc.pp.neighbors`. We call this function on the top 30 principal-components as these capture most of the variance in the dataset. Visualizing the clustering can help us to understand the results, we therefore embed our cells into a UMAP embedding. More details can be found in the {ref}`pre-processing:dimensionality-reduction` chapter."
]
},
{
Expand Down
2 changes: 0 additions & 2 deletions jupyter-book/surface_protein/quality_control.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
},
"outputs": [],
"source": [
"# ToDo adjust this\n",
"rna = sc.read_10x_h5(\n",
" filename=\"rna_filtered_feature_bc_matrix.h5\",\n",
" backup_url=\"https://figshare.com/ndownloader/files/39546196\",\n",
Expand Down Expand Up @@ -196,7 +195,6 @@
}
],
"source": [
"# ToDo adjust this\n",
"rna_raw = sc.read_10x_h5(\n",
" filename=\"rna_raw_feature_bc_matrix.h5\",\n",
" backup_url=\"https://figshare.com/ndownloader/files/39546217\",\n",
Expand Down

0 comments on commit 43652ed

Please sign in to comment.