Git Product home page Git Product logo

geno_huffman's Introduction

geno_huffman

Huffman tree based compression algorithm for SNP data.
Input: .bam file
Usage: -in (input .bam file name) -snp (number of snps) -ind (number of individuals)
Options:
-maf_min -maf_max: minimum and maximum threshold of Minor Allele Frequency for SNPs, that will be included into analysis
-cor Usage of correlation between adjacent snps (0 - do not use correlation, 1 - use correlation)
Output:
"Huffman_result.txt" file will include information of compressed snps: number of correlated snps, frequencies of genotypes, used in Huffman algorithm, optimal number of genotypes in block, final length of encoded string.
"Huffman_ind_result.txt" file will include information about individuals: number of individual, bite cost of individual

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.