首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > genetic-mapper

genetic-mapper

  • 资源大小:15.45 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

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%的代码片段,完整代码需下载后查看 加载中 侵权举报
VIP VIP
0.183945s