Baselight

Phenotypic Plasticity Of The Actin Cytoskeleton

High-content imaging of unbiased chemical perturbations

@kaggle.saurabhshahane_phenotypic_plasticity_of_the_actin_cytoskeleton

Loading...
Loading...

About this Dataset

Phenotypic Plasticity Of The Actin Cytoskeleton

Context

Although F-actin has a large number of binding partners and regulators, the number of phenotypic states available to the actin cytoskeleton is unknown. Here, we quantified 74 features defining F-actin and cellular morphology in >25 million cells after treatment with a library of 114,400 structurally diverse compounds. After reducing the dimensionality of these data, we found that only ~25 recurrent F-actin phenotypes emerged, each defined by distinct quantitative features that could be machine learned. We identified 2003 unknown compounds as inducers of actin-related phenotypes, including two that directly bind talin, a core regulator of integrin activity. Moreover, we observed that compounds with distinct molecular mechanisms could induce equivalent phenotypes and that initially divergent cellular responses could converge over time. These findings suggest a conceptual parallel between the actin cytoskeleton and gene regulatory networks; where the theoretical plasticity of interactions is nearly infinite, yet phenotypes observed in vivo are constrained into a limited subset of practicable configurations.

Content

This file describes key quantitative datasets from the research paper:
High content imaging of unbiased chemical perturbations reveals that the phenotypic
plasticity of the actin cytoskeleton is constrained
Nicole S. Bryce, Tim W. Failes, Justine R. Stehn, Karen Baker, Stefan Zahler, Yulia Arzhaeva, Leanne Bischof, Ciaran
Lyons, Irina Dedova, Greg M. Arndt, Katharina Gaus, Benjamin T. Goult, Edna C. Hardeman, Peter W. Gunning and
John G. Lock.
Lead contact: john.lock@unsw.edu.au
Published in Cell Systems (2019).
File name: Bryce_et_al_Quantitative_Dataset.csv
This file contains raw post-image analysis quantitative data, excluding only observations (i.e. rows) that
contained missing vales (124,767 observations included). Each observation pertains to a single experimental
condition capturing the effects of a single chemical compound on a population of SK-N-SH neuroblastoma
cells. Imaging and image analysis methods are described in the manuscript.
This file contains 81 columns. Columns 1-6 contain key metadata including: a unique Row ID per condition;
WellName (unique value per experimental condition); Experiment_Date (experimental batch number and
experimental data; year-month-day); Plate_Well (a second unique identifier linking the condition to its source
384-well plate and well); Plate (an identifier linking each condition to its source 384-well plate); Well (an
identifier linking each condition to its source well); Control Types (categorical defining unknown compound
‘Treament’, DMSO negative control, and Jasplakinolide, Latrunculin or TR100 positive controls); Plate
(unique ID per experimental 384 well plate). Columns 7-81 reflect raw image analysis parameters that define
the actin cytoskeleton and cellular phenotype. These parameters are defined in Supplementary Information
Table S1.
File name: Bryce_et_al_Quantitative_Dataset_Normalised.csv
This file contains data as defined above (Bryce et al Quantitative Dataset.csv) with the following alterations.
First, observations have been excluded based on the number of cells analysed per condition, such that only
conditions with >10 & <700 cells analysed are retained (124,546 observations included). Second, columns
82-155 now include z-normalised versions of raw image analysis parameters present in columns 7-81. Znormalisation was performed relative to the population of unknown compounds applied within each
experimental replicate (i.e. each experimental batch/date) as described in methods using robust statistics
(median and median absolute deviation; MAD).
File name: Bryce_et_al_Quantitative_Dataset_Normalised_with_TSNE.csv
This file contains data as defined above (Bryce et al Quantitative Dataset Normalised.csv) with the following
alterations. First, observations containing a proportion of duplicated values were excluded as this is not
compatible with subsequent dimension reduction methods such as t-SNE (t-distributed stochastic neighbour
embedding; 124,343 observations included). Second, the X (column 156, TSNE_X) and Y (column 157,
TSNE_Y) output coordinates for each observation are included following optimised t-SNE dimension
reduction. The final column ‘clusters’ (column 158) details the cluster membership (1-25) of each observation,
with the exception of observations that were ‘non-clustered’ – as defined by OPTICS unsupervised cluster
detection in the t-SNE space.
File name: Bryce_et_al_Quantitative_Dataset_Normalised_TSNE_non-clustered-removed.csv
This file contains data as defined above (Bryce et al Quantitative Dataset_Normalised_with_TSNE.csv) with
the ‘non-clustered’ observations (as defined by OPTICS unsupervised cluster detection in the t-SNE space)
excluded (123,108 observations included).
File name: Bryce_et_al_PCA_pre_Dimension_Reduction_Optimisation_output.csv
This file contains Row ID and 25 columns of PCA data based on normalised image parameters as in
Bryce_et_al_Quantitative_Dataset_Normalised.csv, but with duplicate value exclusion applied as in
Bryce_et_al_Quantitative_Dataset_Normalised_with_TSNE.csv. This PCA data forms the basis for
dimension reduction approaches using t-SNE and UMAP.
File names: Dynamic_Drug_Treatment_Data_output_for_R_plotting_TA_compounds.csv and
Dynamic_Drug_Treatment_Data_output_for_R_plotting_TA_compounds_outliers_included.csv
These files contain phenotypic (image analysis features) and in particular the t-SNE dimension reduction
coordinates that are used for the plotting of dynamic converging phenotype trajectories in Figure 4J, as well
as the outlier analysis in Figure S5B-D.

