ypandit / bioinf_algos

Few Bioinformatics algorithms I implemented for class projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a repository for some algorithms implemented as class projects.

To run the Greedy motif search:

java -jar GreedyMotifSearch.jar <input.fasta> <l-mer>

and to run the Profile HMM:

ant
java -jar ProfileHMM.jar <input.profile> --use-slide-window <true|false>

About

Few Bioinformatics algorithms I implemented for class projects


Languages

Language:Java 100.0%