/fmeqtl

Fine Mapping Analysis of QTLs in Multiple Subgroups

Primary LanguageC++

FM-QTL: Software Pipeline for Fine Mapping QTLs in Multiple Subgroups

This directory contains FM-QTL, a software package designed to map multiple QTLs using expression and genotype data consisting of one or more subgroups. FM-QTL is a free software, you can redistribute it and/or modify it under the terms of the GNU General Public License.

The GNU General Public License does not permit this software to be redistributed in proprietary programs.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compilation and Installation

Download the whole "src/" directory for complete source code.

To compile the executable, run the following commands from the current directory:

     cd src
     make

Upon successful compilation, a directory "fmqtl_bin" containing binary executables and various utility perl scripts should be produced.

Documentation

A user manual "fmqtl.pdf" can be found in "doc/" directory