Coder Social home page Coder Social logo

hiv-clinical's Introduction

HIV-clinical

The scripts for some innate immune response HIV-clinical samples.

#############

split.py is for splitting NGS files into sample files. It needs a tag file. mapping.py uses bwa to align NGS reads onto Gag_pol, outputs haplotype on every read. pairing.py aligns the haplotype of paired reads. It outputs haplotypes. countmutation.py counts haplotypes and outputs mutation frequencies.

#############

2015.10.13

R code is annotated independently.

pipeline1:

split.py is for splitting NGS files into sample files, according to 3 nucleotide tag. A tag file is needed.

a split -l LINES sentence is needed before next step.

mapping.py uses bwa aln and bwa sampe to map NGS reads onto Gag, it gives sam and bam output. This script is from Nicholas C. Wu

sam2mutation.py count the mutation number and mutation frequency from sam input. It also give consensus sequence output.

This pipeline cannot gain information on haplotypes.

pipeline2:

split.py is for splitting NGS files into sample files, according to 3 nucleotide tag. A tag file is needed.

a split -l LINES sentence is needed before next step.

mapping.py uses bwa aln and bwa sampe to map NGS reads onto Gag, it gives sam and bam output. This script is from Nicholas C. Wu

pairing.py align uses haplotype output from mapping.py as input. It generates haplotype format. This is also from Nicholas C. Wu

haplo2mutation.py count the mutation frequency.

This pipeline is not sufficient to reconstruct haplotype.

hiv-clinical's People

Contributors

tian-hao 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.