Acknowledgements

Bryce, Nicole S. et al. (2019), Data from: High-content imaging of unbiased chemical perturbations reveals that the phenotypic plasticity of the actin cytoskeleton is constrained, Dryad, Dataset, https://doi.org/10.5061/dryad.1cg2dq2

Tables

Bryce Et Al Pca Pre Dimension Reduction Optimisation Output

@kaggle.saurabhshahane_phenotypic_plasticity_of_the_actin_cytoskeleton.bryce_et_al_pca_pre_dimension_reduction_optimisation_output
  • 31.96 MB
  • 124343 rows
  • 27 columns
Loading...

CREATE TABLE bryce_et_al_pca_pre_dimension_reduction_optimisation_output (
  "row_id" VARCHAR,
  "pca_dimension_0" DOUBLE,
  "pca_dimension_1" DOUBLE,
  "pca_dimension_2" DOUBLE,
  "pca_dimension_3" DOUBLE,
  "pca_dimension_4" DOUBLE,
  "pca_dimension_5" DOUBLE,
  "pca_dimension_6" DOUBLE,
  "pca_dimension_7" DOUBLE,
  "pca_dimension_8" DOUBLE,
  "pca_dimension_9" DOUBLE,
  "pca_dimension_10" DOUBLE,
  "pca_dimension_11" DOUBLE,
  "pca_dimension_12" DOUBLE,
  "pca_dimension_13" DOUBLE,
  "pca_dimension_14" DOUBLE,
  "pca_dimension_15" DOUBLE,
  "pca_dimension_16" DOUBLE,
  "pca_dimension_17" DOUBLE,
  "pca_dimension_18" DOUBLE,
  "pca_dimension_19" DOUBLE,
  "pca_dimension_20" DOUBLE,
  "pca_dimension_21" DOUBLE,
  "pca_dimension_22" DOUBLE,
  "pca_dimension_23" DOUBLE,
  "pca_dimension_24" DOUBLE,
  "pca_dimension_25" DOUBLE
);

Bryce Et Al Quantitative Dataset

@kaggle.saurabhshahane_phenotypic_plasticity_of_the_actin_cytoskeleton.bryce_et_al_quantitative_dataset
  • 91.48 MB
  • 124767 rows
  • 81 columns
Loading...

CREATE TABLE bryce_et_al_quantitative_dataset (
  "row_id" VARCHAR,
  "experiment_date" VARCHAR,
  "plate_well" VARCHAR,
  "plate" VARCHAR,
  "well" VARCHAR,
  "control_types" VARCHAR,
  "number_of_cells" BIGINT,
  "nucleus_area" DOUBLE,
  "cell_area" DOUBLE,
  "cell_width" DOUBLE,
  "cell_length" DOUBLE,
  "cell_ratio_width_length" DOUBLE,
  "intensity_cell_mean" DOUBLE,
  "intensity_cell_stddev" DOUBLE,
  "intensity_cell_max" DOUBLE,
  "intensity_cell_min" DOUBLE,
  "intensity_membrane" DOUBLE,
  "cell_haralick_correlation_1_px" DOUBLE,
  "cell_haralick_contrast_1_px" DOUBLE,
  "cell_haralick_sum_variance_1_px" DOUBLE,
  "cell_haralick_homogeneity_1_px" DOUBLE,
  "cell_gabor_min_2_px_w2" DOUBLE,
  "cell_gabor_max_2_px_w2" DOUBLE,
  "membrane_area" DOUBLE,
  "membrane_length" DOUBLE,
  "membrane_ratio_width_length" DOUBLE,
  "cell_texture_2_px_ser_spot" DOUBLE,
  "cell_texture_2_px_ser_hole" DOUBLE,
  "cell_texture_2_px_ser_edge" DOUBLE,
  "cell_texture_2_px_ser_ridge" DOUBLE,
  "cell_texture_2_px_ser_valley" DOUBLE,
  "cell_texture_2_px_ser_saddle" DOUBLE,
  "cell_texture_2_px_ser_bright" DOUBLE,
  "cell_texture_2_px_ser_dark" DOUBLE,
  "cell_texture_0_px_ser_spot" DOUBLE,
  "cell_texture_0_px_ser_hole" DOUBLE,
  "cell_texture_0_px_ser_edge" DOUBLE,
  "cell_texture_0_px_ser_ridge" DOUBLE,
  "cell_texture_0_px_ser_valley" DOUBLE,
  "cell_texture_0_px_ser_saddle" DOUBLE,
  "cell_texture_0_px_ser_bright" DOUBLE,
  "cell_texture_0_px_ser_dark" DOUBLE,
  "total_spot_area" DOUBLE,
  "number_of_spots" DOUBLE,
  "number_of_nuclei" BIGINT,
  "nucleus_ratio_width_length" DOUBLE,
  "intensity_nucleus" DOUBLE,
  "spot_number" BIGINT,
  "spot_intensity_relative_bg" VARCHAR,
  "spot_corrected_intensity" VARCHAR,
  "spot_contrast" VARCHAR,
  "spot_bg_intensity" VARCHAR,
  "spot_area" VARCHAR,
  "spot_region_intensity" VARCHAR,
  "spot_region_intensity_15a9c1" VARCHAR,
  "spot_area_px" VARCHAR,
  "spot_roundness" VARCHAR,
  "spot_width" VARCHAR,
  "spot_length" VARCHAR,
  "spot_ratio_width_length" VARCHAR,
  "spot_mean_intensity" VARCHAR,
  "spot_stddev_intensity" VARCHAR,
  "spot_intensity_cv" VARCHAR,
  "line_number" DOUBLE,
  "line_intensity" DOUBLE,
  "line_length" DOUBLE,
  "line_density" DOUBLE,
  "line_anglevar" DOUBLE,
  "line_width" DOUBLE,
  "line_total_length_cell" DOUBLE,
  "line_intensity_cell" DOUBLE,
  "line_length_cell_area" DOUBLE,
  "line_intensity_cell_area" DOUBLE,
  "line_length_width_cell" DOUBLE,
  "line_intensity_width_cell" DOUBLE,
  "line_length_width_cell_area" DOUBLE,
  "line_intensity_width_cell_area" DOUBLE,
  "dot_number" DOUBLE,
  "dot_intensity" DOUBLE,
  "dot_area" DOUBLE,
  "dot_density" DOUBLE
);

