Augmented Data For Stanford Covid Vaccine
Augmented Data for Stanford Covid Vaccine
@kaggle.mathurinache_augmented_data_for_stanford_covid_vaccine
Augmented Data for Stanford Covid Vaccine
@kaggle.mathurinache_augmented_data_for_stanford_covid_vaccine
CREATE TABLE n_43k_augment (
"id" VARCHAR,
"sequence" VARCHAR,
"structure" VARCHAR,
"log_gamma" BIGINT,
"score" DOUBLE,
"cnt" BIGINT,
"predicted_loop_type" VARCHAR
);
CREATE TABLE n_48k_augment (
"id" VARCHAR,
"sequence" VARCHAR,
"structure" VARCHAR,
"log_gamma" BIGINT,
"score" DOUBLE,
"cnt" BIGINT,
"predicted_loop_type" VARCHAR
);
CREATE TABLE aug_data1 (
"id" VARCHAR,
"sequence" VARCHAR,
"structure" VARCHAR,
"log_gamma" BIGINT,
"score" DOUBLE,
"cnt" BIGINT,
"predicted_loop_type" VARCHAR
);
Anyone who has the link will be able to view this.