Changes between Version 38 and Version 39 of DDBJ-KEGG-PDBj
- Timestamp:
- 2009/03/20 10:11:52 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DDBJ-KEGG-PDBj
v38 v39 162 162 163 163 == Adding edges to a pathway according to protein-protein interactions == 164 (itoh) 164 * Get a .coord file by FTP from the GenomeNet site 165 * Load coordinates for protein boxes on a map from the .coord file 166 * Load protein-protein interaction (PPI) edges from an input file 167 * Compute start and end points of edges from coordinates of boxes 168 * Draw PPI edge lines on the input pathway map 165 169 166 170 171