InterProscan 输出格式

作者: 正踪大米饭儿 | 来源:发表于2017-07-18 17:37 被阅读35次

InterProscan 是一个比较强大的核酸/蛋白序列注释程序。
使用命令入下:

sh /opt/interproscan-5.18-57.0/interproscan.sh -goterms -pa -t p -f tsv -i pep.fa -o output.tsv

tsv 输出格式如下:

Protein Accession (e.g. P51587)
Sequence MD5 digest (e.g. 14086411a2cdf1c4cba63020e1622579)
Sequence Length (e.g. 3418)
Analysis (e.g. Pfam / PRINTS / Gene3D)
Signature Accession (e.g. PF09103 / G3DSA:2.40.50.140)
Signature Description (e.g. BRCA2 repeat profile)
Start location
Stop location
Score - is the e-value (or score) of the match reported by member database method (e.g. 3.1E-52)
Status - is the status of the match (T: true)
Date - is the date of the run
(InterPro annotations - accession (e.g. IPR002093) - optional column; only displayed if -iprlookup option is switched on)
(InterPro annotations - description (e.g. BRCA2 repeat) - optional column; only displayed if -iprlookup option is switched on)
(GO annotations (e.g. GO:0005515) - optional column; only displayed if --goterms option is switched on)
(Pathways annotations (e.g. REACT_71) - optional column; only displayed if --pathways option is switched on)
1. 蛋白质接入号
2. 序列的 MD5 值
3. 序列长度
4. 不同分析方案
5. 签名号
6. 签名描述
7. 起始位置
8. 终止位置
9. 得分
10. 状态
11. 运行日期
12... 其他 

很好,很强大的功能~

相关文章

  • InterProscan 输出格式

    InterProscan 是一个比较强大的核酸/蛋白序列注释程序。使用命令入下: tsv 输出格式如下: 很好,很...

  • InterproScan

    网址: https://interproscan-docs.readthedocs.io/en/latest/in...

  • Java 基础格式

    +基础格式 输出语句 输出小练习格式 输出 练习

  • 基因功能注释

    基因功能注释软件 InterproScan InterProScan 是 EBI 开发的一个集成了蛋白质结构域和功...

  • interproscan 安装及运行错误调试

    interproscan interproscan 是个基因注释工具,可以一次运行实现多个数据库的注释。用户既可以...

  • Linux下查询外网IP的方法

    Curl 纯文本格式输出: curl JSON格式输出: curl XML格式输出: curl 得到所有IP细节 ...

  • 【蜗牛黑板报】sensor基础知识

    一、camera常见的数据输出格式 常见的数据输出格式有:Raw格式、YUV格式、RGB格式。 RGB格式:采用这...

  • 得到外网ip

    Curl 输出 curl JSON格式输出: 使用 Wget 代替 Curl curl XML格式输出: curl...

  • 格式输出函数

    格式:printf(“格式控制串”,输出表列) 功能:按指定格式向显示器输出数据 输出表列:要输出的数据(可以没有...

  • sprintf sscanf 格式化字符串

    一. sprintf 格式化输出 二. sscanf 格式化输出

网友评论

    本文标题:InterProscan 输出格式

    本文链接:https://www.haomeiwen.com/subject/cbuhkxtx.html