Literature DB >> 24931986

Probabilistic method for detecting copy number variation in a fetal genome using maternal plasma sequencing.

Ladislav Rampášek1, Aryan Arbabi1, Michael Brudno2.   

Abstract

MOTIVATION: The past several years have seen the development of methodologies to identify genomic variation within a fetus through the non-invasive sequencing of maternal blood plasma. These methods are based on the observation that maternal plasma contains a fraction of DNA (typically 5-15%) originating from the fetus, and such methodologies have already been used for the detection of whole-chromosome events (aneuploidies), and to a more limited extent for smaller (typically several megabases long) copy number variants (CNVs).
RESULTS: Here we present a probabilistic method for non-invasive analysis of de novo CNVs in fetal genome based on maternal plasma sequencing. Our novel method combines three types of information within a unified Hidden Markov Model: the imbalance of allelic ratios at SNP positions, the use of parental genotypes to phase nearby SNPs and depth of coverage to better differentiate between various types of CNVs and improve precision. Our simulation results, based on in silico introduction of novel CNVs into plasma samples with 13% fetal DNA concentration, demonstrate a sensitivity of 90% for CNVs >400 kb (with 13 calls in an unaffected genome), and 40% for 50-400 kb CNVs (with 108 calls in an unaffected genome).
AVAILABILITY AND IMPLEMENTATION: Implementation of our model and data simulation method is available at http://github.com/compbio-UofT/fCNV.
© The Author 2014. Published by Oxford University Press.

Entities:  

Mesh:

Substances:

Year:  2014        PMID: 24931986      PMCID: PMC4058944          DOI: 10.1093/bioinformatics/btu292

Source DB:  PubMed          Journal:  Bioinformatics        ISSN: 1367-4803            Impact factor:   6.937


1 INTRODUCTION

