Genome Information By Organism
genomes including sequences, maps, chromosomes, assemblies and annotations
@kaggle.lsind18_genome_information_by_organism
genomes including sequences, maps, chromosomes, assemblies and annotations
@kaggle.lsind18_genome_information_by_organism
CREATE TABLE genomes (
"organism_name" VARCHAR,
"organism_groups" VARCHAR,
"size_mb" DOUBLE,
"chromosomes" BIGINT,
"organelles" BIGINT,
"plasmids" BIGINT,
"assemblies" BIGINT
);
Anyone who has the link will be able to view this.