Giter Site home page Giter Site logo

cbrueffer / misc_bioinf Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 2.0 21 KB

Repository for miscellaneous bioinformatics scripts that may be useful to others.

License: BSD 2-Clause "Simplified" License

Python 100.00%
bioinformatics variant-annotations liftover

misc_bioinf's Introduction

misc_bioinf

Repository for miscellaneous bioinformatics scripts that may be useful to others.

maf2annovar.py

Converts a file in MAF format (e.g., from TCGA mutation calling) into the Annovar input format.

Compatible with Python 2 and 3; no external dependencies.

usage: maf2annovar.py [-h] [-d] -m MAF_FILE [-v]

Convert a MAF file to Annovar input format.

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           Enable debug output
  -m MAF_FILE, --maf_file MAF_FILE
                        File in MAF format
  -v, --version         show program's version number and exit

liftover_annovar.py

Converts the genomic coordinates in an Annovar input file over to a new reference genome using the UCSC liftOver commandline tool.

Compatible with Python 2 and 3; depends on the pandas library.

This script requires a liftOver file in chain format that maps coordinates between the old and new reference genome. Chain files for many genomes are available from UCSC.

usage: liftover_annovar.py [-h] [-d] [-v] -c CHAINFILE -i INFILE [-l LIFTOVER]
                           [-w WORKDIR]

Lift over a file in Annovar format to a new reference genome. Extra columns are
preserved.

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           enable debug mode
  -v, --version         show program's version number and exit
  -c CHAINFILE, --chainfile CHAINFILE
                        liftOver chain file (available from UCSC)
  -i INFILE, --infile INFILE
                        file in Annovar input format (chromosome, start, end,
                        ref_allele, var_allele, ...)
  -l LIFTOVER, --liftover LIFTOVER
                        path to the liftOver binary (default: system PATH)
  -w WORKDIR, --workdir WORKDIR
                        work directory (default: directory containing INFILE)

fix_tophat_unmapped_reads.py

This script has been renamed to tophat-recondition and moved to its own repository here: https://github.com/cbrueffer/tophat-recondition

misc_bioinf's People

Contributors

cbrueffer avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.