Giter Club home page Giter Club logo

gfam's Introduction

GFam

Automatic annotation of gene families

Author: Tamás Nepusz, Rajkumar Sasidharan, Alberto Paccanaro

This is the documentation of gfam, a Python module to aid the automatic annotation of gene families based on consensus domain architecture. gfam started out as a collection of loosely coupled Python scripts that process the output of iprscan (a tool to obtain domain assignments of individual genes from InterPro) and conduct some analyses using BLAST to detect novel, previously uncharacterised domains. The original domains and the detected novel domain candidates are then used to create a consensus domain assignment for each gene sequence. Genes are then finally assigned to families based on their domain architectures, and a Gene Ontology overrepresentation analysis is conducted on the GO annotations of individual domains in the same sequence to come up with a set of functional labels for each sequence.

Requirements

You will need the following tools to run gfam:

  • Python 2.5 or later. Python 3 is not supported yet. gfam also seems to work with Jython, but this was not tested thoroughly.
  • NCBI BLAST; in particular, the formatdb and blastall tools from the legacy C-based BLAST distribution.

The latest release of SciPy is recommended, but not necessary. gfam uses SciPy for calculating the logarithm of the gamma function in the overrepresentation analysis routines, but it falls back to a (somewhat slower) Python implementation if SciPy is not installed.

Running gfam

gfam is driven by a master configuration file named gfam.cfg. A sample configuration file is given in the distribution. The sample file works fine for the gene sequences of Arabidopsis thaliana; for other species, you might have to tweak some of the parameters, and you will surely have to modify the paths to the data files. The configuration file is documented and mostly self-explanatory.

You can launch gfam by typing:

$ bin/gfam

This will run the whole gfam analysis pipeline using the configuration specified in gfam.cfg. If your configuration file is named otherwise, you can run it by typing:

$ bin/gfam -c my_config.cfg

Questions, comments

If you have a question or a comment about gfam or you think you have found a bug, feel free to contact me.

gfam's People

Contributors

ntamas avatar

Watchers

James Cloos avatar eric o 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.