Skip to content

Repository with notebook and slides for 2023 Cancer Genome Consortium workshop on the Molecular Oncology Almanac (moalmanac.org)

License

Notifications You must be signed in to change notification settings

vanallenlab/2023-cgc

Repository files navigation

Molecular Oncology Almanac workshop

This repository is a home for the Molecular Oncology Almanac's workshop at the 2023 Cancer Genomics Consortium conference. There are three files of interest in this repository,

Installation

To download this repository via GitHub you can execute from terminal,

git clone https://github.com/vanallenlab/2023-cgc.git

This repository uses Python 3.11 and 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 -n moalmanac python=3.11 -y
source activate moalmanac
pip install -r requirements.txt

The algorithm-demo.ipynb should be moved to and run from the algorithm's execution directory.

About Molecular Oncology Almanac

Molecular Oncology Almanac (MOAlmanac) is a clinical interpretation algorithm paired with an underlying knowledge base for precision oncology. The primary objective of MOAlmanac is to identify and associate molecular alterations with therapeutic sensitivity and resistance as well as disease prognosis. This is done for “first-order” genomic alterations -- individual events such as somatic variants, copy number alterations, fusions, and germline -- as well as “second-order” events -- those that are not associated with one single mutation, and may be descriptive of global processes in the tumor such as tumor mutational burden, microsatellite instability, mutational signatures, and whole-genome doubling. In addition to clinical insights, MOAlmanac will annotate and evaluate first-order events based on their presence in numerous other well established datasources as well as highlight connections between them. This method currently geared towards hg19/b37 reference files and whole-exome or targeted sequencing data.

This repository is specifically for the clinical interpretation method and there are several other resources within the Molecular Oncology Almanac ecosystem:

This method is also available on Docker and Terra.

Citation

If you use this method, please cite our publication:

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

About

Repository with notebook and slides for 2023 Cancer Genome Consortium workshop on the Molecular Oncology Almanac (moalmanac.org)

Topics

Resources

License

Stars

Watchers

Forks