Giter Club home page Giter Club logo

expectationmaximization's Introduction

Highest scoring Motif Detection

This repository contains the submission of Marcus Motill for programming project 2 in Bioinformatics.

Reason for lack of EM

Marcus reached out to the instructor of the course with questions surrounding the EM algorithm but did not get a response. Therefore, the best interpretation of the course material was implemented in this project.

Features of Program

  • User can enter as many sequences as they want in FASTA format.
      >Sequence 1
      TCAGAACCAGTTATAAATTTATCATTTCCTTCTCCACTCCT
      >Sequence 2
      CCCACGCAGCCGCCCTCCTCCCCGGTCACTGACTGGTCCTG
      >Sequence 3
      TCGACCCTCTGGAACCTATCAGGGACCACAGTCAGCCAGGCAAG
      >Sequence 4
      AAAACACTTGAGGGAGCAGATAACTGGGCCAACCATGACTC
      >Sequence 5
      GGGTGAATGGTACTGCTGATTACAACCTCTGGTGCTGC
      >Sequence 6
      AGCCTAGAGTGATGACTCCTATCTGGGTCCCCAGCAGGA
    

- Users can specify the motif length to be found by modifying the text box in the GUI
- Program will return the best motif and log odds score for each sequence along with the best motif and log odds score for the whole alignment
- If the motif length is longer than a sequence or the entire input an error dialog will alert the user

## Example

Using sample input above and a motif length of 5 the results are:

Best Motif for Sequence 1 with log odds score of -3.754888: TCCAC Best Motif for Sequence 2 with log odds score of -4.339850: CCCAC Best Motif for Sequence 3 with log odds score of -3.754888: TCGAC Best Motif for Sequence 4 with log odds score of -4.339850: CCAAC Best Motif for Sequence 5 with log odds score of -3.754888: ACAAC Best Motif for Sequence 6 with log odds score of -4.754888: TCCCC Best Motif for alignment with log odds score of -3.754888: TCCAC

### GUI output
![GUI](screenshots/results1.png)

## Platform and Language
Project was built on [intelliJ community edition](https://www.jetbrains.com/idea/download/) in Java

expectationmaximization's People

Contributors

marcusmotill avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.