Dataset Viewer

The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

This is data from the AstraZeneca-Sanger Drug Combination Prediction DREAM challenge. This data is from challenge 1 Pharmacology as described here

To download files in this dataset, you must do the following:

  1. Register for a Synapse account After registering for an account
  2. Accept the terms of conditions and submit request for access here
    PS: Project-specific restriction: Data use is limited to use within an approved project
    
  3. Create a personal access token and install the Python client.
    pip install synapseclient
    export SYNAPSE_AUTH_TOKEN=<Access Token here>
    
  4. Load the dataset using the huggingface datasets Python API
    from datasets import load_dataset
    dataset = load_dataset('SageBio/astrazeneca-sanger-drug-combination-prediction', split='train')
    
Downloads last month
22