Giter Site home page Giter Site logo

d3b-center / d3b-ot-pdx-tumor-only-processing Goto Github PK

View Code? Open in Web Editor NEW
0.0 6.0 0.0 270 KB

Open Targets Tumor-only + PDX processing pipelines. Mostly a port over of the pipelines from https://cgc.sbgenomics.com/public/apps/q?search=pdx

License: Apache License 2.0

Dockerfile 0.03% Jupyter Notebook 1.51% Common Workflow Language 98.38% Python 0.08%

d3b-ot-pdx-tumor-only-processing's Introduction

Open Targets PDX Processing Pipelines

This repo contains code and information related to the processing of DNA and RNA data from patient-derived xenografts (PDX).

DNA Workflows

Simply ported over from the Seven Bridges Cancer Genomics Cloud (SB CGC), PDX WES Tumor-Only (Xenome) with Variant Calling, MSI, and TMB scores.

Overview

This workflow takes reads generated from a PDX model and performs variant calling as well as calculates microsatellite instability (MSI) and tumor mutation burden (TMB). It was developed by Jackson Labs and implemented using common workflow language (CWL). Open Targets group has ported over this workflow code into the Seven Bridges Cavatica environment, the source if which can be found in pdx-wes-tumor-only.cwl. A brief outline of what the workflow does, using fastq reads generated from the PDX:

  1. Run QC check on reads using FastQC
  2. Filter out mouse contaminants using xenome tool
  3. Align to reference (default hg38)
  4. Run alignment QC using picard metrics
  5. Call variants with Mutect2
  6. Calculate microsatellite instability (MSI)
  7. Calculate tumor mutation burden (TMB)
  8. Summarize results

Detailed documentation, including specific reference inputs, generated by the authors can be found here

RNA Workflows

Currently two workflows are present as we are comparing their relative efficacy.

JAX PDX RNAseq Worfklow Overview

As above, the first was developed by Jackson labs and ported over from SB CGC PDX RNA Expression Estimation Workflow. Open Targets group has ported over this workflow code into the Seven Bridges Cavatica environment, the source if which can be found in pdx-rna-tumor-only.cwl. A brief outline of what the workflow does, using fastq reads generated from the PDX:

  1. Run QC check on reads using FastQC
  2. Filter out mouse contaminants using xenome tool
  3. Use RSEM to align reads (via STAR one-pass) to reference (default GRCh38, gene model ENSEMBL91) and quantify expression
  4. Run Somalier to generate inputs for relatedness calculations

Detailed documentation, including specific reference inputs, generated by the authors can be found here

Modified Kids First Workflow Overview

The second workflow being compared is from the Kids First Data Resource Center (KFDRC) This workflow has been modified to add xenome filtering up front, but the rest remains the same. It has the added benefit of also performing fusion calling. Open Targets group has ported over this workflow code into the Seven Bridges Cavatica environment, the source if which can be found in workflows/kfdrc-pdx-RNAseq-workflow.cwl.

A brief outline of what the workflow does, using fastq reads generated from the PDX:

  1. Quantify expression with kallisto
  2. Align using STAR two pass against reference (default GENCODE 27, a GRCh38 reference)
  3. Call fusions using STAR-Fusion and arriba
  4. Collate and filter fusions using annofuse
  5. Additionally quantify expression using RSEM

Detailed documentation, including specific reference inputs, generated by the authors can be found here

PDX data from the paper "Genomic Profiling of Childhood Tumor Patient-Derived Xenograft Models to Enable Rational Clinical Trial Design", DOI: https://doi.org/10.1016/j.celrep.2019.09.071 are here as well as workflows used

d3b-ot-pdx-tumor-only-processing's People

Contributors

migbro avatar

Watchers

Allison Heath avatar Yuankun Zhu avatar Natasha Singh avatar  avatar  avatar  avatar

d3b-ot-pdx-tumor-only-processing's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.