Bryce Et Al Quantitative Dataset Normalised

@kaggle.saurabhshahane_phenotypic_plasticity_of_the_actin_cytoskeleton.bryce_et_al_quantitative_dataset_normalised
  • 172.58 MB
  • 124546 rows
  • 155 columns
Loading...

CREATE TABLE bryce_et_al_quantitative_dataset_normalised (
  "row_id" VARCHAR,
  "experiment_date" VARCHAR,
  "plate_well" VARCHAR,
  "plate" VARCHAR,
  "well" VARCHAR,
  "control_types" VARCHAR,
  "number_of_cells" BIGINT,
  "nucleus_area" DOUBLE,
  "cell_area" DOUBLE,
  "cell_width" DOUBLE,
  "cell_length" DOUBLE,
  "cell_ratio_width_length" DOUBLE,
  "intensity_cell_mean" DOUBLE,
  "intensity_cell_stddev" DOUBLE,
  "intensity_cell_max" DOUBLE,
  "intensity_cell_min" DOUBLE,
  "intensity_membrane" DOUBLE,
  "cell_haralick_correlation_1_px" DOUBLE,
  "cell_haralick_contrast_1_px" DOUBLE,
  "cell_haralick_sum_variance_1_px" DOUBLE,
  "cell_haralick_homogeneity_1_px" DOUBLE,
  "cell_gabor_min_2_px_w2" DOUBLE,
  "cell_gabor_max_2_px_w2" DOUBLE,
  "membrane_area" DOUBLE,
  "membrane_length" DOUBLE,
  "membrane_ratio_width_length" DOUBLE,
  "cell_texture_2_px_ser_spot" DOUBLE,
  "cell_texture_2_px_ser_hole" DOUBLE,
  "cell_texture_2_px_ser_edge" DOUBLE,
  "cell_texture_2_px_ser_ridge" DOUBLE,
  "cell_texture_2_px_ser_valley" DOUBLE,
  "cell_texture_2_px_ser_saddle" DOUBLE,
  "cell_texture_2_px_ser_bright" DOUBLE,
  "cell_texture_2_px_ser_dark" DOUBLE,
  "cell_texture_0_px_ser_spot" DOUBLE,
  "cell_texture_0_px_ser_hole" DOUBLE,
  "cell_texture_0_px_ser_edge" DOUBLE,
  "cell_texture_0_px_ser_ridge" DOUBLE,
  "cell_texture_0_px_ser_valley" DOUBLE,
  "cell_texture_0_px_ser_saddle" DOUBLE,
  "cell_texture_0_px_ser_bright" DOUBLE,
  "cell_texture_0_px_ser_dark" DOUBLE,
  "total_spot_area" DOUBLE,
  "number_of_spots" DOUBLE,
  "number_of_nuclei" BIGINT,
  "nucleus_ratio_width_length" DOUBLE,
  "intensity_nucleus" DOUBLE,
  "spot_number" BIGINT,
  "spot_intensity_relative_bg" DOUBLE,
  "spot_corrected_intensity" DOUBLE,
  "spot_contrast" DOUBLE,
  "spot_bg_intensity" DOUBLE,
  "spot_area" DOUBLE,
  "spot_region_intensity" DOUBLE,
  "spot_region_intensity_15a9c1" DOUBLE,
  "spot_area_px" DOUBLE,
  "spot_roundness" DOUBLE,
  "spot_width" DOUBLE,
  "spot_length" DOUBLE,
  "spot_ratio_width_length" DOUBLE,
  "spot_mean_intensity" DOUBLE,
  "spot_stddev_intensity" DOUBLE,
  "spot_intensity_cv" DOUBLE,
  "line_number" DOUBLE,
  "line_intensity" DOUBLE,
  "line_length" DOUBLE,
  "line_density" DOUBLE,
  "line_anglevar" DOUBLE,
  "line_width" DOUBLE,
  "line_total_length_cell" DOUBLE,
  "line_intensity_cell" DOUBLE,
  "line_length_cell_area" DOUBLE,
  "line_intensity_cell_area" DOUBLE,
  "line_length_width_cell" DOUBLE,
  "line_intensity_width_cell" DOUBLE,
  "line_length_width_cell_area" DOUBLE,
  "line_intensity_width_cell_area" DOUBLE,
  "dot_number" DOUBLE,
  "dot_intensity" DOUBLE,
  "dot_area" DOUBLE,
  "dot_density" DOUBLE,
  "number_of_cells_z" DOUBLE,
  "nucleus_area_z" DOUBLE,
  "cell_area_z" DOUBLE,
  "cell_width_z" DOUBLE,
  "cell_length_z" DOUBLE,
  "cell_ratio_width_length_z" DOUBLE,
  "intensity_cell_mean_z" DOUBLE,
  "intensity_cell_stddev_z" DOUBLE,
  "intensity_cell_max_z" DOUBLE,
  "intensity_cell_min_z" DOUBLE,
  "intensity_membrane_z" DOUBLE,
  "cell_haralick_correlation_1_px_z" DOUBLE,
  "cell_haralick_contrast_1_px_z" DOUBLE,
  "cell_haralick_sum_variance_1_px_z" DOUBLE,
  "cell_haralick_homogeneity_1_px_z" DOUBLE,
  "cell_gabor_min_2_px_w2_z" DOUBLE,
  "cell_gabor_max_2_px_w2_z" DOUBLE,
  "membrane_area_z" DOUBLE,
  "membrane_length_z" DOUBLE
);

