Skip to content

Algorithms in Bioinformatics with Prof Eskin and Prof Ernst.

Notifications You must be signed in to change notification settings

shxlpa/UCLA_CM122_S23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UCLA_CM122_S23

Algorithms in Bioinformatics with Prof Eskin and Prof Ernst

Project 1a/b:

Read mapping. Detecting subsitutions, insertions, and deletions in a test genome given a reference genome.

Project 2a/b:

Transcription factor detection. Given a dataset of bound sequences and not-bound sequences, and a test file of unknown sequences, write a program that can predict whether a sequence is bound or not bound. My approach: Gibbs sampling. Also possible: ML/logistic regression, expectation maximization.