资 源 简 介
Genetic-mapper is a perl script able to draw publication-ready vectorial genetic maps.
Description
Perl script for creating a publication-ready genetic/linkage map in SVG format. The resulting file can either be submitted for publication and edited with any vectorial drawing software like Inkscape and Abobe Illustrator.
The input file must be a CSV file with at least the marker name (ID), linkage group (Chr) and the position (Pos). Additionally a LOD score or p-value can be provided. Any extra parameter will be ignore.
```
map.csv
ID,Chr,Pos,LOD
13519,12,0,0.250840894
2718,12,1.0,0.250840893
11040,12,1.6,0.252843341
...
```
Examples
```
# stylish
./genetic_mapper.pl --var --compact --plot --map=map.csv > lg13.svg
Classic publication style
./genetic_mapper.pl --pos --chr=13 --map=map.csv > lg13.svg
```
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报