Until recently, the prenatal analysis of a fetal genome required samples directly obtained from the fetus by invasive procedures like chorionic villus sampling or amniocentesis, where amniotic fluid is sampled from around the developing fetus. Amniocentesis, however, has several important disadvantages. Foremost, it carries a non-trivial risk of miscarriage [estimated procedure-related fetal loss rate is 0.6–1% (Douglas )], and hence is refused by a fraction of patients. Secondly, amniocentesis cannot be performed too early, as the risk of miscarriage rises significantly, and is typically indicated for the 15th week of pregnancy, outside of the time-frame for the safest abortion options (<12 weeks) and leaving only limited time for follow-up analysis. Finally, amniocentesis is a complex and expensive medical procedure ($1500–$3000). Consequently, amniocentesis is typically performed only to confirm or reject a diagnosis if a genetic disease is suspected, e.g. high likelihood of Down syndrome based on prenatal ultrasound. The last several years has seen the initial development of alternative, non-invasive methods for prenatal genetic testing. Prominent among these are methods that are based on analysis (arrays or sequencing) of cell-free DNA (cfDNA) extracted from maternal blood plasma, which contains an admixture of fetal and maternal DNA. The fraction of fetal DNA in such an admixture varies depending on multiple factors, including maternal weight and size of the fetus, but typically builds up from ∼5–7% early in the pregnancy to 10% at week 10 (Wang ) to as much as 50% before delivery (Fan ; Wang ). In experiments conducted by Kitzman (and utilized in this article), the estimated admixture in samples obtained at 8 weeks and 18.5 weeks of gestation was 7 and 13%, respectively. The decreasing cost of DNA sequencing has made it practical to directly sequence cfDNA extracted from maternal blood to identify likely genetic disorders present in the fetus. Non-invasive methods are becoming more commonly used to directly identify aneuploidies (abnormal chromosome counts) and are also enabling preventive screening for heritable genetic diseases, resulting in better prenatal health care (Saunders ). While most non-invasive genetic diagnostics aim to test for a particular previously known biomarker, Kitzman demonstrated the possibility of the reconstruction of the whole genome of the fetus by combining whole-genome sequencing of parental genomes with deep sequencing of cfDNA from maternal plasma (78× coverage). The key intuition in this method is the comparison of allelic ratios at individual SNP loci, as the inheritance of a particular paternal allele affects the percentage of reads with that allele at the particular position in the genome. This method heavily relies on the availability of phased parental genotypes, as these allow for the inference of likely co-inherited SNPs, leading to an improvement in the signal-to-noise ratio. It consequently provides for high accuracy identification of inherited (98% accuracy) but not de novo single nucleotide variants (17 correct calls out of 44 true de novo sites, with 3884 called positions). While most efforts to detect copy number variants (CNVs) from cfDNA sequencing have so far concentrated on whole-chromosome events [e.g. Chu ], the past year has seen the first few attempts at methods for genome-wide identification of sub-chromosomal de novo CNVs. Such methods are desired to enable non-invasive prenatal screening for diseases like DiGeorge syndrome (∼3 Mb deletion), Prader-Willi syndrome (the deletion subtype caused by a ∼4 Mb deletion) and other disorders associated with a mid to large sized CNV. So far two manuscripts address the problem of detecting sub-chromosomal CNVs (Chen ; Srinivasan ). While the exact methods used in both of these approaches differ, both rely on depth of coverage: they map the reads to the genome, divide the genome into bins and identify the CNVs by comparing the number of reads mapped to each bin. The key idea in these methods is that deletions/duplications will result in more/fewer fetal reads within a window, and this difference can be identified using statistical methods. Srinivasan use depth-of-coverage computed in 1 Mb windows across the genome to identify CNVs that are typically >1 MB, though they do report discovery of a 300 kb CNV. Nine of the 22 discovered CNVs in 11 patients were concordant with karyotyping results, with most discrepancies being short (<1 Mb) CNVs. Importantly, they use extremely short (25 bp) reads, allowing for larger number of fragments at equal coverage depth. Chen use even larger 10 Mb windows, again considering only the number of fragments mapped, and are able to successfully identify variants 9–29 Mb with only one false positive among six true positives in 1311 patients. Both methods utilize low coverage WGS of the plasma cfDNA, while leveraging the large number of samples. In this manuscript, we introduce a novel model for non-invasive prenatal identification of de novo CNVs with increased sensitivity compared with methods published so far. Our method combines three types of information within a unified probabilistic model. First, our method takes advantage of the imbalance of allelic ratios at SNP positions that are introduced by various types of paternally and maternally inherited CNVs. Secondly, following the work of Kitzman , we use parental genotypes to phase nearby SNPs, modelling their co-inheritance (or recombination) and thus improving the signal-to-noise ratio. Finally, we observed that allelic ratios poorly differentiate between certain types of CNVs: for example, as further described below, a duplication of a paternally inherited allele results in extremely similar allelic ratios to deletion of a maternally inherited one. We thus combine the allelic ratios with the depth-of-coverage signal to better differentiate between such cases. Our simulation results, based on in silico introduction of novel CNVs into plasma samples with 13% fetal DNA concentration, demonstrate a sensitivity of 90% for CNVs >400 kb (with 13 calls in an unaffected genome), and 40% for 50–400 kb CNVs (with 108 calls in an unaffected genome).

2 METHODS

Our method models two types of signal from the data: (i) imbalance of the allele distributions at SNP loci (discussed in Section 2.1) and (ii) number of fragments sequenced from ∼1 kb genomic regions (discussed in Section 2.2). Though each of these is noisy, the two are (nearly) independent (modulo number of reads overlapping the SNP position) variables and can be combined into a single generative model. For this purpose, we use a Hidden Markov Model (HMM), where we interpret the allele counts at SNP loci as emissions, while the coverage is used as a prior probability for each state (see Section 2.3). For our method, we assume that we have phased haplotypes of both parents, and deep sequencing data of cfDNA from maternal plasma. In practice we used whole-genome sequencing (WGS) data for the parents, with phasing based on 1000 Genomes data (see Section 3.1). All de novo CNVs thus correspond to a particular parental haplotype duplication or deletion event. Labelling the two maternal and paternal haplotypes as M, M, P, P. For each inheritance pattern—normal inheritance, maternal duplication, paternal duplication, maternal deletion, paternal deletion—we introduce a set of phased inheritance patterns that enumerates all the possible configurations of fetal haplotypes corresponding to the respective inheritance pattern. For example a duplication in the maternal gamete will consist of one (or more) of six phased inheritance patterns: There are a total of 20 phased inheritance patterns (): six each for maternal/paternal duplication, two each for maternal/paternal deletion and four for normal inheritance). We refer to the number of alleles (copy count) inherited by the fetus as . We use r to refer to the percentage of cfDNA that is fetus-derived; this parameter is estimated from positions in the genome where the parents are homozygous for alternate alleles.

