Skip to content

Commit

Permalink
99_manuscript/coefs_comp: run notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondp committed Sep 11, 2023
1 parent b363465 commit f90c0b0
Show file tree
Hide file tree
Showing 8 changed files with 3,471 additions and 855 deletions.
375 changes: 267 additions & 108 deletions nbs/99_manuscript/coefs_comp/08_00-gtex_whole_blood-general_plots.ipynb

Large diffs are not rendered by default.

1,722 changes: 1,353 additions & 369 deletions nbs/99_manuscript/coefs_comp/08_05-gtex_whole_blood-intersections_plots.ipynb

Large diffs are not rendered by default.

1,436 changes: 1,319 additions & 117 deletions nbs/99_manuscript/coefs_comp/08_10-gtex_whole_blood-gene_pairs00.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# jupyter:
# jupytext:
# cell_metadata_filter: all,-execution,-papermill,-trusted
# notebook_metadata_filter: -jupytext.text_representation.jupytext_version
# text_representation:
# extension: .py
# format_name: percent
# format_version: '1.3'
# jupytext_version: 1.11.5
# kernelspec:
# display_name: Python 3 (ipykernel)
# language: python
Expand Down Expand Up @@ -44,7 +44,7 @@
# this is used for the cumulative histogram
GENE_PAIRS_PERCENT = 0.70

# %%
# %% tags=[]
CLUSTERMATCH_LABEL = "CCC"
PEARSON_LABEL = "Pearson"
SPEARMAN_LABEL = "Spearman"
Expand Down Expand Up @@ -179,10 +179,10 @@
# %% [markdown] tags=[]
# # Create final figure

# %%
# %% tags=[]
from svgutils.compose import Figure, SVG, Panel, Text

# %%
# %% tags=[]
Figure(
"643.71cm",
"427.66cm",
Expand Down Expand Up @@ -210,7 +210,7 @@
).move(0, 220),
).save(OUTPUT_FIGURE_DIR / "dist-main.svg")

# %% [markdown]
# %% [markdown] tags=[]
# Now open `dist-main.svg`, reside to fit drawing to page, and add a white rectangle to the background.

# %%
# %% tags=[]
Loading

0 comments on commit f90c0b0

Please sign in to comment.