Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Analyses related to Reardon et al. 2021, Integrating molecular profiles into clinical frameworks through the Molecular Oncology Almanac to prospectively guide precision oncology

License

Notifications You must be signed in to change notification settings

vanallenlab/moalmanac-paper

Repository files navigation

Molecular Oncology Almanac Paper

Analyses for the Molecular Oncology Almanac publication. Some common code used by multiple notebooks, mostly style preferences for figures, can be found in common/. All figures produced in this repository can be found in figures/ and tables under tables/.

This repository is being set to "archived" to be read only.

Installation

Code in this repository uses Python 3.7 and there is one R script in analyses/knowledge-bases/. The R script contains the package installation. For Python, we recommend using a virtual environment and running Python with either Anaconda or Miniconda. After installing Anaconda or Miniconda, you can set up by running

conda create -y -n moalmanac-paper python=3.7
conda activate moalmanac-paper
pip install -r requirements.txt
ipython kernel install --user --name=moalmanac-paper

Setting font to arial

Several notebooks in this repository change the default font to Arial. The following command is used to install Arial as a font option for matplotlib,

conda install -n moalmanac-paper -c conda-forge mscorefonts

Afterwards, you will have to edit your matplotlibrc file for your jupyter notebook to uncomment line 207 and change Arial to the first item. For me on a macbook pro, this file was located here: /Users/brendan/opt/miniconda3/envs/moalmanac-paper/lib/python3.7/site-packages/matplotlib/mpl-data/matplotlibrc. This guide from the Fowler lab was used to change font preferences with matplotlib.

Citation

Please cite our paper if using any information or code from this repository

Reardon, B., Moore, N.D., Moore, N.S., et al. Integrating molecular profiles into clinical frameworks through the Molecular Oncology Almanac to prospectively guide precision oncology. Nat Cancer (2021). https://doi.org/10.1038/s43018-021-00243-3

You can also see prior iterations of this work from AACR abstracts over the years,

About

Analyses related to Reardon et al. 2021, Integrating molecular profiles into clinical frameworks through the Molecular Oncology Almanac to prospectively guide precision oncology

Topics

Resources

License

Stars

Watchers

Forks