Giter Site home page Giter Site logo

ompare's Introduction

Omics Patient Report

Authors: Pichai Raman
Komal S Rathi
Contact: [email protected]
Organization: D3B, CHOP
Status: This is "work in progress"
Date: 2024-09-16

Prerequisites

# install packages
Rscript code/install_pkgs.R

Input files

Instructions:

  • Create project folder under data/.
  • Keep the subdirectory names and file extensions consistent.
  • Run script to create and organize project folder:
Rscript create_project.R <path to project directory with all files>

# This should create a folder structure as shown below:

# Directory structure:
data/PNOC008
├── CNV
│   └── 8a03c927-7f37-4605-ba6e-73a885cade6c.CNVs
├── Clinical
│   └── patient_report.txt
├── ExpressionGene
│   └── 7316-903_577716.genes.results
├── Fusions
│   ├── 7316-535.local.transcript.converted.pe.star-fusion.fusion_candidates.final
│   └── eb06d52a-110b-4c0e-9e90-94ea68d2f698.arriba.fusions.tsv
├── ImmuneScores
│   └── rawScores.txt
├── MutationsMAF
│   ├── 5c3eace5-950a-4a05-81ed-5c04b4a0a367.strelka.vep.maf
│   ├── 8a03c927-7f37-4605-ba6e-73a885cade6c.strelka.vep.maf
│   └── ae4ce725-d3c4-455d-822e-6c5067444b5e.strelka.vep.maf
└── tmpRCircos.png
  • Files provided by user:

    • CNV/*.CNVs (Optional)
    • Clinical/patient_report.txt (Optional)
    • ExpressionGene/*.genes.results (Optional)
    • Fusions/*.arriba.fusions.tsv (Optional)
    • Fusions/*.star-fusion.fusion_candidates.final (Optional)
    • MutationsMAF/*.maf (Optional)
  • Files created upon execution:

    • tmpRCircos.png. Requires Fusion data.
    • ImmuneScores/rawScores.txt. Requires Expression data.

Running the code

Input Parameters:

  • topDir is your project directory. (Required)
  • fusion_method is the fusion method. Allowed values: star, arriba, both or not specified. (Optional)
  • set_title is the title for the report. (Optional)
# run with custom parameter values
rmarkdown::render(input = 'OMPARE.Rmd',
                  params = list(topDir = 'data/PNOC008/',
                  fusion_method = 'arriba',
                  set_title = 'PNOC008 Report'))

ompare's People

Contributors

komalsrathi avatar pichairaman avatar

Watchers

 avatar  avatar

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.