Coder Social home page Coder Social logo

sirselim / diagnostics_exome_reporting Goto Github PK

View Code? Open in Web Editor NEW
13.0 13.0 10.0 81.82 MB

Pipeline to filter whole exome vcf files and generate a report document for clinical diagnostics.

License: GNU General Public License v3.0

Shell 70.24% R 29.76%

diagnostics_exome_reporting's Introduction


Header


๐Ÿ‘‹ Hi there! I'm Miles

I'm a bioinformatician / computational geneticist based in New Zealand. I am the Associate Director of the APAC Applications Project Support team at Oxford Nanopore Technologies. I also dabble at photography and guitar, with a side of coffee, beer and single malts in the mix.

I have written and maintiain several documents about GPU compute for Nanopore sequencing that people find helpful, feel free to check them out:

You can find out more about me and connect in different ways below:

Website Twitter ORCID Google Scholar CV




spotify-github-profile


diagnostics_exome_reporting's People

Contributors

sirselim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

diagnostics_exome_reporting's Issues

Any 'local' interaction with GitHub repo requires ssh passphrase

Need to explore ways to allow either a single authentication per session or prevent the need for passphrase completely, i.e. rely on the ssh-keys and deploy set up on this repo.

A few places to start looking:

Replace grep gene lists with tabix options

There is a large amount of time being spent working through the grep steps for the larger Tier gene lists, this is not best practice and wasteful.

Using tabix is much faster and will result in better overall functionality.

  • issue with grep using gene lists (files) and vcf.gz
    • look into using tabix (MUCH faster)
    • extract list of genes from a bed file (with position info), i.e. grep -w -f 'gene_list.txt' UCSC_gene_positions_hg19.bed > gene_regions_hg19.txt
    • use: tabix -R gene_regions.txt variant.vcf.gz

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.