Condon Usage Dataset
DNA codon usage frequencies of a large sample of diverse biological organisms
@kaggle.meetnagadia_condon_usage_dataset
DNA codon usage frequencies of a large sample of diverse biological organisms
@kaggle.meetnagadia_condon_usage_dataset
CREATE TABLE codon_usage (
"kingdom" VARCHAR,
"dnatype" BIGINT,
"speciesid" BIGINT,
"ncodons" BIGINT,
"speciesname" VARCHAR,
"uuu" VARCHAR,
"uuc" VARCHAR,
"uua" DOUBLE,
"uug" DOUBLE,
"cuu" DOUBLE,
"cuc" DOUBLE,
"cua" DOUBLE,
"cug" DOUBLE,
"auu" DOUBLE,
"auc" DOUBLE,
"aua" DOUBLE,
"aug" DOUBLE,
"guu" DOUBLE,
"guc" DOUBLE,
"gua" DOUBLE,
"gug" DOUBLE,
"gcu" DOUBLE,
"gcc" DOUBLE,
"gca" DOUBLE,
"gcg" DOUBLE,
"ccu" DOUBLE,
"ccc" DOUBLE,
"cca" DOUBLE,
"ccg" DOUBLE,
"ugg" DOUBLE,
"ggu" DOUBLE,
"ggc" DOUBLE,
"gga" DOUBLE,
"ggg" DOUBLE,
"ucu" DOUBLE,
"ucc" DOUBLE,
"uca" DOUBLE,
"ucg" DOUBLE,
"agu" DOUBLE,
"agc" DOUBLE,
"acu" DOUBLE,
"acc" DOUBLE,
"aca" DOUBLE,
"acg" DOUBLE,
"uau" DOUBLE,
"uac" DOUBLE,
"caa" DOUBLE,
"cag" DOUBLE,
"aau" DOUBLE,
"aac" DOUBLE,
"ugu" DOUBLE,
"ugc" DOUBLE,
"cau" DOUBLE,
"cac" DOUBLE,
"aaa" DOUBLE,
"aag" DOUBLE,
"cgu" DOUBLE,
"cgc" DOUBLE,
"cga" DOUBLE,
"cgg" DOUBLE,
"aga" DOUBLE,
"agg" DOUBLE,
"gau" DOUBLE,
"gac" DOUBLE,
"gaa" DOUBLE,
"gag" DOUBLE,
"uaa" DOUBLE,
"uag" DOUBLE,
"uga" DOUBLE
);
Anyone who has the link will be able to view this.