2.1 SNP allele distribution

For every SNP locus we observe a distribution of nucleotides in maternal plasma reads. In this section we focus on calculating the probability of the observation with respect to a phased inheritance pattern. Formally, we observe the counts of the four nucleotides and compute the probability of observing each of these from a particular phased inheritance pattern . Ideally, these counts should follow multinomial distribution with the parameter vector . However we have found that modelling them as independent Gaussians with variance equal to the mean (as an approximation of the Poisson), makes the inference of the inheritance pattern more robust to noise. More formally, To compute the expected support for , we first adjust the mixture ratio r based on the expected number of fetal haplotypes , as absence/presence of an additional fetal copy in the plasma sample influences the local fetal mixture ratio. We accommodate this influence of expected fetal haplotypes instead of regular two as follows: Then for each nucleotide x we compute the probability p of observing a read supporting x. Such a read might have originated from multiple haplotypes, including two maternal haplotypes and fetal haplotypes. We can individually evaluate this probability for each haplotype and subsequently sum them to obtain p: For reads putatively coming from maternal portion of the cfDNA sample, we correct for maternal CNVs by using the allele ratios m as observed in maternal-only sequencing data. Additionally, to mitigate noise we add pseudocount α (proportional to the genome-wide coverage) to these counts. We thus obtain the expected probability distribution for each nucleotide observed at this SNP locus. To obtain the expected number of reads supporting particular variant at this SNP locus, we have to multiply p by the number of reads mapped, As we describe later, we use this probability distribution that is conditional on phased pattern as the emission distribution for each nucleotide in our HMM.

2.2 CNVs and depth of coverage

Variations in number of fragments sequenced per a region is a standard measure used for detection of mid- to large-sized CNVs [see Medvedev for a review], and has also been used for CNV detection from maternal plasma (Chen ; Srinivasan ). However, the relatively low admixture of fetal DNA in the maternal plasma together with cfDNA sequencing biases considerably limit potential of methods relying on coverage signal from a single sample. Furthermore, the high variability of the coverage derived from blood plasma (Fig. 1) makes it difficult to identify shorter CNVs. Thus, methods Chen and Srinivasan use large bins and require multiple datasets to establish a baseline for CNV calling.
Fig. 1.

Distribution of fragments per kilobase of chromosome 1 per million fragments (FPKM) in 1 megabase segments for plasma sample (blue) and maternal sample (red) of the I1 trio

Distribution of fragments per kilobase of chromosome 1 per million fragments (FPKM) in 1 megabase segments for plasma sample (blue) and maternal sample (red) of the I1 trio Simultaneously, the coverage forms an important complementary signal to the allelic distributions described above: certain ratios have very similar probability under different phased patterns, e.g. a deletion of a maternally inherited allele may yield distributions similar to a paternally inherited duplication. Incorporating the coverage signal helps to discriminate such states. In our method, we use the coverage information as a noisy predictor to complement the signal we obtain from SNP loci. As a measure of coverage in a genomic region, we use window ratio value (WRV) analogous to the bin ratio value measure used by Srinivasan , which is essentially the number of fragments mapped to the region and normalized by the number of fragments mapped to other regions with similar content. Note that WRVs are independent of content and depth of sequencing of the sample. For the purpose of our model, we split the genome to non-overlapping windows, each containing a single SNP, with breakpoints being in the middle between two adjacent SNPs. For each SNP i the corresponding for the window W containing the i-th SNP position is then computed as the ratio of number of fragments mapped to W to the sum of fragments mapped to 200 windows of the same size with content closest to W: However, the variable length of the windows makes such computations expensive as computation of is linear in number of windows. To make the WRV computations practical, we scale to correspond to expected number of fragments as if kb by multiplying by (for clarity, not shown in our equations). Then WRVs in 1 kb bins can be precomputed, enabling us to find in time logarithmic from the number of bins. Using 1 kb bins is a good approximation as the mean distance between two adjacent SNP loci is expected to be 1 ∼ kb. Overall, our goal is to estimate the probability of observing in the studied plasma sample conditional on the number of fetal haplotypes (), which is either three for duplication, one for deletion or two for normal inheritance. To do so, we use a reference sample to obtain for comparison (computed in the same genomic window W). Further we need to compute two more reference s, each scaled to reflect one CNV type. For duplication, we would expect to see times more fragments while for deletion times less fragments, thus the scaled is estimated as Finally, we can compute the probability of being generated from an event with fetal allele copy count as: where we model the difference between and as a Gaussian noise with zero mean and empirically estimated variance . By normalizing the probabilities of w.r.t. all phased patterns, we obtain priors for each phased pattern that are used in the HMM described in the next section. As a reference plasma sequencing coverage, we use plasma sample of the G1 trio of Kitzman dataset, as the overall coverages observed in corresponding bins between the two samples correlate well (mean absolute error of WRVs being 0.000347, see Fig. 2A). Because coverage variation of cfDNA from plasma has much wider distribution than standard WGS, a sample from other plasma is more suitable than the same trio maternal sample (see Fig. 2B) for purpose of coverage distribution reference in our model. Availability of additional plasma datasets would enable us to further improve the accuracy of the reference bins.
Fig. 2.