Bryce Et Al Quantitative Dataset Normalised Tsne Non C Bf85f501

@kaggle.saurabhshahane_phenotypic_plasticity_of_the_actin_cytoskeleton.bryce_et_al_quantitative_dataset_normalised_tsne_non_c_bf85f501
  • 173.2 MB
  • 123108 rows
  • 158 columns
Loading...

CREATE TABLE bryce_et_al_quantitative_dataset_normalised_tsne_non_c_bf85f501 (
  "row_id" VARCHAR,
  "experiment_date" VARCHAR,
  "plate_well" VARCHAR,
  "plate" VARCHAR,
  "well" VARCHAR,
  "control_types" VARCHAR,
  "number_of_cells" BIGINT,
  "nucleus_area" DOUBLE,
  "cell_area" DOUBLE,
  "cell_width" DOUBLE,
  "cell_length" DOUBLE,
  "cell_ratio_width_length" DOUBLE,
  "intensity_cell_mean" DOUBLE,
  "intensity_cell_stddev" DOUBLE,
  "intensity_cell_max" DOUBLE,
  "intensity_cell_min" DOUBLE,
  "intensity_membrane" DOUBLE,
  "cell_haralick_correlation_1_px" DOUBLE,
  "cell_haralick_contrast_1_px" DOUBLE,
  "cell_haralick_sum_variance_1_px" DOUBLE,
  "cell_haralick_homogeneity_1_px" DOUBLE,
  "cell_gabor_min_2_px_w2" DOUBLE,
  "cell_gabor_max_2_px_w2" DOUBLE,
  "membrane_area" DOUBLE,
  "membrane_length" DOUBLE,
  "membrane_ratio_width_length" DOUBLE,
  "cell_texture_2_px_ser_spot" DOUBLE,
  "cell_texture_2_px_ser_hole" DOUBLE,
  "cell_texture_2_px_ser_edge" DOUBLE,
  "cell_texture_2_px_ser_ridge" DOUBLE,
  "cell_texture_2_px_ser_valley" DOUBLE,
  "cell_texture_2_px_ser_saddle" DOUBLE,
  "cell_texture_2_px_ser_bright" DOUBLE,
  "cell_texture_2_px_ser_dark" DOUBLE,
  "cell_texture_0_px_ser_spot" DOUBLE,
  "cell_texture_0_px_ser_hole" DOUBLE,
  "cell_texture_0_px_ser_edge" DOUBLE,
  "cell_texture_0_px_ser_ridge" DOUBLE,
  "cell_texture_0_px_ser_valley" DOUBLE,
  "cell_texture_0_px_ser_saddle" DOUBLE,
  "cell_texture_0_px_ser_bright" DOUBLE,
  "cell_texture_0_px_ser_dark" DOUBLE,
  "total_spot_area" DOUBLE,
  "number_of_spots" DOUBLE,
  "number_of_nuclei" BIGINT,
  "nucleus_ratio_width_length" DOUBLE,
  "intensity_nucleus" DOUBLE,
  "spot_number" BIGINT,
  "spot_intensity_relative_bg" DOUBLE,
  "spot_corrected_intensity" DOUBLE,
  "spot_contrast" DOUBLE,
  "spot_bg_intensity" DOUBLE,
  "spot_area" DOUBLE,
  "spot_region_intensity" DOUBLE,
  "spot_region_intensity_15a9c1" DOUBLE,
  "spot_area_px" DOUBLE,
  "spot_roundness" DOUBLE,
  "spot_width" DOUBLE,
  "spot_length" DOUBLE,
  "spot_ratio_width_length" DOUBLE,
  "spot_mean_intensity" DOUBLE,
  "spot_stddev_intensity" DOUBLE,
  "spot_intensity_cv" DOUBLE,
  "line_number" DOUBLE,
  "line_intensity" DOUBLE,
  "line_length" DOUBLE,
  "line_density" DOUBLE,
  "line_anglevar" DOUBLE,
  "line_width" DOUBLE,
  "line_total_length_cell" DOUBLE,
  "line_intensity_cell" DOUBLE,
  "line_length_cell_area" DOUBLE,
  "line_intensity_cell_area" DOUBLE,
  "line_length_width_cell" DOUBLE,
  "line_intensity_width_cell" DOUBLE,
  "line_length_width_cell_area" DOUBLE,
  "line_intensity_width_cell_area" DOUBLE,
  "dot_number" DOUBLE,
  "dot_intensity" DOUBLE,
  "dot_area" DOUBLE,
  "dot_density" DOUBLE,
  "number_of_cells_z" DOUBLE,
  "nucleus_area_z" DOUBLE,
  "cell_area_z" DOUBLE,
  "cell_width_z" DOUBLE,
  "cell_length_z" DOUBLE,
  "cell_ratio_width_length_z" DOUBLE,
  "intensity_cell_mean_z" DOUBLE,
  "intensity_cell_stddev_z" DOUBLE,
  "intensity_cell_max_z" DOUBLE,
  "intensity_cell_min_z" DOUBLE,
  "intensity_membrane_z" DOUBLE,
  "cell_haralick_correlation_1_px_z" DOUBLE,
  "cell_haralick_contrast_1_px_z" DOUBLE,
  "cell_haralick_sum_variance_1_px_z" DOUBLE,
  "cell_haralick_homogeneity_1_px_z" DOUBLE,
  "cell_gabor_min_2_px_w2_z" DOUBLE,
  "cell_gabor_max_2_px_w2_z" DOUBLE,
  "membrane_area_z" DOUBLE,
  "membrane_length_z" DOUBLE
);

