You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//this is a catalog, so we should store links as attachments
416
417
newItem.attachments.push({
417
418
title: "PubMed entry",
@@ -420,7 +421,8 @@ function doImportFromText(text, next) {
420
421
snapshot: false
421
422
});
422
423
}
423
-
424
+
elseif(PMCID)newItem.extra+="PMCID: "+PMCID;
425
+
424
426
newItem.complete();
425
427
}
426
428
@@ -1145,19 +1147,19 @@ var testCases = [
1145
1147
"snapshot": false
1146
1148
}
1147
1149
],
1150
+
"title": "A map of human genome variation from population-scale sequencing",
1151
+
"pages": "1061-1073",
1148
1152
"ISSN": "1476-4687",
1149
1153
"journalAbbreviation": "Nature",
1154
+
"publicationTitle": "Nature",
1155
+
"volume": "467",
1150
1156
"issue": "7319",
1157
+
"date": "Oct 28, 2010",
1151
1158
"language": "eng",
1152
1159
"abstractNote": "The 1000 Genomes Project aims to provide a deep characterization of human genome sequence variation as a foundation for investigating the relationship between genotype and phenotype. Here we present results of the pilot phase of the project, designed to develop and compare different strategies for genome-wide sequencing with high-throughput platforms. We undertook three projects: low-coverage whole-genome sequencing of 179 individuals from four populations; high-coverage sequencing of two mother-father-child trios; and exon-targeted sequencing of 697 individuals from seven populations. We describe the location, allele frequency and local haplotype structure of approximately 15 million single nucleotide polymorphisms, 1 million short insertions and deletions, and 20,000 structural variants, most of which were previously undescribed. We show that, because we have catalogued the vast majority of common variation, over 95% of the currently accessible variants found in any individual are present in this data set. On average, each person is found to carry approximately 250 to 300 loss-of-function variants in annotated genes and 50 to 100 variants previously implicated in inherited disorders. We demonstrate how these results can be used to inform association and functional studies. From the two trios, we directly estimate the rate of de novo germline base substitution mutations to be approximately 10(-8) per base pair per generation. We explore the data with regard to signatures of natural selection, and identify a marked reduction of genetic variation in the neighbourhood of genes, due to selection at linked sites. These methods and public data will support the next phase of human genetic research.",
1153
1160
"DOI": "10.1038/nature09534",
1154
-
"extra": "PMID: 20981092",
1155
-
"libraryCatalog": "NCBI PubMed",
1156
-
"title": "A map of human genome variation from population-scale sequencing",
0 commit comments