DNA Sequencing Costs
@owid.dna_sequencing
@owid.dna_sequencing
The National Human Genome Research Institute (NHGRI) tracks the costs associated with DNA sequencing at the centers it funds. The cost-accounting data is summarized relative to two metrics: (1) "Cost per Megabase of DNA Sequence" - the cost of determining one megabase (Mb; a million bases) of DNA sequence of a specified quality; (2) "Cost per Genome" - the cost of sequencing a human-sized genome.
CREATE TABLE owid_dna_sequencing (
"country" VARCHAR,
"year" INTEGER,
"cost_per_genome" FLOAT,
"cost_per_gb" FLOAT
);Anyone who has the link will be able to view this.