HeLa Cell Volume Growth & Cell Transition
Variation, Measurement, and Additive Noise
@kaggle.thedevastator_hela_cell_volume_growth_and_cell_cycle_transitio
Variation, Measurement, and Additive Noise
@kaggle.thedevastator_hela_cell_volume_growth_and_cell_cycle_transitio
CREATE TABLE all4exp_df (
"frame" BIGINT,
"volume2" DOUBLE,
"index2" BIGINT,
"volume4" DOUBLE,
"dvdt" DOUBLE,
"t1" DOUBLE,
"t2" DOUBLE,
"t3" DOUBLE,
"dqdt" DOUBLE,
"date" BIGINT
);
CREATE TABLE all4exp_table (
"lineage" BIGINT,
"number_in_lineage" BIGINT,
"vstart" DOUBLE,
"tstart" DOUBLE,
"tmitosis_os" DOUBLE,
"vmitosis_os" DOUBLE,
"tg1" DOUBLE,
"vg1" DOUBLE,
"index2" BIGINT,
"vstartmed" DOUBLE,
"vg1med" DOUBLE,
"vmitosis_osmed" DOUBLE,
"date" BIGINT
);
Anyone who has the link will be able to view this.