-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Haplotype-Assembly wiki for the Haplotype Assembly Project for CS 124.
This project will simulate creation of haplotype data and reads from the haplotypes. It will then run a greedy algorithm in order to get the original haplotype data back from the reads. There are two original haplotypes which need to be simulated. The two haplotypes are complementary (i.e. when the first is 110, the other is 001). Then, reads are taken from the simulated haplotypes. Reads are represented by 1s and 0s. The issue is that we will not know which reads correspond to which matrix. A matrix of reads is our input to the algorithm. The algorithm attempts to find the original haplotypes given the matrix of reads.
My name is Patrick Tan. I am currently a 3rd year Computer Science student attending UCLA taking CS 124.
I aim to code an algorithm to solve the haplotype assembly project and present the project in a clear manner.
Week 6. Choose and work out a working algorithm Week 7. Code algorithm and test. Week 8. Create powerpoint and present. Week 9/10. Finish up any additions and clean up any bugs.
Week 6.
- Progress: I read and looked over some papers to think of an algorithm.
- Plan: Start coding the algorithm.
- Grade: A
- Problems that came up: Coming up with an algorithm
- Problems Solved: Creating the algorithm
Week 7.
- Progress: Coded the haplotype assembly problem
- Plan: Create presentation and present.
- Grade: A
- Problems that came up: Simulating the haplotypes with distances between SNPs
- Problems Solved: Coded the entire algorithm