Code Monkey home page Code Monkey logo

genome_partition's Introduction

genome_partition

partition genome into blocks according to Four Gamete Test

it takes haplotype or genotype data (see SampleData.txt) as input, and find blocks according to Fout Gamete Test.

outputs include: 	BLOCKS	|	CORES	|	SUSPECT SNPS	|	MAXIMAL-K-COVER

our blocks satisfy the following condition:
	A.	no recombination occurs within a block
	B.	every block is a maximal length local Perfect Phelogeny Tree
	C.	allowing overlap between blocks
	Biological meaning: each block contains several SNPs and inherits as a whole unit, which could be directly used to association study, infering genome history etc.
	
our cores satisfy the following condition:
	A.	in dependent of the scanning order (Left-to-Right or Right-to-Left)
	B.	the number of cores is the minimal number of blocks to cover the entire dataset
	C.	no recombination occurs within a core
	D.	no overlap between cores
	Biological meaning: need to be elucidated
	
our suspect SNPs satisfy the following condition:
	A.	once removed, the minimal number of blocks to cover the entire dataset will reduce
	Biological meaning: they are indication of genotyping error, gene conversion and homoplasy.
	
our maximal-k-cover satisfies the following condition:
	A.	it is a set of blocks that are maximal in their overlap and minimal in their number to cover the entire dataset
	Biological meaning: need to be elucidated

to test use: python genotypeScan_sample_usage.py genSampleData.txt python haplotypeScan_sample_usage.py hapSampleData.txt

genome_partition's People

Contributors

unfashionable avatar

Stargazers

BGM avatar

Watchers

James Cloos 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.