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 ...
随机推荐
- Spring中BeanFactory与ApplicationContext的区别
BeanFactory:Bean工厂接口,是访问Spring Bean容器的根接口,基本Bean视图客户端.从其名称上即可看出其功能,即实现Spring Bean容器的读取. ApplicationC ...
- thinkphp 验证的使用
TP5验证可分为独立验证和验证器: 独立验证是可直接写在控制器里直接验证如下: //独立验证 $data = [ 'name'=>'vendor33333', 'email'=>'vaen ...
- 打包django项目
1.安装pip install pyinstaller2.在django项目目录下执行pyi-makespec -D manage.py # 生成manage.spec文件3.执行pyinstalle ...
- python-开放类优化内存性能
开放类:在运行期间,可动态向实例或类添加新成员,方法 1.实例不能添加方法到类,反之可以 class A: pass a = A() a.func = lambda x: x+1 a.func # & ...
- [Unity插件]Lua行为树(七):行为树嵌套
在上一篇的基础上,可以测试下行为树的嵌套,所谓的行为树嵌套,就是在一棵行为树下的某一个分支,接入另一棵行为树. 以下面这棵行为树为例: TestBehaviorTree2.lua TestBehavi ...
- 29.Mongodb可视化工具 Studio 3t
Studio 3T 链接地址:https://pan.baidu.com/s/1X-Sqk50Xm76NJIZOz0ehFw 密码:td2a 安装配置成功链接本地如图所示:
- curd——5
curd——5 SELECT area_id FROM 16tree.ts_area where pid=0; <?php //1可以防止注入$db = Yii::app()->db; ...
- winform 之公共控件
Button 按钮 属性: (一).布局: 1.AutoSize:控件是否根据内容调整大小 2.Location:当前按钮位于界面位置 3.Dock:控件锁定到界面位置 -None:不锁定 4.Mar ...
- mapPartitions
mapPartitions操作与 map类似,只不过映射的参数由RDD中的每一个元素变成了RDD中每一个分区的迭代器,如果映射过程需要频繁创建额外的对象,使用mapPartitions操作要比map操 ...
- UE常用快捷键使用
进入列模式Alt+c 小写转大写Alt+F5