Skip to content

Commit ea19456

Browse files
committed
improve notebook documentation
1 parent d477639 commit ea19456

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

nbs/99_manuscript/coefs_comp/08_10-gtex_whole_blood-gene_pairs00.ipynb

+8-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tags": []
3232
},
3333
"source": [
34-
"It selects a set of specific gene pairs from a tissue, and checks if relationship are replicated on other tissues.\n",
34+
"It selects a set of specific gene pairs from a tissue, and checks if the relationship is replicated on other tissues.\n",
3535
"It also uses GTEx metadata (such as sex) to explain relationships."
3636
]
3737
},
@@ -3774,7 +3774,13 @@
37743774
],
37753775
"metadata": {
37763776
"jupytext": {
3777-
"cell_metadata_filter": "all,-execution,-papermill,-trusted"
3777+
"cell_metadata_filter": "all,-execution,-papermill,-trusted",
3778+
"notebook_metadata_filter": "-jupytext.text_representation.jupytext_version",
3779+
"text_representation": {
3780+
"extension": ".py",
3781+
"format_name": "percent",
3782+
"format_version": "1.3"
3783+
}
37783784
},
37793785
"kernelspec": {
37803786
"display_name": "Python 3 (ipykernel)",

nbs/99_manuscript/coefs_comp/py/08_10-gtex_whole_blood-gene_pairs00.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# # Description
1818

1919
# %% [markdown] tags=[]
20-
# It selects a set of specific gene pairs from a tissue, and checks if relationship are replicated on other tissues.
20+
# It selects a set of specific gene pairs from a tissue, and checks if the relationship is replicated on other tissues.
2121
# It also uses GTEx metadata (such as sex) to explain relationships.
2222

2323
# %% [markdown] tags=[]

0 commit comments

Comments
 (0)