GithubHelp home page GithubHelp logo

li-mingzhi / hmmer-db Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leebergstrand/hmmer-db

0.0 1.0 0.0 93.36 MB

A program for searching, extracting and storing protein sequences that match specific Hidden Markov Models created by HMMER.

License: MIT License

Python 68.07% Shell 1.73% R 30.19%

hmmer-db's Introduction

HMMER-DB

Software for searching, extracting and storing proteins that match specific Hidden Markov Models. Hits generated by HMMER's hmmsearch are filtered and stored in a SQLite database. After running the HMMER-DB suite the database will contain:

  • Information about HMM hits�: Protein accession, E-Value, score coverage, etc.
  • Information about hit proteins: Protein accession, Organism accession, locus, location, etc.
  • Information about organisms with hits: Organism accession, description and phylogeny, etc.

######Schema: Schema

Optionally we have also included a table called HMM_Data that lets you group certain HMMs into families.

Once the the database is setup one can easily query it using SQL to gather information about a protein's or group of proteins' potential distribution across multiple taxon. We have also included a few R scripts to help with visualization. Here is an example:

ExampleChart

How to use:

To set up the database is a three part process.

  1. Run GenbankToFASTAandOrganismTable.py on a series of Genbank files containing the organisms you wish to search with your HMMs.
  2. Run SearchExtractLoad.py on the resulting FASTA files and csv table from GenbankToFASTAandOrganismTable.py. SearchExtractLoad.py will also run hmmsearch, extract hits and load all the hits and other the information into the database.
  3. Query to your heart's content.

hmmer-db's People

Contributors

leebergstrand avatar

Watchers

James Cloos 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.