(a) A scatterplot demonstrating the correlation of WRV between plasma samples of I1 and G1 trios. The shown WRVs were computed for windows of size 1 kb in chromosome 1. (b) Histogram of absolute errors between WRVs from different samples, comparing distribution of absolute error between plasma samples of I1 and G1 trios (red), and between plasma sample and maternal sample of I1 trio (blue). There is a notably heavier tail in case of plasma to maternal sample error distribution, composed of windows with weak WRV correspondence—an artifact of wider coverage distribution in plasma cfDNA sample compared to standard WGS maternal sample (Fig. 1). This artifact causes plasma to maternal sample WRV comparison to have higher mean absolute error (0.000521, compared with 0.000347 for plasma I1 to plasma G1) even though they are from the same trio

(a) A scatterplot demonstrating the correlation of WRV between plasma samples of I1 and G1 trios. The shown WRVs were computed for windows of size 1 kb in chromosome 1. (b) Histogram of absolute errors between WRVs from different samples, comparing distribution of absolute error between plasma samples of I1 and G1 trios (red), and between plasma sample and maternal sample of I1 trio (blue). There is a notably heavier tail in case of plasma to maternal sample error distribution, composed of windows with weak WRV correspondence—an artifact of wider coverage distribution in plasma cfDNA sample compared to standard WGS maternal sample (Fig. 1). This artifact causes plasma to maternal sample WRV comparison to have higher mean absolute error (0.000521, compared with 0.000347 for plasma I1 to plasma G1) even though they are from the same trio Note that compared with previous methods, we use significantly smaller windows: ∼1 kb versus 100 kb–1 Mb used previously by Chen and Srinivasan . As mentioned earlier, our goal here is not to detect CNVs immediately, but to rather compute a probability distribution over the number of haplotypes the fetus has inherited, which are used as priors in the more complex model. Due to the independence assumptions inherent in the HMM we want these priors, applied at each state, to be (approximately) independent, and hence we picked non-overlapping windows each containing one SNP locus.

2.3 HMM for CNV Inference

To combine the signals from individual SNP positions, we use an HMM with 20 states corresponding to modelled phased inheritance patterns (Fig. 3). That means each sate represents a possible set of parental haplotypes inherited by the fetus. States representing normal inheritance are central to the model assuming that two CNVs cannot be immediately subsequent. Between states of the same inheritance pattern, we allow for transitions reflecting either recombinations or errors in phasing. For each state, the emissions are the counts of individual alleles in reads mapped to that particular SNP position. The probability of the observed emission is the probability of such allele counts in the expected allele distribution conditional on phased inheritance pattern as described above in Section 2.1.
Fig. 3.

HMM used for CNV inference. (a) High-level architecture of the HMM with five sets of states corresponding to five types of fetal inheritance. Note, we do not allow two CNVs to be adjacent; thus, switching between two CNVs always has to go through a normal inheritance state. Edges in (a) represent edges coming in/out of all states between two sets of states. (b–d) Correspond to the diagram of states of the HMM within the normal inheritance, maternal duplication and maternal deletion states of (a). Paternal duplications/deletions are analogous to (c) and (d). Inner edges in (b–d) serve to model errors in phasing or recombination events

