Skip to content

Commit

Permalink
Added batch correction to the analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
aretaon committed Feb 23, 2024
1 parent 09aeef0 commit e40616b
Show file tree
Hide file tree
Showing 12 changed files with 340 additions and 22 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ cython_debug/
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.idea/

### Python Patch ###
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
Expand All @@ -184,5 +184,4 @@ poetry.toml
# LSP config files
pyrightconfig.json

# End of https://www.toptal.com/developers/gitignore/api/jupyternotebooks,python

# End of https://www.toptal.com/developers/gitignore/api/jupyternotebooks,python
352 changes: 333 additions & 19 deletions 01_ap-ms.ipynb

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions 02_importomics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,12 @@
"source": [
"import re\n",
"\n",
"import matplotlib\n",
"import matplotlib.pyplot as plt\n",
"\n",
"matplotlib.rcParams[\"pdf.fonttype\"] = 42\n",
"matplotlib.rcParams[\"ps.fonttype\"] = 42\n",
"\n",
"import numpy as np\n",
"import pandas as pd\n",
"import seaborn as sns\n",
Expand Down
Binary file modified apms_fig1.pdf
Binary file not shown.
Binary file modified apms_fig2.pdf
Binary file not shown.
Binary file modified apms_fig3.pdf
Binary file not shown.
Binary file modified apms_fig4.pdf
Binary file not shown.
Binary file modified importomics_fig1.pdf
Binary file not shown.
Binary file modified importomics_fig2.pdf
Binary file not shown.
Binary file modified importomics_fig3.pdf
Binary file not shown.
Binary file modified importomics_fig4.pdf
Binary file not shown.
Binary file modified importomics_fig5.pdf
Binary file not shown.

0 comments on commit e40616b

Please sign in to comment.