Changes between Version 23 and Version 24 of DDBJ-KEGG-PDBj
- Timestamp:
- 2009/03/19 17:33:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DDBJ-KEGG-PDBj
v23 v24 113 113 [[Timestamp]] 114 114 == Output format == 115 1. After 115 1. After Part II is finished, we have a phylogenetic profile. 116 {{{ 117 \tab species1\tab species2\tab species3 ... ....... speciesN 118 comp1\tab protein11\tab protein12 ... 119 comp2\tab protein21\tab protein22 protein23 ... 120 comp3\tab ... 121 comp4\tab ... 122 .... 123 compM 124 }}} 125 where comp1, comp2, ... are KEGG gene ID's, species1, species2, ... are species names, and protein11, protein12, etc. are UniProt ID's. 116 126 127 2. After Part II is finished, we have a interaction network. 128 {{{ 129 >species1 130 c1\tab c2\tab PDBID\tab chainID1\tab chainID2 131 c2\tab c4\tab PDBID\tab chainID2\tab chainID4 132 // 133 >species2 134 c1\tab c3\tab PDBID\tab chainID1\tab chainID3 135 ... 136 // 137 >speciesN 138 .. 139 // 140 }}} 141