HMM used for CNV inference. (a) High-level architecture of the HMM with five sets of states corresponding to five types of fetal inheritance. Note, we do not allow two CNVs to be adjacent; thus, switching between two CNVs always has to go through a normal inheritance state. Edges in (a) represent edges coming in/out of all states between two sets of states. (b–d) Correspond to the diagram of states of the HMM within the normal inheritance, maternal duplication and maternal deletion states of (a). Paternal duplications/deletions are analogous to (c) and (d). Inner edges in (b–d) serve to model errors in phasing or recombination events To incorporate the coverage information, for each SNP position, we multiply the transition probabilities into the state by the copy number priors obtained in Section 2.2. Specifically, each edge incoming to a state is multiplied by the corresponding prior of inheriting that many haplotypes, which are then normalized so that the sum of the probabilities leaving each state is one. The transition probabilities within an event type (e.g. maternal duplication) were set to 0.01, to reflect expected haplotype block lengths of several hundred SNPs. Further, the transition probability for starting a CNV was set to one in ten thousand SNP loci (0.0001) with length expected to span approximately one thousand SNPs (i.e. transition probability back to normal inheritance was set to 0.001).

2.4 CNV Simulation in silico

To evaluate the accuracy of our CNV discovery algorithm, we created simulated datasets with CNVs of various sizes inserted into the sequenced plasma. While previous approaches have used simple Poisson modelling of the coverage of cfDNA for simulation purposes (Chen ), we propose a more elaborate model to more accurately model the extremely uneven coverage that we observe in cfDNA samples (Fig. 1). Our simulation performs the deletion or duplication of a particular fetal allele. We need to resolve the haplotypes of every individual in the trio, to correctly add or remove reads originating from a target haplotype of the CNV event. Similarly to our detection method (described in Results, below), we used Beagle 4 (Browning and Browning, 2013) with 1000 Genomes Project reference haplotypes; however, we also use the fetal genome sequenced after delivery, and utilize pedigree information to phase each individual in the trio. To simulate a duplication, of either maternal or paternal origin, we used the parental DNA sequencing data from the family trio dataset. First, we filtered for reads mapping to the intended region of duplication that also match the target haplotype of the parent according to the parental phasing. In case of reads not uniquely mapping to either of the two parental haplotypes, i.e. the read mapped to a region without any heterozygous SNP locus, the read was selected randomly with probability 0.5. Subsequently, the filtered reads were uniformly down-sampled according to fetal DNA mixture ratio and the original plasma DOC in this region to match the expected number of reads derived from a single fetal haplotype in plasma sequencing. Resulting reads were then mixed together with original plasma reads to create a plasma sample containing the desired duplication in the fetal genome. To simulate a deletion, we first identified a fetal haplotype inherited from the parent of choice, which was to be deleted. We filtered the plasma sample removing reads coming from this target fetal haplotype. That is, each read mapped to the intended deletion region was removed with probability of belonging to the fetus and also being inherited from the intended parent. To find this probability, we used the phasing to check which maternal and fetal haplotypes match the SNPs in the read. If none of the four haplotypes matched the read, we removed the read with probability where r is the fetal DNA admixture ratio. If the fetal target haplotype matched the read, it was removed with probability where and are respectively the number of fetal and maternal haplotypes that matched the read. We also simulated plasma datasets with decreased fetal DNA mixture ratio. To achieve a desired down-rated admixture ratio in our plasma sample, we had to remove appropriate number of reads coming from the fetal DNA. First, we have computed the appropriate fraction of fetal-origin reads, w.r.t. original admixture ratio r, to be removed from the plasma as Similarly to simulation of a deletion, we have then filtered the plasma reads for reads originating from the fetal genome. Since this cannot be decided without ambiguity, we estimated the corresponding probability : where and , as above, are the number of fetal and maternal haplotypes that match SNP alleles of the read. Thus a read was then removed with probability equal to

3 RESULTS

3.1 Datasets and processing

In our experiments, we used WGS data of two mother–father–child trios I1 (Table 1), and G1, published by Kitzman . In our experiments, we mainly used the first trio I1 with 13% fetal admixture in obtained plasma. For maternal, paternal and plasma datasets, the reads were aligned to the hg19 genome using BWA. We genotyped both the parents using Samtools and Vcftools. To improve the precision of genotyping, we only consider variants at positions previously identified as variable within the 1000 Genomes Project. Subsequently we phased the haplotypes using Beagle 4 (Browning and Browning, 2013) with reference haplotype panels from 1000 Genomes Project.
Table 1.

Summary of mother–father–child trio I1 sequencing data [Courtesy of Kitzman ]

