GithubHelp home page GithubHelp logo

omixplatform / genome-fingerprints Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gglusman/genome-fingerprints

0.0 3.0 0.0 947 KB

Software for creating and comparing genome fingerprints.

License: Other

Perl 69.80% Makefile 0.36% C 29.84%

genome-fingerprints's Introduction

genome-fingerprints

Software for creating and comparing genome fingerprints.
More information and datasets: http://db.systemsbiology.net/gestalt/genome_fingerprints/
Preprint: http://www.biorxiv.org/content/early/2017/06/27/130807

  1. To create a fingerprint for a genome:
    bin/computeDMF.pl myGenome path-to-my-vcfs/myGenome.vcf.gz
    ...will generate myGenome.outn.gz (and some other files)

  2. To compare two fingerprints:
    bin/compareDMFs.pl myFirstGenome.outn.gz mySecondGenome.outn.gz

  3. To serialize fingerprints into a database, using L=120:
    bin/serializeDMFs.pl myFingerprintCollection 120 @myListOfFingerprints
    bin/serializeDMFs.pl myFingerprintCollection 120 *.outn.gz

  4. To compare a fingerprint to a database:
    bin/searchDMFs.pl myGenome.outn.gz myFingerprintCollection
    ...see the data directory for an example database (CEPH1463 pedigree)

  5. To compare two databases:
    bin/searchDMFs.pl aFingerprintCollection anotherFingerprintCollection

  6. To perform all-against-all comparisons in one database:
    bin/searchDMFs.pl aFingerprintCollection

This project is related to (but distinct from) the Genotype Fingerprints: https://github.com/gglusman/genotype-fingerprints

genome-fingerprints's People

Contributors

maxbox63 avatar

Watchers

Tim Richardson avatar James Cloos avatar Ali Meer 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.