question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

the problem about PPI dataset

See original GitHub issue

❓ Questions & Help

When I use this APIs train_dataset = PPI(path, split='train') . Because of the internet reason, I can not download the ppi.zip from https://s3.us-east-2.amazonaws.com/dgl.ai/dataset/ppi.zip. So, If I already have copy ppi.zip from other peoples to my local folds, how to directly use this ppi.zip rather than downloading it again from the https://s3.us-east-2.amazonaws.com/dgl.ai/dataset/ppi.zip ?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rusty1scommented, Nov 5, 2019

Unpack it into the root folder and name it raw. The dataset will not get downloaded again if it finds the files such as test_feats.npy inside root/raw.

0reactions
rusty1scommented, Nov 20, 2020

The training split can be found in ppi-G.json:

"nodes": [{"test": false, "id": 0, "val": false}, {"test": false, "id": 1, "val": false}, ...
Read more comments on GitHub >

github_iconTop Results From Across the Web

Integrating PPI datasets with the PPI data from biomedical ...
Our work aims to quantifying the contribution of PPI data from biomedical literature as a supplement to the existing PPI datasets.
Read more >
Predicting protein-protein interactions in unbalanced data ...
Noteworthy issues for predicting unbalanced datasets. In PPI prediction, positive instances are collected from PPI databases, while negative ...
Read more >
PPI Dataset - Papers With Code
PPI (Protein-Protein Interactions (PPI))​​ positional gene sets are used, motif gene sets and immunological signatures as features and gene ontology sets as ...
Read more >
Protein Function Prediction Based on PPI Networks - Frontiers
Inspired by the question, this study first uses three protein similarity metrics (local, ... edge enrichment and the original networks on two real...
Read more >
Machine learning solutions for predicting protein–protein ...
protein interactions (PPIs) adopting different data sets, ... ML and focus on the problem of PPI, listing major resources of data avail-.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found