There is a newer version of the record available.

Published May 31, 2024 | Version v1

Benchmarking Machine Learning Methods for Synthetic Lethality Prediction in Cancer

Description

Benchmarking of Machine Learning Methods for Predicting Synthetic Lethality Interactions

Data Preparation and Download Instructions

After downloading data from this project, follow these steps to prepare the training data:

Step 1: Download all the data parts from the [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13691648.svg)](https://doi.org/10.5281/zenodo.13691648) provided in the repository.

Matters needing attention:

  • The actual command will depend on how you're downloading files from Google Drive. For the convenience of downloading, the files have been compressed and split.
  • We have prepared two versions of data, namely the complete version (`data_large.tar.gz`) and the version without PiLSL database (`data_small.tar.gz`).
  • The decompressed size of the complete version is about 90GB, while the decompressed size of the version without PiLSL database is about 22GB.
  • (Due to the extremely time-consuming database construction process, it is recommended to download the complete version of the data. However, the data version without PiLSL database can successfully run all 10 models except PiLSL.)

Step 2: Combine the parts into a single archive.

cat data_large.tar.gz.part* > data_large.tar.gz     # Complete version, the size after extracted is about 100GB.
# cat data_small.tar.gz.part* > data_small.tar.gz   # The version without PiLSL database, the size after extracted is about 25GB.

Step 3: Verify the integrity of the downloaded files.

md5sum -c data_large.tar.gz.md5
# md5sum -c data_small.tar.gz.md5 # The version without PiLSL database

 

Step 4: Extract the dataset.

tar -xzvf data_large.tar.gz
# tar -xzvf data_small.tar.gz # The version without PiLSL database

Files

README.md

Files (15.4 GB)

Name Size
md5:cd784ad4439c5a9b0e95204cc8793264
52 Bytes Download
md5:fade6c03336d6c4c1ab4d0d4b7aba526
673 Bytes Download
md5:c1b31cee9d7dc08337c683077c050637
1.1 GB Download
md5:f0c7b744500a457a3ccafd9a2b5ca12e
1.1 GB Download
md5:185daf6fce090a68218975c9fe63cdc3
1.1 GB Download
md5:0b022363987c6606319fd199eb1c3996
1.1 GB Download
md5:b2bd5d7cc86b2a26f0dd6f9262d89c42
1.1 GB Download
md5:a429a6fa8f8361e073ff6d89401a2c51
1.1 GB Download
md5:eba25612b272107a2f7a7bc1a8fba2f4
1.1 GB Download
md5:3fddee7cc07429e81b5d51ad8a05f2ad
1.1 GB Download
md5:c80740ebe4d2758e6cb430388b3dc264
1.1 GB Download
md5:aead50e48b94f004d96a3c95fcc62504
870.9 MB Download
md5:10dfcea4fce2d4259d64ec44983ac408
52 Bytes Download
md5:8c98cdc2a801f52d1ee9ad7ab46a0c89
368 Bytes Download
md5:39fa8c8147f47bc48110426077981b0b
1.1 GB Download
md5:08bde58524533937ad997febedbc0119
1.1 GB Download
md5:7c2a48df79fa700a86a2a30b089c332b
1.1 GB Download
md5:0942bec2205267af1ed3ecd5dba3e0d3
1.1 GB Download
md5:e48b86e7e190d3baec62889c1e54e5a4
578.9 MB Download
md5:31e00cb3bc25ebb42a670a8c72d54c38
1.8 kB Preview Download

Additional details