Git Product home page Git Product logo

proteinsdataset's Introduction

Protein Datasets

We collect three protein datasets: ProteinsDBDataset, HomologyTAPEDataset and ProtFunctDataset, from https://github.com/phermosilla/IEConv_proteins, and convert them to PyG datasets.

Statistics

Dataset # of graphs Splitting
ProteinsDBDataset 1,178 Use 10-fold cross validation
HomologyTAPEDataset 16,292 training:validation:test_fold:test_family:test_superfamily = 12312:736:718:1272:1254
ProtFunctDataset 37,428 training:validation:testing = 29215:2562:5651
Dataset Average # of nodes Average # of edges
ProteinsDBDataset 475.9 1,483.7
HomologyTAPEDataset 167.3 513.5
ProtFunctDataset 298.5 929.1

Usage

Processing the datasets require the IEProtLib.py_utils.py_mol package, which can be obtained by cloning https://github.com/phermosilla/IEConv_proteins and copy the IEProtLib/py_utils/py_mol directory in that repo to the root directory of this repo.

  • ProteinsDBDataset:

https://drive.google.com/uc?export=download&id=1KTs5cUYhG60C6WagFp4Pg8xeMgvbLfhB

Extract content in: [root]/raw/ProteinsDB/

  • HomologyTAPEDataset:

https://drive.google.com/uc?export=download&id=1chZAkaZlEBaOcjHQ3OUOdiKZqIn36qar

Extract content in: [root]/raw/HomologyTAPE/

  • ProtFunctDataset:

https://drive.google.com/uc?export=download&id=1udP6_90WYkwkvL1LwqIAzf9ibegBJ8rI

Extract content in: [root]/raw/ProtFunct/

NOTICE that all three datasets contain directed graphs, although only a small portion of the edges are single-directed. We provide a simple helper method utils.to_undirected() to convert a graph to undirected by adding inverse edges.

proteinsdataset's People

Contributors

zml72062 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.