Inparanoid:寻找物种间直系同源基因的软件

楼主  收藏   举报   帖子创建时间:  2018-12-11 00:00 回复:17 关注量:55

Inparanoid是一个寻找物种间直系同源基因的软件,同时相应的网站目前包含了100 organisms, 1687023 sequences。

Inparanoid单机版程序是一款非常优秀的寻找直系同源基因(orthologs)的工具,目前已经开发到4.1版本,可以在线获取(http://software.sbc.su.se/cgi-bin/request.cgi?project=inparanoid)。

软件的基本用法:

1. 输入数据:

两个物种的全部蛋白序列,分别以fasta格式存储,A.pep, B.pep

2.准备工作:

该软件需要调用系统中其他程序,如BLAST,使用前需要修改程序开头部分的BLAST路径设置。

该软件的相关参数也在程序源文件中修改

3.运行方法:

perl inparanoid  A.pep B.pep

4.程序输出:

# Output options: #

$output = 1; # table_stats-format output #

$table = 1; # Print tab-delimited table of orthologs to file "table.txt" #

# Each orthologous group with all inparalogs is on one line #

$mysql_table = 1; # Print out sql tables for the web server #

# Each inparalog is on separate line #

$html = 1; # HTML-format output #

相关网站:http://inparanoid.sbc.su.se/cgi-bin/index.cgi

相关论文:

"InParanoid 7: new algorithms and tools for eukaryotic orthology analysis" Ostlund G, Schmitt T, Forslund K, Kostler T, Messina DN, Roopra S, Frings O and Sonnhammer ELL Nucleic Acids Res. 38:D196-D203 (2009) [PDF]

"InParanoid 6: eukaryotic ortholog clusters with inparalogs" Berglund AC, Sjolund E, Ostlund G and Sonnhammer ELL Nucleic Acids Res. 36:D263-266 (2008) [PDF]

"Inparanoid: A Comprehensive Database of Eukaryotic Orthologs" O'Brien Kevin P, Remm Maido and Sonnhammer Erik L.L NAR 33:D476-D480 (2005) [PDF]

"Automatic clustering of orthologs and in-paralogs from pairwise species comparisons" Maido Remm, Christian E. V. Storm, and Erik L. L. Sonnhammer J. Mol. Biol. 314:1041-1052 (2001) [PDF]

  • ***2ybzhao 1970-01-01 08:00
    #1

    其实inparanoid程序的四个输出结果是同一个内容,只是四种不同的展现形式。我一般只输出$mysql_table=1这个,这样结果中会有一个以sqltable开头的文件,而且如果做多个物种分析的话,sqltable可以进一步直接用作multiparanoid的输入

  • ***3qqtwee 2012-05-14 21:41
    #2

    谢谢!还想请教一下sqltable中的所以结果都是所分析的两个物种的同源基因吗?还是说要对sqltable中的结果要再做一些限制?如果需要的话,需要做哪些限制条件?非常感谢站长的经验分享!谢谢!

  • ***4ybzhao 1970-01-01 08:00
    #3

    sqltable中的结果不用再做限制了,在运行inparanoid的时候限制参数已经设定了嘛

  • ***1bingzt 2012-08-28 17:27
    #4

    您好,我正在学习这个软件包,但是发现这个4.1的版本没有blast2faa.pl脚本,不知道该去哪里下载

  • ***2ybzhao 1970-01-01 08:00
    #5

    我不太清楚blast2faa.pl这个脚本的作用是什么,我下载的程序里面也没有。

  • ***3bingzt 2012-08-29 09:39
    #6

    非常感谢您的回复,我们再算bootsrap值,提示没有这个文件,不过影响似乎也不是非常大 :mrgreen:

  • ***1Ben_Liu 2014-03-21 15:02
    #7

    您好 我正在学习这个脚本,但是在打开文件过程中总是会提示 WARNING: the -C 3 argument is currently experimental 这是什么原因造成的呢,应该如何去除这个问题。[blastall] FATAL ERROR: 1_g: Database /home/bliu/Gene/yyh16_protein.fa was not found or does not exist 每次读取序列会提示这个,但是刚才查找时发现有位师兄做的提示错误他说也出来结果了,是不是这个影响不是很大。这个脚本的输出位置是什么,自动设置的吗?如果是直接在两个序列后面添加一个目录会不会当成序列读取,或者是用>表示输出就可以了。因为我是新开始学习的,问题可能比较多,希望师兄可以给我指导一下

  • ***2rinaws 2014-05-12 14:51
    #8

    @Ben_Liu : @Ben_Liu,你好,你的问题解决了吗,如何解决的?

  • ***3bio 2016-11-24 13:34
    #9

    我也遇到[blastall]WARNING: the -C 3 argument is currently experimental,怎么解决

  • ***4请输入您的QQ号 2018-07-31 17:33
    #10

    兄弟,你的blastall能不能分享一下