Bryce Et Al Quantitative Dataset Normalised With Tsne

@kaggle.saurabhshahane_phenotypic_plasticity_of_the_actin_cytoskeleton.bryce_et_al_quantitative_dataset_normalised_with_tsne
  • 174.88 MB
  • 124343 rows
  • 158 columns
Loading...

CREATE TABLE bryce_et_al_quantitative_dataset_normalised_with_tsne (
  "row_id" VARCHAR,
  "experiment_date" VARCHAR,
  "plate_well" VARCHAR,
  "plate" VARCHAR,
  "well" VARCHAR,
  "control_types" VARCHAR,
  "number_of_cells" BIGINT,
  "nucleus_area" DOUBLE,
  "cell_area" DOUBLE,
  "cell_width" DOUBLE,
  "cell_length" DOUBLE,
  "cell_ratio_width_length" DOUBLE,
  "intensity_cell_mean" DOUBLE,
  "intensity_cell_stddev" DOUBLE,
  "intensity_cell_max" DOUBLE,
  "intensity_cell_min" DOUBLE,
  "intensity_membrane" DOUBLE,
  "cell_haralick_correlation_1_px" DOUBLE,
  "cell_haralick_contrast_1_px" DOUBLE,
  "cell_haralick_sum_variance_1_px" DOUBLE,
  "cell_haralick_homogeneity_1_px" DOUBLE,
  "cell_gabor_min_2_px_w2" DOUBLE,
  "cell_gabor_max_2_px_w2" DOUBLE,
  "membrane_area" DOUBLE,
  "membrane_length" DOUBLE,
  "membrane_ratio_width_length" DOUBLE,
  "cell_texture_2_px_ser_spot" DOUBLE,
  "cell_texture_2_px_ser_hole" DOUBLE,
  "cell_texture_2_px_ser_edge" DOUBLE,
  "cell_texture_2_px_ser_ridge" DOUBLE,
  "cell_texture_2_px_ser_valley" DOUBLE,
  "cell_texture_2_px_ser_saddle" DOUBLE,
  "cell_texture_2_px_ser_bright" DOUBLE,
  "cell_texture_2_px_ser_dark" DOUBLE,
  "cell_texture_0_px_ser_spot" DOUBLE,
  "cell_texture_0_px_ser_hole" DOUBLE,
  "cell_texture_0_px_ser_edge" DOUBLE,
  "cell_texture_0_px_ser_ridge" DOUBLE,
  "cell_texture_0_px_ser_valley" DOUBLE,
  "cell_texture_0_px_ser_saddle" DOUBLE,
  "cell_texture_0_px_ser_bright" DOUBLE,
  "cell_texture_0_px_ser_dark" DOUBLE,
  "total_spot_area" DOUBLE,
  "number_of_spots" DOUBLE,
  "number_of_nuclei" BIGINT,
  "nucleus_ratio_width_length" DOUBLE,
  "intensity_nucleus" DOUBLE,
  "spot_number" BIGINT,
  "spot_intensity_relative_bg" DOUBLE,
  "spot_corrected_intensity" DOUBLE,
  "spot_contrast" DOUBLE,
  "spot_bg_intensity" DOUBLE,
  "spot_area" DOUBLE,
  "spot_region_intensity" DOUBLE,
  "spot_region_intensity_15a9c1" DOUBLE,
  "spot_area_px" DOUBLE,
  "spot_roundness" DOUBLE,
  "spot_width" DOUBLE,
  "spot_length" DOUBLE,
  "spot_ratio_width_length" DOUBLE,
  "spot_mean_intensity" DOUBLE,
  "spot_stddev_intensity" DOUBLE,
  "spot_intensity_cv" DOUBLE,
  "line_number" DOUBLE,
  "line_intensity" DOUBLE,
  "line_length" DOUBLE,
  "line_density" DOUBLE,
  "line_anglevar" DOUBLE,
  "line_width" DOUBLE,
  "line_total_length_cell" DOUBLE,
  "line_intensity_cell" DOUBLE,
  "line_length_cell_area" DOUBLE,
  "line_intensity_cell_area" DOUBLE,
  "line_length_width_cell" DOUBLE,
  "line_intensity_width_cell" DOUBLE,
  "line_length_width_cell_area" DOUBLE,
  "line_intensity_width_cell_area" DOUBLE,
  "dot_number" DOUBLE,
  "dot_intensity" DOUBLE,
  "dot_area" DOUBLE,
  "dot_density" DOUBLE,
  "number_of_cells_z" DOUBLE,
  "nucleus_area_z" DOUBLE,
  "cell_area_z" DOUBLE,
  "cell_width_z" DOUBLE,
  "cell_length_z" DOUBLE,
  "cell_ratio_width_length_z" DOUBLE,
  "intensity_cell_mean_z" DOUBLE,
  "intensity_cell_stddev_z" DOUBLE,
  "intensity_cell_max_z" DOUBLE,
  "intensity_cell_min_z" DOUBLE,
  "intensity_membrane_z" DOUBLE,
  "cell_haralick_correlation_1_px_z" DOUBLE,
  "cell_haralick_contrast_1_px_z" DOUBLE,
  "cell_haralick_sum_variance_1_px_z" DOUBLE,
  "cell_haralick_homogeneity_1_px_z" DOUBLE,
  "cell_gabor_min_2_px_w2_z" DOUBLE,
  "cell_gabor_max_2_px_w2_z" DOUBLE,
  "membrane_area_z" DOUBLE,
  "membrane_length_z" DOUBLE
);

