HAPGEN: Difference between revisions
Jump to navigation
Jump to search
(added links and wiki description.) |
(added category bioinformatics) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Generic_stub}} | {{Generic_stub}} | ||
[https://mathgen.stats.ox.ac.uk/genetics_software/hapgen/hapgen2.html HAPGEN] is a program thats simulates case control datasets at SNP markers and can output data in the FILE FORMAT used by IMPUTE, SNPTEST and GTOOL. The approach can handle markers in LD and can simulate datasets over large regions such as whole chromosomes. Hapgen simulates haplotypes by conditioning on a set of population haplotypes and an estimate of the fine-scale recombination rate across the region. | [https://mathgen.stats.ox.ac.uk/genetics_software/hapgen/hapgen2.html HAPGEN] is a program thats simulates case control datasets at SNP markers and can output data in the FILE FORMAT used by IMPUTE, SNPTEST and GTOOL. The approach can handle markers in LD and can simulate datasets over large regions such as whole chromosomes. Hapgen simulates haplotypes by conditioning on a set of population haplotypes and an estimate of the fine-scale recombination rate across the region. | ||
Line 5: | Line 6: | ||
Command line syntax example for HAPGEN can be found by [https://mathgen.stats.ox.ac.uk/genetics_software/hapgen/hapgen2.html#Running_HAPGEN_top clicking here]. | Command line syntax example for HAPGEN can be found by [https://mathgen.stats.ox.ac.uk/genetics_software/hapgen/hapgen2.html#Running_HAPGEN_top clicking here]. | ||
'''Project website:''' https://mathgen.stats.ox.ac.uk/genetics_software/hapgen/hapgen2.html | |||
====Load SGE module==== | |||
The HAPGEN environment module can be loaded as follows | The HAPGEN environment module can be loaded as follows | ||
<pre> | <pre> | ||
module load hapgen/hapgen | module load hapgen/hapgen | ||
</pre> | </pre> | ||
[[Category:Software]][[Category:Bioinformatics]] |
Latest revision as of 15:12, 4 April 2012
This page is a Generic stub.
You can help by expanding this page..
HAPGEN is a program thats simulates case control datasets at SNP markers and can output data in the FILE FORMAT used by IMPUTE, SNPTEST and GTOOL. The approach can handle markers in LD and can simulate datasets over large regions such as whole chromosomes. Hapgen simulates haplotypes by conditioning on a set of population haplotypes and an estimate of the fine-scale recombination rate across the region.
Command line syntax example for HAPGEN can be found by clicking here.
Project website: https://mathgen.stats.ox.ac.uk/genetics_software/hapgen/hapgen2.html
Load SGE module
The HAPGEN environment module can be loaded as follows
module load hapgen/hapgen