Costs Assosiated With DNA Sequencing
Costs assosiated with DNA sequencing 2001 - 2015
@kaggle.merterun_costs_assosiated_with_dna_sequencing
Costs assosiated with DNA sequencing 2001 - 2015
@kaggle.merterun_costs_assosiated_with_dna_sequencing
For many years, the National Human Genome Research Institute (NHGRI) has tracked the costs associated with DNA sequencing performed at the sequencing centers funded by the Institute. This information has served as an important benchmark for assessing improvements in DNA sequencing technologies and for establishing the DNA sequencing capacity of the NHGRI Genome Sequencing Program (GSP). Here, NHGRI provides an analysis of these data, which gives one view of the remarkable improvements in DNA sequencing technologies and data-production pipelines in recent years.
CREATE TABLE sequencing_costs (
"date" TIMESTAMP,
"cost_per_mb" DOUBLE,
"cost_per_genome" DOUBLE
);
Anyone who has the link will be able to view this.