Coder Social home page Coder Social logo

gastriccancermetastasis's Introduction

GastricCancerMetastasis


Prerequisite

  1. Download or link the reference files into data folder
    • hg19.fa
    • af-only-gnomad.raw.sites.b37.vcf.gz
    • af-only-exac.noTCGA.common.hg19.vcf.gz

Usages of scripts

  1. alignment
  2. mutect2
  3. mutect2 main programme:
  4. caculate the contamination:
for i in A1 A2 A3 B1 B2 B3 E1 E2 E3 F1 F2 F3 H1 H2 H3 I1 I2 I3 J1 J2 J3 K1 K2 K3 N1 N2 N3 O1 O2 O3 Q1 Q2 Q3 R1 R2 R3 S1 S2 S3 T1 T2 T3 V1 V2 V3 W1 W2 W3 X1 X2 X3
do
  nohup ./contaminationCalulate.sh  bam/${i}.sorted.dedup.realign.recal.bam contamination/${i}   >contamination/log.${i} &
done
  1. filtering
 for i in somatics/*.vcf.gz
 do
  nohup ./mutect2filter.sh  `basename $i .vcf.gz`  $i  ./contamination/`basename $i .vcf.gz`.calculatecontamination.table
 done
  1. caculate the

samples

A1 A2 A3 B1 B2 B3 E1 E2 E3 F1 F2 F3 H1 H2 H3 I1 I2 I3 J1 J2 J3 K1 K2 K3 N1 N2 N3 O1 O2 O3 Q1 Q2 Q3 R1 R2 R3 S1 S2 S3 T1 T2 T3 V1 V2 V3 W1 W2 W3 X1 X2 X3

gastriccancermetastasis's People

Contributors

shukyo avatar

Watchers

 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.