IndividualSampleDOC
Mother (I1-M)Plasma (5 ml, gestational age 18.5 weeks)78
Whole blood (<1 ml)32
Father (I1-P)Saliva39
Child (I1-C)Cord blood at delivery40
Summary of mother–father–child trio I1 sequencing data [Courtesy of Kitzman ]

3.2 Evaluation

We simulated 360 CNVs in I1 plasma to evaluate our method’s recall, while G1 plasma sample served as a reference in DOC-based CNV estimation as described in Section 2.2. For each test case, we picked a random position in chromosome 1, outside annotated centromere and telomeres regions, to place the simulated CNV. Our simulation methods are described in detail in Section 2.4. We then ran our algorithm on a genomic window starting 20 Mb before the simulated CNV and ending 20 Mb after the CNV. The results are shown in Table 2. We acknowledge a CNV as correctly called if CNV predictions of the same type span at least 50% of it, while precision is computed as the fraction of correct CNV calls over all calls of that category. To evaluate the effect the admixture has on accuracy, we repeated this experiment not only with the original plasma dataset, but also once down-sampled to only contain 10% admixture.
Table 2.

Summary of recall on test set composed of 360 in silico simulated CNVs in I1 maternal plasma samples with 13 and 10% fetal admixture ratio

Note: The ‘ratios only’ column corresponds to the method that only uses allelic ratios, but not the coverage prior. In such cases both the precision and recall are mostly dominated by the model combining both signals. (We write ‘NA’ in a precision field if no call of such CNV category was predicted by the model).

Summary of recall on test set composed of 360 in silico simulated CNVs in I1 maternal plasma samples with 13 and 10% fetal admixture ratio Note: The ‘ratios only’ column corresponds to the method that only uses allelic ratios, but not the coverage prior. In such cases both the precision and recall are mostly dominated by the model combining both signals. (We write ‘NA’ in a precision field if no call of such CNV category was predicted by the model). The results indicate that our method can achieve nearly perfect recall and precision for variants megabases, and promising results down to CNVs of 400 kb. Maternally inherited events are typically more difficult to identify than paternally inherited ones, and deletions more difficult than duplications, possibly due to complete dropout of fetal alleles due to reduced admixture. To evaluate power of individual signals utilized by our unified model, we also tested models that take into consideration only either the allelic ratios or coverage information. The allelic ratios only model is as described above in Section 2.3 but without multiplying of copy number prior in the transition probabilities. Obtained results are shown together with the results of the unified model in Table 2. For predicting fetal CNVs based solely on coverage information, we split the sample to bins of uniform size and computed WRVs for each, following the work of Srinivasan . We then ran a simple HMM with three states corresponding to normal inheritance, duplication and deletion, respectively. The WRVs in bins were interpreted as emissions and the emission distributions were computed as described in Section 2.2, Equation (8). We tested the HMM with bin sizes of 100 and 300 kb, and the results are summarized in Table 3. Using larger bins limit resolution of the method, e.g. in case of 300 kb bins the obtained recall on <400 kb CNVs is (close to) zero. On the other hand for large CNVs >3 Mb using 300 kb bin size mostly improves upon 100 kb bins in terms of both recall and precision.
Table 3.

Summary of results obtained by an HMM using only WRV signal

Note: The same test set composed of 360 in silico simulated CNVs was used as in Table 2. We ran the model with 100, and 300 kb bin sizes. (We write ‘NA’ in a precision field if no call of such CNV category was predicted by the model).

Summary of results obtained by an HMM using only WRV signal Note: The same test set composed of 360 in silico simulated CNVs was used as in Table 2. We ran the model with 100, and 300 kb bin sizes. (We write ‘NA’ in a precision field if no call of such CNV category was predicted by the model). Note, that a direct comparison with the methods by Chen and Srinivasan is not possible, as they are tailored to low coverage plasma sequencing data and require a large number of control plasma samples to evaluate significance of observed coverage variation in the studied plasma sample for CNV calling. To further test precision of our combined method, we ran our combined model on the whole plasma dataset (expected to contain no large de novo variants) and observed the number of CNV calls for each size. These numbers are shown in Table 4, with in silico accuracy for each length shown for comparison. Notably, a large fraction of the larger false-positive calls correspond to CNVs already present in parents (and hence inherited, rather than de novo).
Table 4.

In silico recall and number of CNVs of various sizes generated in a genome-wide run

