mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
7e14529975
linkage maps of markers segregating in experimental crosses. MAPMAKER/EXP performs full multipoint linkage analysis (simultaneous estimation of all recombination fractions from the primary data) for dominant, recessive, and co- dominant (e.g. RFLP-like) markers. MAPMAKER/EXP is an experimental-cross-only successor to the original MAPMAKER program. MAPMAKER/QTL is a companion program to MAPMAKER/EXP which allows one to map genes controlling polygenic quantitative traits in F2 intercrosses and BC1 backcrosses relative to a genetic linkage map. More information on MAPMAKER/QTL can be found in the technical report (included with MAPMAKER/QTL). WWW: http://www.broad.mit.edu/ftp/distribution/software/mapmaker3/ PR: ports/122452 Submitted by: Tassilo Philipp <tphilipp at potion-studios.com>
12 lines
372 B
C
12 lines
372 B
C
--- mapm/print.c.orig 2008-04-04 20:05:29.000000000 +0000
|
|
+++ mapm/print.c 2008-03-27 21:34:40.000000000 +0000
|
|
@@ -540,7 +540,7 @@
|
|
}
|
|
}
|
|
|
|
-#define MAPPING_HEAD1\
|
|
+#define MAPPING_HEAD1 \
|
|
" 2nd Left "
|
|
#define MAPPING_HEAD2 \
|
|
" Num Name Assignment Chrom LOD Mapping Like Locus Errors"
|