orthodb
1、数据库
orthodb数据:
- odb10v0_levels.tab.gz: NCBI taxonomy nodes where Ortho DB orthologous groups (OGs) are calculated
- odb10v0_species.tab.gz: Ortho DB individual organism (aka species) ids based on NCBI taxonomy ids (mostly species level)
- odb10v0_level2species.tab.gz: correspondence between level ids and species ids
- odb10v0_genes.tab.gz: Ortho DB genes with some info
- odb10v0_OGs.tab.gz: Ortho DB orthologous groups
- odb10v0_OG2genes.tab.gz: OGs to genes correspondence
- odb10v0_OG_xrefs.tab.gz: OG associations with GO, COG and InterPro ids
- v9_v10_OGs_map.tab.gz mappings between the previous and current release orthologous group ids
- odb10v0_fasta_<root>.tgz tar-ball with one fasta file per taxon id in the given root (bacteria,metazoa,fungi,plants)
2、odb10v0_levels.tab:
1. level NCBI taxonomy id
2. scientific name
3. total non-redundant count of genes in all underneath clustered species(在聚集的物种下面的所有的基因的总非重复计数)
4. total count of OGs built on it
5. total non-redundant count of species underneath
3、odb10v0_species.tab.gz
1. Ortho DB individual organism id, based on NCBI tax id
2. scientific name inherited from the most relevant NCBI tax id
3. genome asssembly id, when available
4. total count of clustered genes in this species
5. total count of the OGs it participates
6. mapping type, clustered(C) or mapped(M)
4、odb10v0_level2species.tab
1. top-most level NCBI tax id, one of [2,2157,2759,10239]
2. Ortho DB organism id
3. number of hops between the top-most level id and the NCBI tax id assiciated with the organism
4. ordered list of Ortho DB selected intermediate levels from the top-most level to the bottom one
5、odb10v0_genes.tab
1. Ortho DB unique gene id (not stable between releases)
2. organism tax id
3. protein original sequence id, as downloaded along with the sequence
4. Uniprot id, evaluated by mapping
5. ENSEMBL gene name, evaluated by mapping
6. NCBI gid, evaluated by mapping
7. description, evaluated by mapping
6、odb10v0_OG2genes.tab
1. OG unique id
2. Ortho DB gene id
7、odb10v0_OG_xrefs.tab
1. OG unique id
2. external DB or DB section
3. external identifier
4. number of genes in the OG associated with the identifier
参考
- https://www.orthodb.org/?page=filelist
orthodb的更多相关文章
- 【基因组预测】braker2基因结构注释要点记录
目录 流程使用 问题 记录下braker2的使用要点,以备忘记. 流程使用 braker2有很多流程,根据你的数据:组装的基因组.转录组.蛋白(同源,包括近缘或远缘)选择不同流程,官网有说明: htt ...
随机推荐
- 操作笔记:tomcat在正式环境的常见问题和idea的远程调试
1,一台服务器有两个容器,比如:jetty,tomcat. 出现问题: jetty启动的时候,tomcat就不能启动了. 此时,需要修改tomcat的配置文件:servler.xml <?xml ...
- (一)apache atlas源代码编译与打包
特别注意: atlas已经提供了0.8版本可以安装了,只有在国外的服务器上安装编译才比较顺利,可以按照官方文档去安装. 国内很多网址有被墙的问题,目前还没有完全解决,可能安装不成功 安装文档地址:ht ...
- Mybatis学习4——一对一关联查询方法2------实体作为属性
实体order和user采用resultMap order package pojo; import java.util.Date; public class Order { private Inte ...
- bash-4.2$ bash: /home/test/.bashrc: 权限不够
解决办法:https://blog.csdn.net/qq_38417808/article/details/81705559
- 关于 build tools
1.build tools是什么 Build Tools 即构建工具是一个把源代码生成可执行应用程序的过程自动化的程序(例如Android app生成apk).构建包括编译.连接跟把代码打包成可用的或 ...
- ubuntu 上 SSH scp 技巧
参考:https://deepzz.com/post/how-to-setup-ssh-config.html SSH(Secure Shell)是什么?是一项创建在应用层和传输层基础上的安全协议,为 ...
- kubernetes发布tomcat服务,通过deployment,service布署
1.制作tomcat镜像 参考docker tomcat镜像制作 此处直接拉取 查看已有可镜像 先设置docker阿里源,即添加 "registry-mirrors": [&quo ...
- 16.linux常用查看命令
cat :查看整个文件tail -200f abc.txt :查看abc.txt的最后200行
- Oracle 表复杂查询之多表合并查询
转自:https://www.cnblogs.com/GreenLeaves/p/6635887.html 本文使用到的是oracle数据库scott方案所带的表,scott是oracle数据库自带的 ...
- Appium -选择、操作元素
选择界面元素 操作元素(点击.输入字符.拖拽.获取页面元素的各种属性) 根据Appium获取的数据进行分析和处理 desired_capabilities 查看appPackage 和appActiv ...