Skip to main content
Nucleic Acids Research logoLink to Nucleic Acids Research
. 2022 Jul 25;51(D1):D890–D895. doi: 10.1093/nar/gkac638

CMDB: the comprehensive population genome variation database of China

Zhichao Li 1,2,c, Xiaosen Jiang 3,4,c, Mingyan Fang 5, Yong Bai 6, Siyang Liu 7, Shujia Huang 8,, Xin Jin 9,10,
PMCID: PMC9825573  PMID: 35871305

Abstract

A high-quality genome variation database derived from a large-scale population is one of the most important infrastructures for genomics, clinical and translational medicine research. Here, we developed the Chinese Millionome Database (CMDB), a database that contains 9.04 million single nucleotide variants (SNV) with allele frequency information derived from low-coverage (0.06×–0.1×) whole-genome sequencing (WGS) data of 141 431 unrelated healthy Chinese individuals. These individuals were recruited from 31 out of the 34 administrative divisions in China, covering Han and 36 other ethnic minorities. CMDB, housing the WGS data of a multi-ethnic Chinese population featuring wide geographical distribution, has become the most representative and comprehensive Chinese population genome database to date. Researchers can quickly search for variant, gene or genomic regions to obtain the variant information, including mutation basic information, allele frequency, genic annotation and overview of frequencies in global populations. Furthermore, the CMDB also provides information on the association of the variants with a range of phenotypes, including height, BMI, maternal age and twin pregnancy. Based on these data, researchers can conduct meta-analysis of related phenotypes. CMDB is freely available at https://db.cngb.org/cmdb/.

INTRODUCTION

