Structural Protein Sequences
Sequence and meta data for various protein structures
@kaggle.shahir_protein_data_set
Sequence and meta data for various protein structures
@kaggle.shahir_protein_data_set
CREATE TABLE pdb_data_no_dups (
"structureid" VARCHAR,
"classification" VARCHAR,
"experimentaltechnique" VARCHAR,
"macromoleculetype" VARCHAR,
"residuecount" BIGINT,
"resolution" DOUBLE,
"structuremolecularweight" DOUBLE,
"crystallizationmethod" VARCHAR,
"crystallizationtempk" DOUBLE,
"densitymatthews" DOUBLE,
"densitypercentsol" DOUBLE,
"pdbxdetails" VARCHAR,
"phvalue" DOUBLE,
"publicationyear" DOUBLE
);
Anyone who has the link will be able to view this.