Coder Social home page Coder Social logo

bam_splitter's Introduction

Bam Splitter

This python script uses pysam to parse BAM files, find reads containing a deletion of interest, and then split the BAM file into two, one containing the reads with the deletion and one without. It can be run from the command line using the following options:

Input

Command line options:

  • -b : BAM file to subset, must be indexed using 'samtools index' beforehand in order for pysam to work properly
  • -d : The range of the deletion of interest in the format of "START-END" (Can be same value for single bp deletion)
  • -o : location/prefix to give output files

Bam Splitter will return...

Output

  • {OUTPUT}_deletion_readids.txt : a txt file containging the list of reads that contain the deltion
  • {OUTPUT}_deletions.bam : BAM file containing the reads that contain the deletion
  • {OUTPUT}_nodeletions.bam : BAM file containing the reads that do not contain the deletion

!Caveats!

Currently BAM Splitter has no way to specify chromosome (hoping to add this option soon) so the user must narrow down their intial bam file to the region of interest using:

samtools view -b input.bam region_of_interest

And subsequently index this as described in the "input" section.

There has been very minimal testing done for this, hoping to add some tiny test bams in soon.

Example Usage:

python3 bam_splitter.py -b input.bam -d 124213-12420 -o location/prefix

To-Do:

  • Add in chromosome specification (currently must have BAM file narrowed down to region of interest)
  • Add testing data

Happy to have contributions, suggestions, etc.

bam_splitter's People

Stargazers

 avatar

Watchers

 avatar

Forkers

bcarg

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.