As the cost of sequencing has declined rapidly during the last decades, numerous large-scale population genomics research were conducted to support the precision medicine initiative (1–21). To date, several well-known large-scale international and national population genome variation databases have been published, such as the 1000 Genomes Project (1KGP) (15), Genomics England (16), Genome of the Netherlands (17), ExAC (18) and gnomAD (19). In addition, there are some genomic databases, such as NIH All of us (22) (https://allofus.nih.gov/), that are under construction. These databases have provided a considerable number of genome variants to assist in the fundamental understanding of human genetic architectures. However, the majority of these lack generalizability and are biased towards the baseline for European populations. While significant knowledge about human genetics has been achieved thanks to studies involving more than hundreds of thousands of participants for population with European ancestry (23,24), genetic information of the Chinese population were under-represented. The knowledge of genetic variants and their allele frequencies of the world's largest population were generally obtained from studies consisting of less than tens of thousands individuals (25).

China is the most populous country and the second-largest economy in the world. Therefore, a large-scale Chinese genome database based on whole-genome sequencing data of hundreds of thousands of Chinese individuals with various ethnic groups will not only be of great benefit to the practice of both evolutionary and translational medicine research of the Chinese population, but also addressing the existing sample distribution imbalance of global population in available databases. In the past decade, several Chinese genome projects have been launched. PGG.Han, released in 2019, archives approximately 12K WGS data and 102 586 high-density genome-wide genotyped data (26). ChinaMAP released the analytics of deep WGS about 10.5k individuals recruited from 8 ethnic populations in China (25). The NyuWa genome resource that includes deep WGS of 2999 Chinese individuals and constructed reference panel has been open access since 2021 (27). However, PGG.Han and NyuWa are predominantly biased towards the Han Chinese population while ChinaMAP is mostly biased toward the Central and North Chinese population. Consequently, they may not be capable of representing the ethnic diversity of China.

Here, we have established the Chinese Millionome Database (CMDB, https://db.cngb.org/cmdb/), the largest and the most representative Chinese genome variation database to date. The CMDB database contains 9.04 million single nucleotide variants (SNVs) and the allele frequency information from low-coverage (0.06×–0.1×) WGS data of 141 431 unrelated healthy Chinese individuals (28). These individuals were recruited from 31 out of the 34 administrative divisions in China, covering the Han and 36 ethnic minorities. The main functions of the database are described below. (i) the database provides a query interface to search for allele frequency of variants. (ii) GWAS summary statistics for common phenotypes that were cataloged based on Genome-wide Association Study (GWAS).

DATA COLLECTION AND PROCESS

The CMDB was designed based on the whole genome analysis results from 141 431 unrelated individuals. The participants were all healthy pregnant women and recruited via the non-invasive fetal trisomy test at BGI between 2012 and 2013 (28,29), covering 31 out of the 34 administrative divisions with Han and 36 other ethnic minorities in China. All of the participants had signed informed consent and then been assigned an anonymous sample code before donating blood sample for excluding any personal identifiable information. After applying the low-coverage WGS (0.06× to 0.1×) for each participant, we filtered and aligned the reads using SOAPnuke (30) and bwa (31), removed duplicates with samtools rmdup module (32), recalibrated the base quality score using GATK(v3.8) (33). BaseVar (https://github.com/ShujiaHuang/basevar), a self-developed fast maximum likelihood estimation method, was afterwards run to identify polymorphic sites and infer allele frequencies (28). In addition, We annotated the variants with VEP (34), employed STITCH(v1.2.7) (35) to impute genotype, and Angsd (36) to call the significant loci associated with a phenotype. More details in sample summary and analysis have been described in the previous study (28).

DATABASE IMPLEMENTATION

Based on the allele frequency and the summary results of GWAS, we adopted the following IT strategies to build the database. We used flask as the CMDB backend framework (https://flask.palletsprojects.com/) and MongoDB as the database engine (https://www.mongodb.com/). Flask is a popular, free and open-source micro framework for building web application while MongoDB is a popular and open-source document-oriented NoSQL database that is designed to store a large scale of data. The web frontend interface was developed using the VUE framework (https://vuejs.org/), a progressive framework for building user interfaces. Moreover, JQuery (https://jquery.com/, a cross-platform and feature-rich JavaScript library) and Bootstrap (https://getbootstrap.com, an open-source toolkit for developing Web projects using HTML, CSS and JS) were used as plugins. In addition, the website used D3 (https://d3js.org/, a JavaScript library for manipulating documents based on data) and Echart (https://echarts.apache.org/, data visualization open-source toolkit) to visualize genomics data.

DATABASE CONTENT AND USAGE

Overview

CMDB contains 9.04 million SNVs and associated variants with four phenotypes. In these datasets, 81.7% of the variants have been called in the 1KGP Han Chinese individuals (15), and 2.6% (233 966) are completely novel not present in the dbSNP databse (28). Statistics information on the distribution of variants on all chromosomes is displayed on the overview page of the database, and the user can select any chromosome to view the statistics information for that chromosome (Supplementary Figure S1). Furthermore, CMDB yields various statistics summaries, including variant density, allele frequency spectrum, base change, ts/tv ratio, variant quality and variant type.

CMDB provides a web interface that enables quick search for variants, genes or genomic regions to query the variation information, including basic information of variants, allele frequency, genic annotation and frequency comparison to the global populations. Besides, the CMDB also provides information about the association of the variant with a range of phenotypes, including height, BMI, maternal age and twin pregnancy. Based on the GWAS data, researchers can perform large-scale meta-analyses of the phenotypes of interest. These functionalities were efficiently implemented by a self-developed tool calls CMDBtools (https://github.com/ShujiaHuang/cmdbtools).

Search for variants (Homepage)

CMDB allows users to learn about genomic variants in the large population study from five perspectives: Gene, Transcript, Variant, Multi-allelic variant and genomic Region that spanning not more than 100 kb. The relevant elements are available in any query result interface so that the user can further view the element information of interest. This means the corresponding transcripts and variants can be found when searching for genes, and vice versa. For example, researcher can search for BRCA1, one of the most common breast cancer genes, on the home page and get the gene summary including the coverage plot of the query transcripts or the genomic regions and corresponding variants data comprising of chromosome positions, annotation, allele frequency, etc. (Figure 1). Users can click on a transcript or variant to focus on the corresponding element at a more granular level.

Figure 1.

Figure 1.

Screenshots of BRCA1 gene search and search result. (A) Search with BRCA1 gene as an example, the corresponding transcript, variant, multi-allelic variant and region can all be used to get similar results page. The following is the query results. (B) The gene summary including the number of variants, UCSC browser link. (C) The coverage plot of a transcript. (D) The details of variants queried in the database. (E) Specify a variant to see the allele frequency in other population studies.

GWAS interface

CMDB also provides interactive Manhattan plot and GWAS summary statistics based on Chinese population currently for four commonly measured traits: Height, BMI, Age and Twins-pregnancy and more traits in the future. When obtaining query phenotype results, user can select seven P-value thresholds to browse the distribution of significant variation associated with the phenotype. In addition, user can focus on any associated gene, variant and region by additional filtering fields (Figure 2).

Figure 2.

Figure 2.

An example of GWAS query results. The associated variant with BMI under all P-value thresholds.

API DEVELOPMENT

The CMDB provides a Genomics API, which is a RESTful API (https://restfulapi.net/) that enables researcher to access CMDB variants data across remote sites via program scripts or command line. The API allows retrieval of CMDB variant information via variants’ position or dbSNP Reference (rs) number. CMDBtools was developed based on the CMDB Genomics API. It is a Python toolkit that could backup queries for single variant and multiple variants, and annotate the local VCF (Variant Call Format) file with data including allele frequency, coverage information by population level, allele count by population level and filtration status in CMDB. CMDBtools can be easily install via the Python PyPI approach (https://pypi.org/search/?q=cmdbtools). The CMDBtools guidance is shown on the DOCUMENTATION page (http://cmdb.bgi.com/cmdb/apidoc-cmdbtools) and github repository simultaneously (https://github.com/ShujiaHuang/cmdbtools).

DISCUSSION AND FUTURE DIRECTIONS

Many studies have demonstrated that large-scale samples via low-coverage (<1×) sequencing performs good in calling common variants (37), calculating genome-wide polygenic scores (37), calling copy number variants (CNV) (38), even performs better than high coverage sequencing in many aspects when taking into account limited costs (28,37–42). Although sequencing at low depth, the development of the Chinese millionome database (CMDB) has filled the gap for a high-quality baseline genomic database of Chinese population. The CMDB database allows researchers to query variants, annotating their local VCF files and obtain several GWAS summary statistics results. Involving more than one hundred of thousands of participants with the broad geographic representation of multi-ethnic origin, CMDB is currently the largest and most representative Chinese population genome database. We believe that CMDB will greatly facilitate Chinese population genetic studies and medicine development.

In the future, we plan to improve the database in the following aspects. First, we will update the variants dataset including variant counts and allele frequencies by including additional samples and more comprehensive ethnics, and providing GWAS summary statistics with more phenotypes. Second, we will also add the population frequencies of SV (structure variation), including CNV, to the database since SV plays a very important role in genetic diseases or specific traits. Third, some general population genomics analysis tools including IMPUTE2 (43) and BEAGLE (44) used for imputation, plink (45) used for GWAS will be developed as online applications. Meanwhile, we will continuously improve the CMDBtools to speed up the response time towards a greater amount of user query.

DATA AVAILABILITY

The CMDBtools is available in the GitHub repository (https://github.com/ShujiaHuang/cmdbtools).

Supplementary Material

gkac638_Supplemental_File

ACKNOWLEDGEMENTS

We are especially grateful to Xiaofeng Wei, Kang Fang, Zhulidizi Yeerxin, Runming Lin, Ziyuan Ke from BGI for providing IT technical support to set up and upgrade CMDB database. This work was supported by China National GeneBank (CNGB).

Contributor Information

Zhichao Li, College of Life Sciences, University of Chinese Academy of Sciences, Beijing, 100049, China; BGI-Shenzhen, Shenzhen, 518083, Guangdong, China.

Xiaosen Jiang, College of Life Sciences, University of Chinese Academy of Sciences, Beijing, 100049, China; BGI-Shenzhen, Shenzhen, 518083, Guangdong, China.

Mingyan Fang, BGI-Shenzhen, Shenzhen, 518083, Guangdong, China.

Yong Bai, BGI-Shenzhen, Shenzhen, 518083, Guangdong, China.

Siyang Liu, BGI-Shenzhen, Shenzhen, 518083, Guangdong, China.

Shujia Huang, BGI-Shenzhen, Shenzhen, 518083, Guangdong, China.

Xin Jin, BGI-Shenzhen, Shenzhen, 518083, Guangdong, China; School of Medicine, South China University of Technology, Guangzhou, Guangdong, 510006, China.

SUPPLEMENTARY DATA

Supplementary Data are available at NAR Online.

FUNDING

National Natural Science Foundation of China [32000398]; National Natural Science Foundation of China [31900487]; Natural Science Foundation of Guangdong Province, China [2017A030306026]; Guangdong-Hong Kong Joint Laboratory on Immunological and Genetic Kidney Diseases [2019B121205005]. Funding for open access charge: Beijing Genomics Institute at Shenzhen.

Conflict of interest statement. None declared.

REFERENCES

  • 1. Stark Z., Dolman L., Manolio T.A., Ozenberger B., Hill S.L., Caulfied M.J., Levy Y., Glazer D., Wilson J., Lawler M.et al.. Integrating genomics into healthcare: a global responsibility. Am. J. Hum. Genet. 2019; 104:13–20. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2. International HapMap Consortium The International HapMap Project. Nature. 2003; 426:789–796. [DOI] [PubMed] [Google Scholar]
  • 3. Goodwin S., McPherson J.D., McCombie W.R.. Coming of age: ten years of next-generation sequencing technologies. Nat. Rev. Genet. 2016; 17:333–351. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4. Metspalu A., Koehler F., Laschinski G., Ganten D., Roots I.. The Estonian Genome Project in the context of European Genome Research. Dtsch. Med. Wochenschr. 2004; 129(Suppl. 1):S25–S28. [DOI] [PubMed] [Google Scholar]
  • 5. Lethimonnier F., Levy Y.. Genomic medicine france 2025. Ann. Oncol. 2018; 29:783–784. [DOI] [PubMed] [Google Scholar]
  • 6. Tadaka S., Katsuoka F., Ueki M., Kojima K., Makino S., Saito S., Otsuki A., Gocho C., Sakurai-Yageta M., Danjoh I.et al.. 3.5KJPNv2: an allele frequency panel of 3552 japanese individuals including the x chromosome. Hum. Genome Var. 2019; 6:28. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7. Le V.S., Tran K.T., Bui H.T.P., Le H.T.T., Nguyen C.D., Do D.H., Ly HaTT, Pham L.T.D., Dao L.T.M., Nguyen L.T.. A vietnamese human genetic variation database. Hum. Mutat. 2019; 40:1664–1675. [DOI] [PubMed] [Google Scholar]
  • 8. Kim J., Weber J.A., Jho S., Jang J., Jun J., Cho Y.S., Kim H.-M., Kim H., Kim Y., Chung O.et al.. KoVariome: korean national standard reference variome database of whole genomes with comprehensive SNV, indel, CNV, and SV analyses OPEN. Sci. Rep. 2018; 8:5677. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9. Gudbjartsson D.F., Helgason H., Gudjonsson S.A., Zink F., Oddson A., Gylfason A., Besenbacher S., Magnusson G., Halldorsson B.V., Hjartarson E.et al.. Large-scale whole-genome sequencing of the icelandic population. Nat. Genet. 2015; 47:435–444. [DOI] [PubMed] [Google Scholar]
  • 10. Walter K., Min J.L., Huang J., Crooks L., Memari Y., McCarthy S., Perry J.R.B., Xu C., Futema M., Lawson D.et al.. The UK10K project identifies rare variants in health and disease. Nature. 2015; 526:82–89. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11. Turnbull C., Scott R.H., Thomas E., Jones L., Murugaesu N., Pretty F.B., Halai D., Baple E., Craig C., Hamblin A.et al.. The 100 000 genomes project: bringing whole genome sequencing to the NHS. BMJ. 2018; 361:k1687. [DOI] [PubMed] [Google Scholar]
  • 12. Hehir-Kwa J.Y., Marschall T., Kloosterman W.P., Francioli L.C., Baaijens J.A., Dijkstra L.J., Abdellaoui A., Koval V., Thung D.T., Wardenaar R.et al.. A high-quality human reference panel reveals the complexity and distribution of genomic structural variants. Nat. Commun. 2016; 7:12989. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13. Telenti A., Pierce L.C.T., Biggs W.H., di Iulio J., Wong E.H.M., Fabani M.M., Kirkness E.F., Moustafa A., Shah N., Xie C.et al.. Deep sequencing of 10,000 human genomes. Proc. Natl. Acad. Sci. U.S.A. 2016; 113:11901–11906. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14. Nagasaki M., Yasuda J., Katsuoka F., Nariai N., Kojima K., Kawai Y., Yamaguchi-Kabata Y., Yokozawa J., Danjoh I., Saito S.et al.. Rare variant discovery by deep whole-genome sequencing of 1,070 japanese individuals. Nat. Commun. 2015; 6:2–10. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15. Auton A., Abecasis G.R., Altshuler D.M., Durbin R.M., Bentley D.R., Chakravarti A., Clark A.G., Donnelly P., Eichler E.E., Flicek P.et al.. A global reference for human genetic variation. Nature. 2015; 526:68–74. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16. Genomics England The national genomics research library v7. 2021;
  • 17. Boomsma D.I., Wijmenga C., Slagboom E.P., Swertz M.A., Karssen L.C., Abdellaoui A., Ye K., Guryev V., Vermaat M., van Dijk F.et al.. The genome of the netherlands: design, and project goals. Eur. J. Hum. Genet. 2014; 22:221–227. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18. Karczewski K.J., Weisburd B., Thomas B., Solomonson M., Ruderfer D.M., Kavanagh D., Hamamsy T., Lek M., Samocha K.E., Cummings B.B.et al.. The ExAC browser: displaying reference data information from over 60 000 exomes. Nucleic Acids Res. 2017; 45:D840–D845. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19. Karczewski K.J., Francioli L.C., Tiao G., Cummings B.B., Alföldi J., Wang Q., Collins R.L., Laricchia K.M., Ganna A., Birnbaum D.P.et al.. The mutational constraint spectrum quantified from variation in 141,456 humans. Nature. 2020; 581:434–443. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20. Mattingsdal M., Ebenesersdóttir S.S., Moore K.H.S., Andreassen O.A., Hansen T.F., Werge T., Kockum I., Olsson T., Alfredsson L., Helgason A.et al.. The genetic structure of Norway. Eur. J. Hum. Genet. 2021; 29:1710–1718. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21. Maretty L., Jensen J.M., Petersen B., Sibbesen J.A., Liu S., Villesen P., Skov L., Belling K., Theil Have C., Izarzugaza J.M.G.et al.. Sequencing and de novo assembly of 150 genomes from denmark as a population reference. Nature. 2017; 548:87–91. [DOI] [PubMed] [Google Scholar]
  • 22. Denny J.C., Rutter J.L., Goldstein D.B., Philippakis A., Smoller J.W., Jenkins G., Dishman E.. The ‘All of us’ research program. N. Engl. J. Med. 2019; 381:668–676. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23. Taliun D., Harris D.N., Kessler M.D., Carlson J., Szpiech Z.A., Torres R., Taliun S.A.G., Corvelo A., Gogarten S.M., Kang H.M.et al.. Sequencing of 53,831 diverse genomes from the NHLBI TOPMed program. Nature. 2021; 590:290–299. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24. Bycroft C., Freeman C., Petkova D., Band G., Elliott L.T., Sharp K., Motyer A., Vukcevic D., Delaneau O., O’Connell J.et al.. The UK biobank resource with deep phenotyping and genomic data. Nature. 2018; 562:203–209. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25. Cao Y., Li L., Xu M., Feng Z., Sun X., Lu J., Xu Y., Du P., Wang T., Hu R.et al.. The ChinaMAP analytics of deep whole genome sequences in 10,588 individuals. Cell Res. 2020; 30:717–731. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26. Gao Y., Zhang C., Yuan L., Ling Y.C., Wang X., Liu C., Pan Y., Zhang X., Ma X., Wang Y.et al.. PGG.Han: the han chinese genome database and analysis platform. Nucleic Acids Res. 2020; 48:D971–D976. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27. Zhang P., Luo H., Li Y., Wang Y., Wang J., Zheng Y., Niu Y., Shi Y., Zhou H., Song T.et al.. NyuWa genome resource: a deep whole-genome sequencing-based variation profile and reference panel for the chinese population. Cell Rep. 2021; 37:110017. [DOI] [PubMed] [Google Scholar]
  • 28. Liu S., Huang S., Chen F., Zhao L., Yuan Y., Francis S.S., Fang L., Li Z., Lin L., Liu R.et al.. Genomic analyses from Non-invasive prenatal testing reveal genetic associations, patterns of viral infections, and chinese population history. Cell. 2018; 175:347–359. [DOI] [PubMed] [Google Scholar]
  • 29. Zhang H., Gao Y., Jiang F., Fu M., Yuan Y., Guo Y., Zhu Z., Lin M., Liu Q., Tian Z.et al.. Non-invasive prenatal testing for trisomies 21, 18 and 13: clinical experience from 146 958 pregnancies. Ultrasound Obstet. Gynecol. 2015; 45:530–538. [DOI] [PubMed] [Google Scholar]
  • 30. Chen Y., Chen Y., Shi C., Huang Z., Zhang Y., Li S., Li Y., Ye J., Yu C., Li Z.et al.. SOAPnuke: a mapreduce acceleration-supported software for integrated quality control and preprocessing of high-throughput sequencing data. Gigascience. 2018; 7:1–6. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31. Li H., Durbin R.. Fast and accurate short read alignment with burrows-wheeler transform. Bioinformatics. 2009; 25:1754–1760. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32. Li H., Handsaker B., Wysoker A., Fennell T., Ruan J., Homer N., Marth G., Abecasis G., Durbin R.. The sequence alignment/map format and SAMtools. Bioinformatics. 2009; 25:2078–2079. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33. DePristo M.A., Banks E., Poplin R., Garimella K.V, Maguire J.R., Hartl C., Philippakis A.A., Angel G., Rivas M.A., Hanna M.et al.. A framework for variation discovery and genotyping using next-generation DNA sequencing data. Nat. Genet. 2011; 43:491–498. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34. McLaren W., Gil L., Hunt S.E., Riat H.S., Ritchie G.R.S., Thormann A., Flicek P., Cunningham F.. The ensembl variant effect predictor. Genome Biol. 2016; 17:122. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35. Davies R.W., Flint J., Myers S., Mott R.. Rapid genotype imputation from sequence without reference panels. Nat. Genet. 2016; 48:965–969. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36. Korneliussen T.S., Albrechtsen A., Nielsen R.. ANGSD: analysis of next generation sequencing data. BMC Bioinf. 2014; 15:356. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37. Homburger J.R., Neben C.L., Mishne G., Zhou A.Y., Kathiresan S., Khera A.V.. Low coverage whole genome sequencing enables accurate assessment of common variants and calculation of genome-wide polygenic scores. Genome Med. 2019; 11:74. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38. Dong Z., Xie W., Chen H., Xu J., Wang H., Li Y., Wang J., Chen F., Choy K.W., Jiang H.. Copy-number variants detection by low-pass whole-genome sequencing. Curr. Protoc. Hum. Genet. 2017; 2017:8.17.1–8.17.16. [DOI] [PubMed] [Google Scholar]
  • 39. Li Y., Sidore C., Kang H.M., Boehnke M., Abecasis G.R.. Low-coverage sequencing: implications for design of complex trait association studies. Genome Res. 2011; 21:940–951. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40. Pasaniuc B., Rohland N., McLaren P.J., Garimella K., Zaitlen N., Li H., Gupta N., Neale B.M., Daly M.J., Sklar P.et al.. Extremely low-coverage sequencing and imputation increases power for genome-wide association studies. Nat. Genet. 2012; 44:631–635. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 41. Fumagalli M. Assessing the effect of sequencing depth and sample size in population genetics inferences. PLoS One. 2013; 8:14–17. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42. Zhou Bo, Ho S.S., Zhang X., Pattni R., Haraksingh R.R., Urban A.E.. Whole-genome sequencing analysis of CNV using low-coverage and paired-end strategies is efficient and outperforms arraybased CNV analysis. Physiol. Behav. 2017; 176:139–148. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43. Howie B.N., Donnelly P., Marchini J.. A flexible and accurate genotype imputation method for the next generation of genome-wide association studies. PLoS Genet. 2009; 5:e1000529. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 44. Browning B.L., Browning S.R.. A unified approach to genotype imputation and haplotype-phase inference for large data sets of trios and unrelated individuals. Am. J. Hum. Genet. 2008; 84:210–223. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 45. Purcell S., Neale B., Todd-Brown K., Thomas L., Ferreira M.A.R., Bender D., Maller J., Sklar P., De Bakker P.I.W., Daly M.J.et al.. PLINK: a tool set for whole-genome association and population-based linkage analyses. Am. J. Hum. Genet. 2007; 81:559–575. [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

gkac638_Supplemental_File

Data Availability Statement

The CMDBtools is available in the GitHub repository (https://github.com/ShujiaHuang/cmdbtools).


Articles from Nucleic Acids Research are provided here courtesy of Oxford University Press

RESOURCES