Note: For each CNV size, we also show (in parenthesis) the number of calls that are from at least 50% overlapped by CNVnator (Abyzov ) calls on the fetal, maternal and paternal genomes, respectively.

In silico recall and number of CNVs of various sizes generated in a genome-wide run Note: For each CNV size, we also show (in parenthesis) the number of calls that are from at least 50% overlapped by CNVnator (Abyzov ) calls on the fetal, maternal and paternal genomes, respectively.

3.3 Implementation note

Our model is implemented in the Python programming language with the PyPy interpreter. When ran on a whole genome dataset, our implementation required up to 20 GB of system memory and took <4 h of single thread CPU time to finish.

4 DISCUSSION

In this manuscript, we introduce a novel probabilistic method for the identification of de novo CNVs from maternal blood plasma sequencing with largely increased sensitivity compared with methods published so far. Our method combines three types of data: allelic ratios, reflecting the changes in the expected observations of various alleles at SNP positions in the presence of the CNV; phasing information, allowing for the combining of allelic ratios across multiple SNP positions, thus improving the signal-to-noise ratio; and depth of coverage information reflecting the change in expected sequencing depth in the presence of the CNV. We apply the resulting method to simulated sequencing data, demonstrating promising results for CNVs >400 kb in length, and especially for CNVs of paternal origin. Simultaneously, we believe our method can be further improved in several ways. First, our approach of modelling the depth of coverage prior using small windows is likely suboptimal. Especially because the method is searching for larger CNVs, using larger windows would be advantageous; however, in this case the observations of coverage at adjacent SNPs would no longer be independent, and thus not properly modelled as an HMM. We believe a more expressive model that is able to model such interactions between coverage terms would improve on the current results. Secondly, our method does not directly model potential inherited CNVs in the father (maternally inherited CNVs are modelled through the use of maternal priors at each position). Explicitly pre-computing and utilizing information about these inherited CNVs is likely to reduce the false-positive rate of ours and related methods. Thirdly, we incorporated the coverage signal in our model by comparing the observed WRV with the corresponding WRV in a reference plasma sample (G1 in our experiments). Using multiple plasma references would reduce individual-specific biases, thus improve the overall performance. The main limitation of our method in practice is the need for deep maternal plasma cfDNA sequencing to exploit the allelic ratios signal. Note that the parental genome WGS could be replaced by genotyping using SNP arrays; however, the need for a paternal sample is a limitation for broad clinical use.
  11 in total

1.  Noninvasive whole-genome sequencing of a human fetus.

Authors:  Jacob O Kitzman; Matthew W Snyder; Mario Ventura; Alexandra P Lewis; Ruolan Qiu; Lavone E Simmons; Hilary S Gammill; Craig E Rubens; Donna A Santillan; Jeffrey C Murray; Holly K Tabor; Michael J Bamshad; Evan E Eichler; Jay Shendure
Journal:  Sci Transl Med       Date:  2012-06-06       Impact factor: 17.956

2.  Statistical model for whole genome sequencing and its application to minimally invasive diagnosis of fetal genetic disease.

Authors:  Tianjiao Chu; Kimberly Bunce; W Allen Hogge; David G Peters
Journal:  Bioinformatics       Date:  2009-03-23       Impact factor: 6.937

Review 3.  Computational methods for discovering structural variation with next-generation sequencing.

Authors:  Paul Medvedev; Monica Stanciu; Michael Brudno
Journal:  Nat Methods       Date:  2009-11       Impact factor: 28.547

4.  CNVnator: an approach to discover, genotype, and characterize typical and atypical CNVs from family and population genome sequencing.

Authors:  Alexej Abyzov; Alexander E Urban; Michael Snyder; Mark Gerstein
Journal:  Genome Res       Date:  2011-02-07       Impact factor: 9.043

5.  Gestational age and maternal weight effects on fetal cell-free DNA in maternal plasma.

Authors:  Eric Wang; Annette Batey; Craig Struble; Thomas Musci; Ken Song; Arnold Oliphant
Journal:  Prenat Diagn       Date:  2013-05-09       Impact factor: 3.050

6.  A method for noninvasive detection of fetal large deletions/duplications by low coverage massively parallel sequencing.

