Aminoacids: Physical And Chemical Properties
Physical and Chemical Properties of Aminoacids
@kaggle.alejopaullier_aminoacids_physical_and_chemical_properties
Physical and Chemical Properties of Aminoacids
@kaggle.alejopaullier_aminoacids_physical_and_chemical_properties
CREATE TABLE aminoacids (
"name" VARCHAR,
"abbr" VARCHAR,
"letter" VARCHAR,
"molecular_weight" DOUBLE,
"molecular_formula" VARCHAR,
"residue_formula" VARCHAR,
"residue_weight" DOUBLE,
"pka1" DOUBLE,
"pkb2" DOUBLE,
"pkx3" DOUBLE,
"pl4" DOUBLE,
"h" DOUBLE,
"vsc" DOUBLE,
"p1" DOUBLE,
"p2" DOUBLE,
"sasa" DOUBLE,
"ncisc" DOUBLE,
"carbon" BIGINT,
"hydrogen" BIGINT,
"nitrogen" BIGINT,
"oxygen" BIGINT,
"sulfur" BIGINT
);
Anyone who has the link will be able to view this.