Dynamic Drug Treatment Data Output For R Plotting Ta Compounds

@kaggle.saurabhshahane_phenotypic_plasticity_of_the_actin_cytoskeleton.dynamic_drug_treatment_data_output_for_r_plotting_ta_compounds
  • 189.7 KB
  • 29 rows
  • 187 columns
Loading...

CREATE TABLE dynamic_drug_treatment_data_output_for_r_plotting_ta_compounds (
  "treatment_and_mins" VARCHAR,
  "median_platerow" DOUBLE,
  "median_platerow_1" DOUBLE,
  "first_platerow" BIGINT,
  "median_platecolumn" DOUBLE,
  "median_platecolumn_1" DOUBLE,
  "first_platecolumn" BIGINT,
  "first_treatment" VARCHAR,
  "first_replicate" DOUBLE,
  "first_type" VARCHAR,
  "first_plate_number" VARCHAR,
  "first_time_name" VARCHAR,
  "first_time_mins" DOUBLE,
  "median_time_order" DOUBLE,
  "median_time_order_1" DOUBLE,
  "first_time_order" BIGINT,
  "first_treatment_replicate_mins" VARCHAR,
  "first_wellname" VARCHAR,
  "median_number_of_cells" DOUBLE,
  "median_number_of_cells_1" DOUBLE,
  "first_number_of_cells" BIGINT,
  "median_nucleus_area" DOUBLE,
  "median_cell_area" DOUBLE,
  "median_cell_width" DOUBLE,
  "median_cell_length" DOUBLE,
  "median_cell_ratio_width_length" DOUBLE,
  "median_intensity_cell_mean" DOUBLE,
  "median_intensity_cell_stddev" DOUBLE,
  "median_intensity_cell_max" DOUBLE,
  "median_intensity_cell_min" DOUBLE,
  "median_intensity_membrane" DOUBLE,
  "median_cell_haralick_correlation_1_px" DOUBLE,
  "median_cell_haralick_contrast_1_px" DOUBLE,
  "median_cell_haralick_sum_variance_1_px" DOUBLE,
  "median_cell_haralick_homogeneity_1_px" DOUBLE,
  "median_cell_gabor_min_2_px_w2" DOUBLE,
  "median_cell_gabor_max_2_px_w2" DOUBLE,
  "median_membrane_area" DOUBLE,
  "median_membrane_length" DOUBLE,
  "median_membrane_ratio_width_length" DOUBLE,
  "median_cell_texture_2_px_ser_spot" DOUBLE,
  "median_cell_texture_2_px_ser_hole" DOUBLE,
  "median_cell_texture_2_px_ser_edge" DOUBLE,
  "median_cell_texture_2_px_ser_ridge" DOUBLE,
  "median_cell_texture_2_px_ser_valley" DOUBLE,
  "median_cell_texture_2_px_ser_saddle" DOUBLE,
  "median_cell_texture_2_px_ser_bright" DOUBLE,
  "median_cell_texture_2_px_ser_dark" DOUBLE,
  "median_cell_texture_0_px_ser_spot" DOUBLE,
  "median_cell_texture_0_px_ser_hole" DOUBLE,
  "median_cell_texture_0_px_ser_edge" DOUBLE,
  "median_cell_texture_0_px_ser_ridge" DOUBLE,
  "median_cell_texture_0_px_ser_valley" DOUBLE,
  "median_cell_texture_0_px_ser_saddle" DOUBLE,
  "median_cell_texture_0_px_ser_bright" DOUBLE,
  "median_cell_texture_0_px_ser_dark" DOUBLE,
  "median_total_spot_area" DOUBLE,
  "median_number_of_spots" DOUBLE,
  "median_number_of_nuclei" DOUBLE,
  "median_number_of_nuclei_1" DOUBLE,
  "first_number_of_nuclei" BIGINT,
  "median_nucleus_ratio_width_length" DOUBLE,
  "median_intensity_nucleus" DOUBLE,
  "median_spot_number" DOUBLE,
  "median_spot_number_1" DOUBLE,
  "first_spot_number" BIGINT,
  "median_cell_number" DOUBLE,
  "median_cell_number_1" DOUBLE,
  "first_cell_number" BIGINT,
  "median_cell_area_a0aec2" DOUBLE,
  "median_cell_length_a25555" DOUBLE,
  "median_cell_width_d94843" DOUBLE,
  "median_cell_intensity" DOUBLE,
  "median_line_number" DOUBLE,
  "median_line_intensity" DOUBLE,
  "median_line_length" DOUBLE,
  "median_line_density" DOUBLE,
  "median_line_anglevar" DOUBLE,
  "median_line_width" DOUBLE,
  "median_line_total_length_cell" DOUBLE,
  "median_line_intensity_cell" DOUBLE,
  "median_line_length_cell_area" DOUBLE,
  "median_line_intensity_cell_area" DOUBLE,
  "median_line_length_width_cell" DOUBLE,
  "median_line_intensity_width_cell" DOUBLE,
  "median_line_length_width_cell_area" DOUBLE,
  "median_line_intensity_width_cell_area" DOUBLE,
  "median_dot_number" DOUBLE,
  "median_dot_intensity" DOUBLE,
  "median_dot_area" DOUBLE,
  "median_dot_density" DOUBLE,
  "first_treatment_and_time_order" VARCHAR,
  "median_platerow_z" DOUBLE,
  "median_platecolumn_z" DOUBLE,
  "median_number_of_cells_z" DOUBLE,
  "median_nucleus_area_z" DOUBLE,
  "median_cell_area_z" DOUBLE,
  "median_cell_width_z" DOUBLE,
  "median_cell_length_z" DOUBLE,
  "median_cell_ratio_width_length_z" DOUBLE
);

