Giter Site home page Giter Site logo

poisonalien / varscan_accessories Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 10.0 10 KB

accessory scripts for processing varscan somatic/copynumber outputs.

License: MIT License

Python 87.50% R 12.50%
varscan somatic-variants vcf converts-varscan-somatic copynumber segmentation

varscan_accessories's Introduction

Command line accessory scripts for processing varscan somatic/copynumber outputs.

vs_format_converter.py converts varscan somatic output from vcf to snp and vice-versa

vs_indel_to_annovar.py converts varscan somatic indels to annovar input.

dnaCopyScan.R Takes output from varscan copynumber command (.copynumber) and performs CBS segmentation.

varscan_accessories's People

Contributors

poisonalien avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

varscan_accessories's Issues

SNP and copy number conversion?

Hi,

Does these scripts also work when converting copy number findings from VarScan? I see from the other, well-used thread that they work for indels and SNPs at least.

Thanks!

License?

Hi,

Your vs_format_converter.py script looks very useful, thank you for sharing it. However, because you haven't stated a license for it, it's not actual legal for anyone to use it.

Please can you add license information to your repo so that I can give your script a try? This site makes it easy to choose the right one for you.

Thanks,
Luke

A bug line 179

Thank you for the very useful script! There is a bug:

line 179 dp42 = nIp[15] + ',' + nIp[16] + ',' + nIp[17] + ',' + nIp[19]

should be dp42 = nIp[15] + ',' + nIp[16] + ',' + nIp[17] + ',' + nIp[18]

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.