项目作者: shehio

项目描述 :
高级语言: Jupyter Notebook
项目地址: git://github.com/shehio/Computational-Biology.git
创建时间: 2019-10-06T17:30:30Z
项目社区:https://github.com/shehio/Computational-Biology

开源协议:

下载


Computational-Biology

This repository was created to maintain the assignments of UW CSEP 527.
We worked on some interesting problems using Hidden Markov Models, Viterbi algorithm, Gillespie algorithm, Smith–Waterman algorithm, and many others.

Biological Problem Attempted Algorithm
Population Evolution Gillespie
Genome Alignment Smith Waterman
RNA Transcript Abundance Estimation Expectation Maximization
Cluster Cell Types Based On Gene Expression (Single-Cell Analysis) Dimensionality Reduction (T-SNE) / K-Means Clustering
Differential Analysis T-tests
Learning Sequences from Observed Data Viterbi / Hidden Markov Models
Alternative Splicing Prediction Gradient Descent for L2 Regularized KL-Loss Logistic Regression