Changes between Version 8 and Version 9 of DDBJ-KEGG-PDBj
- Timestamp:
- 2009/03/17 17:56:14 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DDBJ-KEGG-PDBj
v8 v9 59 59 In doing so, just select the top hit for each component for each species. 60 60 {{{ 61 species1 species2 species3 ...62 ------ +---------------------------63 comp1 | protein11 protein12 ...61 species1 species2 species3 ... ....... speciesN 62 -------+--------------------------- 63 comp1 | protein11 protein12 ... 64 64 comp2 | protein21 protein22 protein23 ... 65 65 comp3 | ... 66 66 comp4 | ... 67 67 .... 68 compM 68 69 }}} 69 70 71 == Pick one column and run blast against PDB == 72 {{{ 73 for j = 1 to N 74 for i = 1 to M 75 run blast (protein(i,j) against PDB 76 }}} 77