drug-list / README.md
pascalwhoop's picture
Upload dataset
0b8015a verified
metadata
license: cc-by-4.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: id
      dtype: string
    - name: name
      dtype: string
    - name: translator_id
      dtype: string
    - name: drugbank_id
      dtype: string
    - name: synonyms
      list: string
    - name: aggregated_with
      list: string
    - name: drug_class
      dtype: string
    - name: therapeutic_area
      dtype: string
    - name: drug_function
      dtype: string
    - name: drug_target
      dtype: string
    - name: approved_usa
      dtype: string
    - name: is_antipsychotic
      dtype: bool
    - name: is_sedative
      dtype: bool
    - name: is_antimicrobial
      dtype: bool
    - name: is_glucose_regulator
      dtype: bool
    - name: is_chemotherapy
      dtype: bool
    - name: is_steroid
      dtype: bool
    - name: is_analgesic
      dtype: bool
    - name: is_cardiovascular
      dtype: bool
    - name: is_cell_therapy
      dtype: bool
    - name: atc_main
      dtype: string
    - name: atc_level_1
      dtype: string
    - name: atc_level_2
      dtype: string
    - name: atc_level_3
      dtype: string
    - name: atc_level_4
      dtype: string
    - name: atc_level_5
      dtype: string
    - name: l1_label
      dtype: string
    - name: l2_label
      dtype: string
    - name: l3_label
      dtype: string
    - name: l4_label
      dtype: string
    - name: l5_label
      dtype: string
    - name: deleted
      dtype: bool
    - name: deleted_reason
      dtype: string
    - name: new_id
      dtype: string
    - name: is_fda_generic_drug
      dtype: bool
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 670315
      num_examples: 1820
  download_size: 233042
  dataset_size: 670315
language:
  - en
tags:
  - medical
  - chemistry
pretty_name: Every Cure Drug List

Dataset Card for Every Cure Drug List

Dataset Description

Dataset Summary

The Every Cure Drug List is a manually curated list of drug entities used by the MATRIX project for drug repurposing predictions. For reference, the list contains ~1,800 drugs with metadata including approval status, drug class flags, therapeutic annotations, and ATC classifications.

For more information see here.

Source Data