Skip to content

Commit

Permalink
🎨 add explicit target and link to processing notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
enryH committed Feb 18, 2025
1 parent 7ea8191 commit 4236936
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api_examples/enrichment_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"metadata": {},
"source": [
"# Load processed data\n",
"from our repository. See details on obtaining the data under the example data section."
"from our repository. See details on obtaining the data under the example data section.\n",
"[nb-ref](nb_ref_ovarian_data)"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions docs/api_examples/enrichment_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
# %% [markdown]
# # Load processed data
# from our repository. See details on obtaining the data under the example data section.
# [nb-ref](nb_ref_ovarian_data)

# %%
df_omics = pd.read_csv(omics, index_col=0)
Expand Down
1 change: 1 addition & 0 deletions docs/api_examples/ovarian_cancer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"id": "d61c8f55",
"metadata": {},
"source": [
"(nb_ref_ovarian_data)=\n",
"# Download from journal (ovarian cancer proteome)\n",
"Download the ovarian cancer proteome data from the journal's website. It was\n",
"provided as supplementary data. See the article here:\n",
Expand Down
1 change: 1 addition & 0 deletions docs/api_examples/ovarian_cancer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# %% [markdown]
# (nb_ref_ovarian_data)=
# # Download from journal (ovarian cancer proteome)
# Download the ovarian cancer proteome data from the journal's website. It was
# provided as supplementary data. See the article here:
Expand Down

0 comments on commit 4236936

Please sign in to comment.