Giter Site home page Giter Site logo

deepsnp's Introduction

deepSNP

Plan

  • design fetures better reflecting technology
  • better training data
  • better deep learning method

Datasets

GIB

WXS/WGS

Simulated data

Simulate from chr1

to calculate number of reads (N) N=(cov * G)/rl

For chr17, cov=30, rl=200 2x100bp N=(30 * 83M)/ 200==8M reads to be simulated using this command

Using WGS

/u/scratch2/n/ngcrawfo/ERROR_CORRECTION/wgs_simulation/wgsim/wgsim -r 0.03 -R 0.005 -e 0.02 -1 100 -2 100 -A 0 -N 8000000 /u/home/s/serghei/project/Homo_sapiens/Ensembl/GRCh37/Sequence/Chromosomes/17.fa WGS_chr17_1.fastq WGS_chr17_2.fastq >log

The output of this command (written to log file) has this format:

  • Col1: chromosome
  • Col2: position
  • Col3: original base
  • Col4: new base (IUPAC codes indicate heterozygous)
  • Col5: which genomic copy/haplotype

Reads are simulated here /u/home/s/serghei/scratch/WGS_deepSNP

Now i am mapping using BWA

bwa mem ~/project/Homo_sapiens/Ensembl/GRCh37/Sequence/Chromosomes/17.fa WGS_chr17_1.fastq WGS_chr17_2.fastq | samtools view -bS - > WGS_chr17.bam
qsub -cwd -V -N bwa -l h_data=16G,time=10:00:00 run_BWA.sh 
/u/home/s/serghei/scratch/WGS_deepSNP

To try

  • Train on simulated apply on real?

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.