iedb-2013 / README.md
vladak's picture
Upload dataset
a7169b4 verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: Peptide
      dtype: string
    - name: Sequence
      dtype: string
    - name: HLA
      dtype: string
    - name: Length
      dtype: int64
    - name: Log_meas
      dtype: float64
  splits:
    - name: train
      num_bytes: 142687867
      num_examples: 125536
    - name: test
      num_bytes: 35661056
      num_examples: 31385
  download_size: 7716040
  dataset_size: 178348923

IEDB dataset: http://tools.iedb.org/mhci/download/ binding_data_2013.zip

https://raw.githubusercontent.com/s7776d/CapsNet-MHC/refs/heads/main/dataset/IEDB_dataset/training_set.txt

Code for adaptation: https://github.com/vladimirkovacevic/nucl-protein/blob/main/notebooks/EDA_Datasets.ipynb


dataset_info: features: - name: HLA dtype: string - name: peptide dtype: string - name: Log_meas dtype: float64 - name: Length dtype: int64 - name: Sequence dtype: string splits: - name: train num_bytes: 142687867 num_examples: 125536 - name: test num_bytes: 35661056 num_examples: 31385 download_size: 7716027 dataset_size: 178348923 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-*