Dynamic Drug Treatment Data Output For R Plotting Ta C 7a59dc77

@kaggle.saurabhshahane_phenotypic_plasticity_of_the_actin_cytoskeleton.dynamic_drug_treatment_data_output_for_r_plotting_ta_c_7a59dc77
  • 197.86 KB
  • 34 rows
  • 187 columns
Loading...

CREATE TABLE dynamic_drug_treatment_data_output_for_r_plotting_ta_c_7a59dc77 (
  "treatment_and_mins" VARCHAR,
  "median_platerow" DOUBLE,
  "median_platerow_1" DOUBLE,
  "first_platerow" BIGINT,
  "median_platecolumn" DOUBLE,
  "median_platecolumn_1" DOUBLE,
  "first_platecolumn" BIGINT,
  "first_treatment" VARCHAR,
  "first_replicate" DOUBLE,
  "first_type" VARCHAR,
  "first_plate_number" VARCHAR,
  "first_time_name" VARCHAR,
  "first_time_mins" DOUBLE,
  "median_time_order" DOUBLE,
  "median_time_order_1" DOUBLE,
  "first_time_order" BIGINT,
  "first_treatment_replicate_mins" VARCHAR,
  "first_wellname" VARCHAR,
  "median_number_of_cells" DOUBLE,
  "median_number_of_cells_1" DOUBLE,
  "first_number_of_cells" BIGINT,
  "median_nucleus_area" DOUBLE,
  "median_cell_area" DOUBLE,
  "median_cell_width" DOUBLE,
  "median_cell_length" DOUBLE,
  "median_cell_ratio_width_length" DOUBLE,
  "median_intensity_cell_mean" DOUBLE,
  "median_intensity_cell_stddev" DOUBLE,
  "median_intensity_cell_max" DOUBLE,
  "median_intensity_cell_min" DOUBLE,
  "median_intensity_membrane" DOUBLE,
  "median_cell_haralick_correlation_1_px" DOUBLE,
  "median_cell_haralick_contrast_1_px" DOUBLE,
  "median_cell_haralick_sum_variance_1_px" DOUBLE,
  "median_cell_haralick_homogeneity_1_px" DOUBLE,
  "median_cell_gabor_min_2_px_w2" DOUBLE,
  "median_cell_gabor_max_2_px_w2" DOUBLE,
  "median_membrane_area" DOUBLE,
  "median_membrane_length" DOUBLE,
  "median_membrane_ratio_width_length" DOUBLE,
  "median_cell_texture_2_px_ser_spot" DOUBLE,
  "median_cell_texture_2_px_ser_hole" DOUBLE,
  "median_cell_texture_2_px_ser_edge" DOUBLE,
  "median_cell_texture_2_px_ser_ridge" DOUBLE,
  "median_cell_texture_2_px_ser_valley" DOUBLE,
  "median_cell_texture_2_px_ser_saddle" DOUBLE,
  "median_cell_texture_2_px_ser_bright" DOUBLE,
  "median_cell_texture_2_px_ser_dark" DOUBLE,
  "median_cell_texture_0_px_ser_spot" DOUBLE,
  "median_cell_texture_0_px_ser_hole" DOUBLE,
  "median_cell_texture_0_px_ser_edge" DOUBLE,
  "median_cell_texture_0_px_ser_ridge" DOUBLE,
  "median_cell_texture_0_px_ser_valley" DOUBLE,
  "median_cell_texture_0_px_ser_saddle" DOUBLE,
  "median_cell_texture_0_px_ser_bright" DOUBLE,
  "median_cell_texture_0_px_ser_dark" DOUBLE,
  "median_total_spot_area" DOUBLE,
  "median_number_of_spots" DOUBLE,
  "median_number_of_nuclei" DOUBLE,
  "median_number_of_nuclei_1" DOUBLE,
  "first_number_of_nuclei" BIGINT,
  "median_nucleus_ratio_width_length" DOUBLE,
  "median_intensity_nucleus" DOUBLE,
  "median_spot_number" DOUBLE,
  "median_spot_number_1" DOUBLE,
  "first_spot_number" BIGINT,
  "median_cell_number" DOUBLE,
  "median_cell_number_1" DOUBLE,
  "first_cell_number" BIGINT,
  "median_cell_area_a0aec2" DOUBLE,
  "median_cell_length_a25555" DOUBLE,
  "median_cell_width_d94843" DOUBLE,
  "median_cell_intensity" DOUBLE,
  "median_line_number" DOUBLE,
  "median_line_intensity" DOUBLE,
  "median_line_length" DOUBLE,
  "median_line_density" DOUBLE,
  "median_line_anglevar" DOUBLE,
  "median_line_width" DOUBLE,
  "median_line_total_length_cell" DOUBLE,
  "median_line_intensity_cell" DOUBLE,
  "median_line_length_cell_area" DOUBLE,
  "median_line_intensity_cell_area" DOUBLE,
  "median_line_length_width_cell" DOUBLE,
  "median_line_intensity_width_cell" DOUBLE,
  "median_line_length_width_cell_area" DOUBLE,
  "median_line_intensity_width_cell_area" DOUBLE,
  "median_dot_number" DOUBLE,
  "median_dot_intensity" DOUBLE,
  "median_dot_area" DOUBLE,
  "median_dot_density" DOUBLE,
  "first_treatment_and_time_order" VARCHAR,
  "median_platerow_z" DOUBLE,
  "median_platecolumn_z" DOUBLE,
  "median_number_of_cells_z" DOUBLE,
  "median_nucleus_area_z" DOUBLE,
  "median_cell_area_z" DOUBLE,
  "median_cell_width_z" DOUBLE,
  "median_cell_length_z" DOUBLE,
  "median_cell_ratio_width_length_z" DOUBLE
);

Share link

Anyone who has the link will be able to view this.