Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 771 Bytes

File metadata and controls

15 lines (8 loc) · 771 Bytes

Metagraph

Necessary steps:

Constructing a PPIK network,

  1. Generating frequent subgraphs (up to 5 nodes): https://github.com/ehab-abdelhamid/GraMi

  2. Solving subgraph matching problem to match the existing nodes with the frequent subgraphs: http://www.yfang.site/data-and-tools/submatch

  3. Generating a feature matrix from the output of second step. Overall code is available as read_SubMatch_output.java.

  4. Also final representations (Metagraph representations), node/protein ids, test indices, i.e., all necessary files are provided to generate the final representations as well as the final representations themselves.

  5. Feature selection and oversampling codes are also available to be performed on final representations