vanallenlab / moalmanac

Molecular Oncology Almanac, a clinical interpretation algorithm paired with a novel underlying knowledge base for precision cancer medicine

Home Page:https://moalmanac.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Molecular Oncology Almanac

Molecular Oncology Almanac is a clinical interpretation algorithm for cancer genomics to annotate and evaluate whole-exome and transcriptome genomic data from individual patient samples. Specifically, Molecular Oncology Almanac can:

  • Identify mutations and genomic features related to therapeutic sensitivity and resistance and of prognostic relevance.
  • Annotate somatic and germline variants based on their presence in several datasources.
  • Sort and evaluate somatic mutations from single nucleotide variants, insertions and deletions, copy number alterations, and fusions based on clinical and biological relevance.
  • Integrate data types to observe which genes have been altered in both the somatic and germline setting.
  • Extract and evaluate germline mutations relevant to adult and hereditary cancers.
  • Identify overlap between somatic variants observed from both DNA and RNA, or any other source of validation sequencing.
  • Identify somatic and germline variants that may be related to microsatellite stability.
  • Calculate coding mutational burden and compare your patient to TCGA.
  • Identify genomic features that may be related to one another.
  • Create portable web-based actionability reports, summarizing clinically relevant findings.

You can view additional documentation, including descriptions of inputs and outputs, within the docs folder of this repository.

Getting Molecular Oncology Almanac

The codebase is available for download through this GitHub repository, Dockerhub, and Terra. The method can also be run on Terra, without having to use Terra, by using our portal. Accessing Molecular Oncology Almanac through GitHub will require building some of the datasources but they are also contained in the Docker container.

Installation

Molecular Oncology Almanac is a Python application using Python 3.11. This application, datasources, and all dependencies are packaged on Docker and can be downloaded with the command

docker pull vanallenlab/moalmanac

Alternatively, the package can be built from this GitHub repository. To download via GitHub,

git clone https://github.com/vanallenlab/moalmanac.git

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

Usage

Usage documentation can be found within the moalmanac/ directory of this repository.

How to contribute

Please follow our contribution instructions if you are interested in contributing to this project.

Citation

If you find this tool or any code herein useful, please cite:

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

Disclaimer - For research use only

DIAGNOSTIC AND CLINICAL USE PROHIBITED. DANA-FARBER CANCER INSTITUTE (DFCI) and THE BROAD INSTITUTE (Broad) MAKE NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT OR VALIDITY OF ANY INTELLECTUAL PROPERTY RIGHTS OR CLAIMS, WHETHER ISSUED OR PENDING, AND THE ABSENCE OF LATENT OR OTHER DEFECTS, WHETHER OR NOT DISCOVERABLE.

In no event shall DFCI or Broad or their Trustees, Directors, Officers, Employees, Students, Affiliates, Core Faculty, Associate Faculty and Contractors, be liable for incidental, punitive, consequential or special damages, including economic damages or injury to persons or property or lost profits, regardless of whether the party was advised, had other reason to know or in fact knew of the possibility of the foregoing, regardless of fault, and regardless of legal theory or basis. You may not download or use any portion of this program for any non-research use not expressly authorized by DFCI or Broad. You further agree that the program shall not be used as the basis of a commercial product and that the program shall not be rewritten or otherwise adapted to circumvent the need for obtaining permission for use of the program other than as specified herein.

About

Molecular Oncology Almanac, a clinical interpretation algorithm paired with a novel underlying knowledge base for precision cancer medicine

https://moalmanac.org/

License:GNU General Public License v2.0


Languages

Language:HTML 66.0%Language:Python 26.9%Language:Jupyter Notebook 6.2%Language:WDL 0.3%Language:Shell 0.2%Language:Dockerfile 0.2%Language:R 0.1%Language:CSS 0.0%