An open API service indexing awesome lists of open source software.

https://github.com/iglee/meme

Multiple EM for Motif Elicitation for discovering motifs in a group of related DNA or protein sequences.
https://github.com/iglee/meme

computational-biology meme sequence sequence-modeling

Last synced: about 1 year ago
JSON representation

Multiple EM for Motif Elicitation for discovering motifs in a group of related DNA or protein sequences.

Awesome Lists containing this project

README

          

# MEME
Multiple EM for Motif Elicitation for discovering motifs in a group of related DNA or protein sequences.

Implementing as a homework for CESP527 CompBio- https://courses.cs.washington.edu/courses/csep527/20au/hw/hw3.html

Please run

```
pip install -r requirements.txt
```

## How to Use
```
python src/meme.py -tr data/hw3-train.fasta -tt data/hw3-test.fasta
```