{"id":37658980,"url":"https://github.com/recess-eu-project/drug-repurposing-datasets","last_synced_at":"2026-01-16T11:45:45.430Z","repository":{"id":170949272,"uuid":"647234885","full_name":"RECeSS-EU-Project/drug-repurposing-datasets","owner":"RECeSS-EU-Project","description":"Drug Repurposing Datasets for Collaborative Filtering Methods. Notebooks and code to generate datasets for collaborative filtering-based drug repurposing.","archived":false,"fork":false,"pushed_at":"2024-01-04T11:32:22.000Z","size":195,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-05T04:41:00.867Z","etag":null,"topics":["collaborative-filtering","dataset","drug-repurposing","science-reproducibility"],"latest_commit_sha":null,"homepage":"https://recess-eu-project.github.io","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RECeSS-EU-Project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":".zenodo.json"}},"created_at":"2023-05-30T10:50:16.000Z","updated_at":"2025-05-03T13:22:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6bcb2f7-539f-4f1f-a39a-8ca33571fe26","html_url":"https://github.com/RECeSS-EU-Project/drug-repurposing-datasets","commit_stats":null,"previous_names":["recess-eu-project/drug-repurposing-datasets"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/RECeSS-EU-Project/drug-repurposing-datasets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RECeSS-EU-Project%2Fdrug-repurposing-datasets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RECeSS-EU-Project%2Fdrug-repurposing-datasets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RECeSS-EU-Project%2Fdrug-repurposing-datasets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RECeSS-EU-Project%2Fdrug-repurposing-datasets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RECeSS-EU-Project","download_url":"https://codeload.github.com/RECeSS-EU-Project/drug-repurposing-datasets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RECeSS-EU-Project%2Fdrug-repurposing-datasets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478365,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["collaborative-filtering","dataset","drug-repurposing","science-reproducibility"],"created_at":"2026-01-16T11:45:44.843Z","updated_at":"2026-01-16T11:45:45.426Z","avatar_url":"https://github.com/RECeSS-EU-Project.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"![funding logo](https://raw.githubusercontent.com/RECeSS-EU-Project/RECeSS-EU-Project.github.io/main/assets/images/header%2BEU_rescale.jpg)\n\n# Drug Repurposing Datasets for Collaborative Filtering Methods\n\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8014775.svg)](https://doi.org/10.5281/zenodo.8014775)\n\nThis repository is a part of the EU-funded [RECeSS project](https://recess-eu-project.github.io) (#101102016), and hosts the notebooks and code files which helped to build the following novel drug repurposing datasets:\n\n- TRANSCRIPT dataset [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7982969.svg)](https://doi.org/10.5281/zenodo.7982969)\n\n- PREDICT dataset [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7982964.svg)](https://doi.org/10.5281/zenodo.7982964)\n\nThe latest versions (v2.0.0 and v2.0.1 of May 29th, 2023) of those datasets correspond to the current notebooks in folder *notebooks/*. The notebooks corresponding to the v1.0.0 and v1.0.1 (December 28th, 2022) are hosted in folder *notebooks/v1.0.0/*. To get more details about the datasets themselves, please refer to the corresponding Zenodo pages.\n\n## Running the notebooks\n\n### Global variables\n\nUpdate to your liking the following file *paths_global.py*. The corresponding files and how to obtain them are detailed in *notebooks/FEATURELESS_dataset.ipynb*.\n\n### Environment\n\nIn order to run the notebooks:\n\n```\nconda create -n drug_repurposing python=3.8.5 -y\nconda activate drug_repurposing\npython3 -m pip install -r requirements.txt\npython3 -m pip install notebook\u003e=6.5.4 markupsafe==2.0.1 ## packages for Jupyter notebook\nconda deactivate\nconda activate drug_repurposing\ncd notebooks/ \u0026\u0026 jupyter notebook\n```\n\n## Licence\n\nThese datasets and code are under an [OSI-approved](https://opensource.org/licenses/) [MIT license](https://raw.githubusercontent.com/RECeSS-EU-Project/drug-repurposing-datasets/main/LICENSE). Note that the final matrices for PREDICT are not available, due to the usage rules of the DrugBank dataset. However, one can run the corresponding notebook *PREDICT_dataset.ipynb* in order to get the final matrices. A partial dataset is downloadable on Zenodo.\n\n## Citation\n\n```\nClémence Réda. (2023). \nJupyter Notebooks for building drug repurposing datasets in collaborative filtering (v2.0.0). \nZenodo. https://doi.org/10.5281/zenodo.8014774\n```\n\n## Community guidelines with respect to contributions, issue reporting, and support\n\n[Pull requests](https://github.com/RECeSS-EU-Project/drug-repurposing-datasets/pulls) and [issue flagging](https://github.com/RECeSS-EU-Project/drug-repurposing-datasets/issues) are welcome, and can be made through the GitHub interface. Support can be provided by reaching out to ``recess-project[at]proton.me``.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecess-eu-project%2Fdrug-repurposing-datasets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frecess-eu-project%2Fdrug-repurposing-datasets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecess-eu-project%2Fdrug-repurposing-datasets/lists"}