Authors:  Shengpei Chen; Tze Kin Lau; Chunlei Zhang; Chenming Xu; Zhengfeng Xu; Ping Hu; Jian Xu; Hefeng Huang; Ling Pan; Fuman Jiang; Fang Chen; Xiaoyu Pan; Weiwei Xie; Ping Liu; Xuchao Li; Lei Zhang; Songgang Li; Yingrui Li; Xun Xu; Wei Wang; Jun Wang; Hui Jiang; Xiuqing Zhang
Journal:  Prenat Diagn       Date:  2013-06       Impact factor: 3.050

7.  Rapid whole-genome sequencing for genetic disease diagnosis in neonatal intensive care units.

Authors:  Carol Jean Saunders; Neil Andrew Miller; Sarah Elizabeth Soden; Darrell Lee Dinwiddie; Aaron Noll; Noor Abu Alnadi; Nevene Andraws; Melanie LeAnn Patterson; Lisa Ann Krivohlavek; Joel Fellis; Sean Humphray; Peter Saffrey; Zoya Kingsbury; Jacqueline Claire Weir; Jason Betley; Russell James Grocock; Elliott Harrison Margulies; Emily Gwendolyn Farrow; Michael Artman; Nicole Pauline Safina; Joshua Erin Petrikin; Kevin Peter Hall; Stephen Francis Kingsmore
Journal:  Sci Transl Med       Date:  2012-10-03       Impact factor: 17.956

8.  Noninvasive detection of fetal subchromosome abnormalities via deep sequencing of maternal plasma.

Authors:  Anupama Srinivasan; Diana W Bianchi; Hui Huang; Amy J Sehnert; Richard P Rava
Journal:  Am J Hum Genet       Date:  2013-01-10       Impact factor: 11.025

Review 9.  RETIRED: Mid-trimester amniocentesis fetal loss rate.

Authors:  R Douglas Wilson; Sylvie Langlois; Jo-Ann Johnson
Journal:  J Obstet Gynaecol Can       Date:  2007-07

10.  Improving the accuracy and efficiency of identity-by-descent detection in population data.

Authors:  Brian L Browning; Sharon R Browning
Journal:  Genetics       Date:  2013-03-27       Impact factor: 4.562

View more
  6 in total

1.  Obstetrician and Gynecologist Utilization of the Noninvasive Prenatal Testing Expanded Option.

Authors:  Sarah Mayes; Syed Hashmi; Mark A Turrentine; Sandra Darilek; Lara A Friel; Jennifer Czerwinski
Journal:  AJP Rep       Date:  2015-10-29

2.  Detection of complex deletions in chromosomes 13 and 21 in a fetus by noninvasive prenatal testing.

Authors:  Ting Wang; Chengying Duan; Cong Shen; Jingjing Xiang; Quanze He; Jie Ding; Ping Wen; Qin Zhang; Wei Wang; Minjuan Liu; Hong Li; Haibo Li; Lili Zhang
Journal:  Mol Cytogenet       Date:  2016-01-12       Impact factor: 2.009

3.  Detection of structural mosaicism from targeted and whole-genome sequencing data.

Authors:  Daniel A King; Alejandro Sifrim; Tomas W Fitzgerald; Raheleh Rahbari; Emma Hobson; Tessa Homfray; Sahar Mansour; Sarju G Mehta; Mohammed Shehla; Susan E Tomkins; Pradeep C Vasudevan; Matthew E Hurles
Journal:  Genome Res       Date:  2017-08-30       Impact factor: 9.043

4.  Enrichment of the fetal fraction in non-invasive prenatal screening reduces maternal background interference.

Authors:  Bo Liang; Hong Li; Quanze He; Haibo Li; Lingyin Kong; Liming Xuan; Yingying Xia; Jingjing Shen; Yan Mao; Yixue Li; Ting Wang; Yi-Lei Zhao
Journal:  Sci Rep       Date:  2018-12-05       Impact factor: 4.379

5.  Applying high-throughput sequencing to identify and evaluate foetal chromosomal deletion and duplication.

Authors:  Yueli Wu; Linlin Zhang; Hong Lv; Ying Li; Chongyang Zhu; Weifang Tian; Ling Zhao
Journal:  J Cell Mol Med       Date:  2020-07-15       Impact factor: 5.310

6.  Comprehensive Evaluation of Non-invasive Prenatal Screening to Detect Fetal Copy Number Variations.

Authors:  Jing Wang; Bin Zhang; Lingna Zhou; Qin Zhou; Yingping Chen; Bin Yu
Journal:  Front Genet       Date:  2021-07-16       Impact factor: 4.599

  6 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.