iTRADE: image-based TRAnsfer learning for Drug Effects
收藏资源简介:
<code>iTRADE: <strong>i</strong>mage-based <strong>TRA</strong>nsfer learning for <strong>D</strong>rug <strong>E</strong>ffects</code> This dataset supports <em>Berker et al. (2022) IEEE Trans Med Imaging</em>, https://doi.org/10.1109/TMI.2022.3205554. It comprises microscopy images, layout information and metabolic readouts for a total of 18 acquisitions: 1 control experiment (CE) and 17 drug screens (DS). <pre><code>. ├── Images ├── Layouts ├── MeanOfStack ├── Metabolic └── README.md 4 directories, 1 file </code></pre> <strong><code>Images</code>: microscopy images</strong> In total, the dataset contains 1 × 420 + 17 × 1848 = 31836 TIFF images (2123194264 bytes) in 18 folders. <pre><code>Images ├── BT-40_V2_DS1 ├── BT-40_V3_DS1 ├── BT-40_V3_DS2 ├── HD-MB03_V1_DS1 ├── HD-MB03_V1_DS2 ├── HD-MB03_V2_DS1 ├── HD-MB03_V2_DS2 ├── INF_R_1021_relapse1_V1_DS2 ├── INF_R_1025_primary_V2_DS1 ├── INF_R_1123_primary_V1_DS1 ├── INF_R_153_CE ├── INF_R_153_V2_DS1 ├── INF_R_153_V3_DS1 ├── NCI-H3122_V2_DS1 ├── SJ-GBM2_V2_DS1 ├── SMS-KCNR_V1_DS1 ├── SMS-KCNR_V2_DS1 └── SMS-KCNR_V2_DS2 18 directories, 0 files </code></pre> <em>Control experiment</em> The <code>INF_R_153_CE</code> folder contains images for a control experiment using the INF<em>R</em>153 cell line subjected to DMSO in 7 × 14 = 98 wells and staurosporine (STS) in 8 × 14 = 112 wells on a single 384-well plate (ignoring border wells). Each well is represented by 2 images (maximum intensity projection, <code>proj</code>, and mid-z image, <code>midz</code>), respectively. In total, this folder contains (7 + 8) × 14 × 2 = 420 images (26 megabytes). <pre><code>Images/INF_R_153_CE ├── [ 60K] INF_R_153_CE_P1_B05_midz_224x224.tif ├── [ 58K] INF_R_153_CE_P1_B05_proj_224x224.tif ┆ ... ├── [ 62K] INF_R_153_CE_P1_O23_midz_224x224.tif └── [ 59K] INF_R_153_CE_P1_O23_proj_224x224.tif 0 directories, 420 files </code></pre> <em>Drug screens</em> Other folders, such as <code>BT-40_V2_DS1</code>, are named for screen identifiers, which consist of a sample identifier (name of cell line, <code>INF_R_153|BT-40|HD-MB03|NCI-H3122|SJ-GBM2|SMS-KCNR</code>, or <em>INFORM</em> pseudonym of primary patient-derived sample, <code>INF_R_[0-9]{3,}_(primary|relapse[0-9])</code>) followed by <code>_V[0-9]_DS[0-9]</code> indicating the biological (<code>V</code>) and the technical (<code>DS</code>) replicate. For the three patient-derived samples included (<code>INF_R_[0-9]{4}</code>), <code>V1</code> signifies fresh viable tissue shipped immediately after biopsy while <code>V2</code> indicates a cell culture shipped after establishment. Each drug-screen folder contains images for a single drug screen consisting of 3 plates per screen, 14 × 22 = 308 wells per plate (namely, a 384-well plate ignoring all border wells), and 2 images per well. In total, each folder contains 3 × 14 × 22 × 2 = 1848 images (112 to 146 megabytes). <pre><code>Images/BT-40_V2_DS1 ├── [ 62K] BT-40_V2_DS1_P1_B02_midz_224x224.tif ├── [ 58K] BT-40_V2_DS1_P1_B02_proj_224x224.tif ┆ ... ├── [ 60K] BT-40_V2_DS1_P3_O23_midz_224x224.tif └── [ 54K] BT-40_V2_DS1_P3_O23_proj_224x224.tif 0 directories, 1848 files Images/BT-40_V3_DS1 ├── [ 64K] BT-40_V3_DS1_P1_B02_midz_224x224.tif ├── [ 61K] BT-40_V3_DS1_P1_B02_proj_224x224.tif ┆ ... ├── [ 63K] BT-40_V3_DS1_P3_O23_midz_224x224.tif └── [ 62K] BT-40_V3_DS1_P3_O23_proj_224x224.tif 0 directories, 1848 files ... </code></pre> <em>Image files</em> Image file names of the form <code>$ScreenID_P[123]_[B-O][0-9]{2}_(midz|proj)_[0-9]+x[0-9]+.tif</code> include the plate number (<code>1</code>, <code>2</code>, <code>3</code>), the well coordinates (<code>B02</code> to <code>O23</code>), the image type (<code>midz|proj</code>) and the size of the square images (<code>224x224</code>). Images are stored in Tagged Image File Format (TIFF), using a 16-bit integer in little-endian encoding for each pixel value. Files have been read from original TIFF image files and downscaled using the <code>Keras-Preprocessing</code> (v1.1.2) <code>load_img</code> function, and resaved (from plain image arrays without any metadata) using the <code>opencv-python</code> (v4.5.5.62) <code>imwrite</code> function using Adobe Deflate as a compression algorithm. <strong><code>Layouts</code>: layout information</strong> <pre><code>Layouts ├── Drugs.csv ├── Layout_CE.csv └── Layout_DS.csv 0 directories, 3 files </code></pre> Two text files, <code>Layout_CE.csv</code> and <code>Layout_DS.csv</code>, describe the layout of control experiments (<code>CE</code>) and drug screens (<code>DS</code>), respectively. Note that <code>Layout_DS.csv</code> has been generated from the imaging layout file published with the iTReX web app (available at https://itrex.kitz-heidelberg.de/), which can be downloaded from GitHub or iTReX. See <code>itrade.util.layouts.convert_itrex_ds_layout()</code> for details. A third text file, <code>Drugs.csv</code>, maps drug names as used in the iTReX-based <code>Layout_DS.csv</code> to drug names, abbreviations and drug (sub-)classes used throughout the manuscript. This file is used only by <code>plots.R</code>. All layout information is stored in long-table format. Text files are stored as Comma-Separated Values (CSV) with UTF-8 character encoding and Unix-style (<code>LF</code>) line endings. <strong><code>MeanOfStack</code>: mean-of-stack measurements</strong> For each drug screen represented by a folder named after the screen identifier, mean-of-stack computations produced from the full-resolution (<code>2048x2048</code> pixels) are stored in matrix format using one text file per plate, named <code>SID_P[123]_$Barcode.txt</code>, e.g., <code>BT-40_V2_DS1_P1_H104-03N1A98.txt</code>. Text files are stored as Tab-Separated Values (TSV) with UTF-8 character encoding and Unix-style (<code>LF</code>) line endings. This folder comprises a total of 17 × 3 = 51 text files. <pre><code>MeanOfStack ├── BT-40_V2_DS1 │ ├── BT-40_V2_DS1_P1_H104-03N1A98.txt │ ├── BT-40_V2_DS1_P2_H104-03N2A98.txt │ └── BT-40_V2_DS1_P3_H104-03N3A98.txt ├── BT-40_V3_DS1 │ ├── BT-40_V3_DS1_P1_H104-03N1D07.txt │ ├── BT-40_V3_DS1_P2_H104-03N2D07.txt │ └── BT-40_V3_DS1_P3_H104-03N3D07.txt ┆ ... └── SMS-KCNR_V2_DS2 ├── SMS-KCNR_V2_DS2_P1_H104-03N1D02.txt ├── SMS-KCNR_V2_DS2_P2_H104-03N2D02.txt └── SMS-KCNR_V2_DS2_P3_H104-03N3D02.txt 17 directories, 51 files </code></pre> <strong><code>Metabolic</code>: metabolic readouts</strong> Similar to mean-of-stack computations, metabolic readouts are included for each drug screen. Folder and file names and file formats are identical to the <code>MeanOfStack</code> folder. <pre><code>Metabolic ├── BT-40_V2_DS1 │ ├── BT-40_V2_DS1_P1_H104-03N1A98.txt │ ├── BT-40_V2_DS1_P2_H104-03N2A98.txt │ └── BT-40_V2_DS1_P3_H104-03N3A98.txt ├── BT-40_V3_DS1 │ ├── BT-40_V3_DS1_P1_H104-03N1D07.txt │ ├── BT-40_V3_DS1_P2_H104-03N2D07.txt │ └── BT-40_V3_DS1_P3_H104-03N3D07.txt ┆ ... └── SMS-KCNR_V2_DS2 ├── SMS-KCNR_V2_DS2_P1_H104-03N1D02.txt ├── SMS-KCNR_V2_DS2_P2_H104-03N2D02.txt └── SMS-KCNR_V2_DS2_P3_H104-03N3D02.txt 17 directories, 51 files </code></pre>



