Skip to main content
F1000Research logoLink to F1000Research
. 2017 Jun 30;6:664. Originally published 2017 May 10. [Version 2] doi: 10.12688/f1000research.11168.2

TIDDIT, an efficient and comprehensive structural variant caller for massive parallel sequencing data

Jesper Eisfeldt 1,2,3,#, Francesco Vezzi 3,4,#, Pall Olason 5, Daniel Nilsson 1,2,3,6, Anna Lindstrand 1,2,6,a
PMCID: PMC5521161  PMID: 28781756

Version Changes

Revised. Amendments from Version 1

Major changes include rewriting the Abstract to focus more on the database functionalities, and added a description on why Manta was dropped from the analysis of the HG002 data. Also, a new discussion section on the properties of the two clustering methods and a more neutral tone, has been added in the Results section. Moreover, the description of the overlap clustering algorithm has been rewritten.   Minor changes include the editing of a typo, numbering of the equations, as well as a shorter caption on Figure 1.

Abstract

Reliable detection of large structural variation ( > 1000 bp) is important in both rare and common genetic disorders. Whole genome sequencing (WGS) is a technology that may be used to identify a large proportion of the genomic structural variants (SVs) in an individual in a single experiment. Even though SV callers have been extensively used in research to detect mutations, the potential usage of SV callers within routine clinical diagnostics is still limited. One well known, but not well-addressed problem is the large number of benign variants and reference errors present in the human genome that further complicates analysis. Even though there is a wide range of SV-callers available, the number of callers that allow detection of the entire spectra of SV at a low computational cost is still relatively limited.

Keywords: Variant calling, Whole genome sequencing, Structural variation

Introduction

Genomic structural variants (SVs) are defined as large genomic rearrangements and consist of inversion and translocation events, as well as deletions and duplications 1. SVs have been shown to be both the direct cause and a contributing factor in many different human genetic disorders, as well as in more common phenotypic traits 24.

In genetic diagnostics, current techniques such as FISH 5 and microarray studies 6 have limited resolution, and the information obtained often needs to be complemented by additional methods for a correct interpretation 5, 6. Previous studies have shown that whole genome sequencing can be used to successfully identify and characterize structural variants in a single experiment 7.

The advent of systems like the Illumina HiSeqX allows researchers to sequence Whole Human Genomes (WHG) at high ( i.e., 30X) coverage and at a relatively low cost ( i.e., 1000$ per WHG) 8. The ability to produce large amounts of data at an unprecedented speed has initiated a flourishing of computational tools that are able to identify ( i.e., call) structural variants and/or chromosomal breakpoints ( i.e., the exact position in the chromosome at which SV takes place). These tools are commonly called variant callers, or simply, callers. Variant callers generally require an alignment file (in BAM format) as input and try to identify differences between the reference genome and the donor/patient genome. To detect structural variants, callers generally use heuristics based on different signals in the WGS data. These signals include discordant pairs 9, 10, read-depth 11, and split-reads 12. Some callers try to reconstruct the patient sequence by applying either local 13 or global 14 de novo assembly techniques. Depending on the size, variant type, and characteristics of the sequencing data, the most suitable method for detecting a variant will differ 15.

Thanks to the ability to produce high quality sequencing data at a relatively low cost, as well as the potential to detect any variant from a single experiment, whole exome sequencing 16, 17 and whole genome sequencing 7, 18 could be highly useful in clinical diagnostics, especially to study rare disease causing variants. However, to avoid high validation costs, highly precise, yet sensitive callers are needed. To further complicate the situation, an abundance of sequencing platforms and library preparation methods are available 19. Sequencing data generated from these different sources have different properties, such as read length and coverage 20. As an example, it has been shown that large insert mate pair libraries are well suited to detect SVs 21, mainly due to the ability to span repetitive regions and complex regions that act as drivers of structural variation 22 and due to the sensitivity derived from a large physical span coverage compared to small insert size sequencing coverage.

Here we present a new variant caller, TIDDIT. The name highlights the ability to detect many different types of SVs; including but not restricted to translocations, inversions, deletions, interspersed duplications, insertions and tandem duplications. TIDDIT utilizes discordant pairs and split reads to detect the genomic location of structural variants, as well as the read depth information for classification and quality assessment of the variants. By integrating these WGS signals, TIDDIT is able to detect both balanced and unbalanced variants. Finally, TIDDIT supports multiple paired-end sequencing library types, characterized by different insert-sizes and pair orientations.

To simplify the search for rare disease causing variants, TIDDIT is distributed with a database functionality dubbed SVDB (Structural Variant DataBase). SVDB is used to create structural variant frequency databases. These databases are queried for rare disease causing variants, as well as variants following certain inheritance patterns. Utilizing the database functionality, the analysis of rare variants may be prioritized, thus speeding up the diagnosis of rare disease causing variants. To our knowledge, no available caller provides such an extensive framework to call and evaluate rare disease causing structural variants.

Methods

Implementation

Detection of structural variants. TIDDIT requires a coordinate-sorted BAM file as input. There are two phases; in the first phase, coverage and insert size distribution are computed from the BAM file. These data will be used in the subsequent phase. In the second phase, TIDDIT scans the BAM file for discordant pairs and split reads and uses these signals to detect and classify structural variants. These two signals are pooled together by redefining each signal as two genomic coordinates S i = ( pi1, pi2), for a split read the pi1 position is given to the position of the primary alignment, and the pi2 position is given to the position of the supplementary alignment of that read. On the other hand, for discordant pairs, the pi1 position is given to the the read having the smallest genomic coordinate, and the pi2 position is given to the position of the read that has the largest genomic coordinate. A read pair is deemed to be discordant if the reads map to different contigs, or if the distance exceeds a threshold distance, T d. By default, T d is set to three times the standard deviation plus the average value of the insert size distribution. Every time a SV signal is identified, TIDDIT switches from reading-mode to discovery-mode. As soon as the signal S i = ( pi1, pi2) is identified, the set D is initialized:

D={(p11,p12)}(1)

At this point TIDDIT searches for other evidence in the neighborhood. Every time a new signal is identified it is added to set D. The construction of this set is halted only when no other signal is identified in W consecutive positions. The parameter W is set to two distinct values, one value when adding split reads to the cluster, and one value when adding discordant pairs. TIDDIT switches through these two settings automatically depending on which signal that is being added. When adding discordant pairs to a possible cluster, W is set to 48 * meaninsertsize. The square root of the mean insert size was found to be effective for scaling W for usage with both small and large insert size libraries. The default value of W was found by benchmarking TIDDIT on the sequencing data of more than 350 known SV carriers, sequenced through various libraries. The insert sizes of these libraries were 350 bp, 3 kb, and 20 kb. For split reads, W is set to the average read length. The user may change these settings to fine tune the analysis.

In more detail, if ( p11) = c j ( i.e., p11 is a position j on chromosome c), then D will contain the following signals:

D={(pz1,pz2)}:pz1>cj
{(pk1,pk2):kzpk1>cjpz1<pk1+W}(2)

The first condition guarantees that D will contain only signals found after position c j, i.e., the position of the first signal within the set D. The existential clause guarantees that the set D will not contain any signal that is too far away from the signals within the set D. D is obtained by reading the ordered BAM file and populating a data structure with all the detected discordant pairs and split reads. If no signal is identified after reading W positions from the last position containing a read added to D, the discovery phase is closed. TIDDIT also records information about local coverage and read orientation while constructing D. Once D is computed, TIDDIT partitions it into distinct sets D 1, D 2, ..., D k such that:

                                   ∀i,j{1k}:|DiDj|=0<
                                                ifuj=min{pz2:pz2Dj}
thenDi={(pz1,pz2):(pz1,pz2)D((pk1,pk2:kz
                                    pk1>ujpk2W<pz2<pk2+W)}(3)

In other words, D is divided into non overlapping partitions, D k requiring that all p 2 positions form a cluster with properties analogous to the p 1 positions. Once D is divided into partitions, TIDDIT checks if any partition represents a structural variant or if it is only noise. In the case of it being a structural variant, TIDDIT tries to associate the identified signal with a specific type of variation. A set D k is discarded ( i.e., the SV is not reported) if the number of pairs forming the set ( i.e., the cardinality of the set) is below a given threshold. This threshold is used to control the sensitivity and specificity of TIDDIT. In general, the number of discordant pairs is dependent on multiple factors, and may vary considerably throughout the genome. Therefore the user may need to fine tune the required number of discordant pairs based on the downstream analysis. All callable structural variants in D are reported, and thereafter, D is discarded. TIDDIT will then return to read mode, starting with the next available read pair.

Classification of structural variants. TIDDIT identifies candidate variations using discordant pairs and split reads. To determinate the variant type, TIDDIT analyses read orientation, as well as the coverage across the region of the first reads, second reads, and the region in between. TIDDIT characterizes three levels of coverage: low, normal and high. If C˜ is the average coverage computed over the entire genome sequence, then the coverage across a region, C is deemed normal if it is satisfying the following condition:

                                                                             PThe ploidy of the organism

(10.7P)CC˜(0.7P+1)(4)

If the coverage across a region is lower than normal, it is classified as low coverage. Likewise, if the coverage is higher than normal coverage, it is classified as a high coverage region. The patterns of the variants detected by TIDDIT are represented in Figure 1.

Figure 1. A summary of the SV detected by TIDDIT, and how these SV are classified.

Figure 1.

TIDDIT classifies the following SV; Deletions ( A), Interspersed duplications ( B), Tandem duplications ( C), Inversions ( D), and translocations ( E). The arrows indicate the reads and their orientation, where reads mapping along the + strand is indicated by arrows pointing to the right, and reads mapping along the - strand points to the left. In this image, the standard library orientation is forward-reverse. The coverage of a region is indicated by the gray area.

In a deletion event ( Figure 1A) a region is absent in the patient genome but present in the reference. When aligned to the reference, the read pairs flanking the deleted region will have a larger insert size than what is expected based on the library insert size distribution. Moreover, split reads will be formed in such a way that one part of the read is aligned to one side of the breakpoint, and another part of the read will be aligned to the other side of the deletion. Furthermore, the coverage of the lost region will be lower than expected. Therefore, TIDDIT will classify a variant as a deletion if the region flanked by the discordant pairs/split reads is classified as a low coverage region.

In an interspersed copy number event ( Figure 1B), an extra copy of a region within the genome (the red sequence in Figure 1B) is positioned distant from the original copy. In this case, there will be read pairs and reads bridging the duplicate copy and the distant region. When aligned to the reference, the read pairs will appear to have unexpectedly large insert size, and the reads will appear split across the reference. Thus, TIDDIT will detect these signals. Furthermore, the coverage of the copied region will be higher than expected. By scanning the coverage of the regions where the reads of the discordant pairs are located, TIDDIT will find which region has an extra copy. The interspersed duplication is reported as two events, an intrachromosomal translocation between the duplicated region and the position of the copy, and a duplication across the duplicated region.

In a tandem duplication event ( Figure 1C), the extra copy is positioned adjacent to the original copy. Since the distance between the segments is small, there will be pairs where one read is located at the end of the original copy, and the other read is located at the front of the duplicate copy ( Figure 1C). When aligned to the reference, the insert size of these read pairs will be as large as the tandem copy itself ( Figure 1C). Similarly, there will be reads bridging the two copies. These reads will appear split when mapped to the reference. Furthermore, the orientation of these read pairs and split reads will be inverted. Moreover, the coverage across the entire genomic region will be higher than expected. Thus to classify tandem duplications, TIDDIT will search for sets of discordant pairs/split reads that have inverted read pair orientation as well as high coverage between the read pairs.

In an inversion event ( Figure 1D), the sequence of a genomic region is inverted. When aligning the sequencing data the insert size of the read pairs bridging the breakpoints will appear to be larger than expected. Furthermore, both read pairs will get the same orientation, such as reverse/reverse or forward/forward. TIDDIT employs the read pair orientation in order to identify inversions. Given that the inversion is large enough, TIDDIT will find the pairs bridging the breakpoints of the inversion, and will classify the variant as an inversion if the orientation of the discordant pairs are forward/forward or reverse/reverse orientation, and if the orientation of the primary/secondary alignments are forward/reverse, reverse/forward.

In an interchromosomal translocation event ( Figure 1E), the first read and second read will map to different contigs ( Figure 1E). Reads bridging the translocated segment will appear split between these two contigs. Any read pair mapping to two different contigs is counted as a discordant pair, and any set of signals mapping to different contigs will be classified as an interchromosomal translocation. Intrachromosomal translocation events are similar. They are balanced events, where a genomic region has been translocated to another location within the same chromosome. When aligned to the reference region, these variants will give rise to signals where one read is mapping to the translocated region, and the other read mapping to the region where the translocated region is positioned. This will give rise to pairs having larger insert size than expected. However, since there is no change in copy number, the coverage will be normal across the discordant pairs. The orientation of the reads forming the discordant pairs will depend on whether the translocated region is inserted in its original orientation, or if it is inverted relative to its original orientation. Thus the read pairs may retain the standard library orientation, but the orientation could also be inverted. Therefore, intrachromosomal translocations are classified by scanning for discordant pairs having either forward/reverse or reverse/forward orientation and normal coverage in the region between those reads.

Filtering of structural variant calls. For each called variation, several statistical values are calculated. They serve two purposes: to provide more information and to filter out noise. In the former case, statistics are employed to understand the structure of the variant and to relate it to the rest of the genome. In the latter case, filters are employed to improve the precision of TIDDIT. TIDDIT utilizes four complementary filters: Expected_ links, Few_ links, Unexpected_ coverage, and Smear. These heuristics are used to set the FILTER column of the VCF generated by TIDDIT.

The main goal of Expected_ links is to filter variants caused by random events such as contamination or sequencing errors. It uses a statistical model to compute the expected number of discordant pairs 23 using the library insert size, read length, ploidy of the organism and coverage across the region affected by the structural variant. A variant that is defined by less than 40% of the expected number of pairs will fail the Expected_ links quality test, and is set to Expected_ links in the FILTER column of the VCF. The statistical model supports variants that are called using discordant pairs, hence for calls based on split reads exclusively, the number of split reads divided by coverage and ploidy is used as an estimate of the expected number of split reads.

Few_ links aims to filter out calls that are caused by reference errors and misalignment of repetitive regions. As mentioned previously, a variant is defined as a set of positions, Dk=(pz1,pz2). In order to compute the Few_ links filter, for each D k, TIDDIT creates another set called D Spurr, containing spurious read pairs. Spurious reads pairs are pairs that belong to the interval identified by D k, but whose mates align to a different chromosome from the one where the pairs form D k. In other words, TIDDIT checks if a genomic location where a SV can be called is linked to multiple other events. In this case the suspicion is that the called SV is the consequence of a repetitive element. If the fraction of spurious read pairs is too high, the variant within D k is considered unreliable, and thus its filter flag is set to Few_ links. The fraction of spurious read pairs is considered too high if the following formula holds true:

                                                                                                                      PThe ploidy of the organism

|Dk||Dspur|+|Dk|>0.8p(5)

Smear is a filter designed to remove variants called due to large repetitive regions. In these regions, the split reads and discordant pairs will map in a chaotic manner, hence these regions may appear to be affected by large structural variation. These calls are recognized by searching for variants where the regions of the first read and its mate overlap, or where the regions of the primary and secondary alignment overlap. If this is the case, the variants will fail the Smear test. The filter flag of variants that fail this test is set to Smear.

Lastly, Unexpected_ coverage also aims to filter out calls caused by reference errors and misalignments, but unlike the Few_ links, it employs coverage information. The Unexpected_ coverage filter uses the coverage across the region of the p 1 signals as well as the region of p 2 to determine the quality of a variant call. If the coverage of any of these regions is 10 or more times higher than the average library coverage, the variant will fail the Unexpected_ coverage test, and its FILTER column is set to Unexpected_ coverage.

Any variant that passes these filters is set to PASS, those that fail are set according to the filter that rejected the variant. By removing all variants that did not pass this quality control, the precision of TIDDIT improves considerably.

Structural variant database

Using the structural variant frequency database (SVDB) software, the user may compare variants found in different samples and annotate the VCF files with the frequency of each variant. The frequency database is built with multiple VCF files containing structural variant information. The VCF files may be generated using any caller that reports structural variants according to the VCF standard. By removing high frequency variants from the VCF file, rare variants may be detected. The database could also perform trio analysis and filter out variants following a certain frequency pattern within a family.

The database is an SQLite database. It contains one entry per input variant. These entries describe the genomic position, variant type, and sample id of the variant. Moreover, each variant is given a unique index number. The database software extracts the variant type from the ALT field. Once constructed, these SQLite databases may be used either directly to provide frequency annotation, or they may be exported to a VCF file.

Export. The variants of the SQLite structural variant database may be exported to a VCF file. The VCF file is a standard structural variant VCF file, generated by clustering similar variants within the SQLite database, and reporting each cluster as a single VCF entry. The INFO field of each VCF entry contains four custom tags. The FRQ tag describes the frequency of the variant, the OCC tag describes the total number of samples carrying the variant, the NSAMPLES tag describes the total number of samples within the database, and lastly, the variant tag describes the position and id of each clustered variant.

The clustering of the variants is performed using one out of two methods, either an overlap based clustering method or DBSCAN 24.

Annotation. The main purpose of the structural variant frequency database is to query it and use it for frequency annotation. The frequency database is queried using a VCF file. All variants within the VCF file will be annotated with the frequency of that variant within the frequency database. The database used for querying may either be an SQLite database, an exported VCF file, or a multi-sample VCF file such as the thousand genome structural variant VCF.

If an SQLite database is chosen, two separate algorithms are available, overlap or DBSCAN. If DBSCAN is chosen, all variants of the SQLITE database and the query VCF are clustered using DBSCAN. Thereafter, the frequency of each query variant is set to the number of separate samples represented in the cluster of that query variant.

When querying the database(either a SQLite database, or vcf), a query may be similar to multiple database entries. If this is the case, the frequency of the variant will be based on the total number of individuals carrying those variants.

DBSCAN clustering. DBSCAN is one of the two algorithms available through the SVDB package. DBSCAN requires two parameters, epsilon and minPTS 24. Epsilon is the maximum breakpoint distance between the cluster and a variant that is to be addded, and minPTS is the minimum number of variants needed to form a cluster. At default epsilon is set to 500 bases, and minPTS is set to 2 samples. However, these parameters may be changed by the user.

The DBSCAN clustering is performed by dividing each chromosome and variant type into separate sub-databases; thereafter, a 2-dimensional coordinate system is defined for each sub-database. For intrachromosomal variants, the x coordinate of this plane corresponds to the start position of the variant, and the y coordinate within the plane corresponds to the end position of the variant.

Interchromosomal translocations involve two chromosomes, so when clustering these variants, the contig id is sorted according to lexicographic order. Out of the two contigs involved in the rearrangement, the contig ordered first is set to the x axis, and the contig last in order is set to be the y axis. Thereafter, each variant is added to the plane as described for intrachromosomal variants. This procedure is repeated for any possible chromosome pair, and each variant type on each chromosome pair.

Once each plane is defined, the variants within each separate plane are clustered using DBSCAN.

Overlap based clustering. The most critical part when building and querying the database is to determine if two SVs represent the same event or not. When using the overlap based clustering algorithm, two interchromosomal variants are considered equal if the distance between their breakpoints does not exceed a certain distance threshold. This distance is set to 5 kilobases (kB) as default. However, the user may change it to suit any kind of data.

Additionally, for intrachromosomal variants, the overlap O is computed and used to determine if the variants are similar enough. For a given chromosome, to compute O each variant var is regarded as an ordered set of genomics coordinates:

                                                                                                                             var = { i, i + 1,..., j — 1, j}                                                            (6)

The overlap parameter O is defined as the cardinality of the intersection of two variants, divided by the cardinality of the union of the same overlapping variants:

O=|var1var2||var1var2|(7)

Where var 1 and var 2 are two overlapping variants ( O equals to 0 if the variants are not overlapping). The default threshold value of the overlap parameter is 0.6.

Variants from different individuals overlap in complex patterns. When these variants are clustered and exported into a vcf file, the complex patterns needs to be resolved. Resolving the complex overlaps correctly is of great importance: firstly because the user may choose to use the exported database for frequency annotation, and secondly because the similarity between the query variant and cluster will depend on how the cluster is represented. The database functionalities of SVDB solves this problem by finding a balance between compression ( i.e., the number of clusters), and resolution ( i.e., how close these clusters resemble the variants of the exported database). The final goal is to represent the population within the database in a way which is as useful as possible for downstream analysis (for example to characterize variants which are common within a population).

In the example shown in Figure 2 There are 13 variants that are to be exported using the overlap based clustering method. Initially, the variants are clustered using a greedy approach; these clusters are formed by first picking a random variant, and thereafter expanding the cluster iteratively by adding variants which are similar to any other variant in the cluster. In the example shown in Figure 2, a cluster is initiated by picking variant A. variant C is similar to A, hence it is added to the cluster. Next the cluster is expanded by searching for variants similar to C. In this example, variant E will be added to the cluster, since it satisfies the similarity criteria with C. E is not similar to any variant not belonging to the cluster, hence the expansion of the cluster will be halted.

Figure 2. An example of a complex region, this regions contains 13 variants, some of which are very similar (such as B and D), while others are entirely different ( A and B), when exporting the database, these variants needs to be reported in a way that is meaningful to the user.

Figure 2.

The same procedure is repeated for all other variants, for this example, all other variants will be added into one cluster, variant H and J is similar to L, which is similar to I and K, which in turn are similar to F; F is similar to M, and M is similar to G, which is similar to B and D.

Next, SVDB aims to dissect these clusters into sub-clusters for a more coherent representation of the variants. The clusters are divided into sub-clusters by computing a connectivity matrix. This connectivity matrix is a nn matrix, where n is the number of variants within the cluster. For variants satisfying the similarity criteria (breakpoint distance, and overlap of intrachromosomal variants), the matrix entry is set to 1, otherwise, the entry is set to 0. In practice, the matrix is implemented as a sparse matrix. An example of the connectivity matrix of the cluster containing variants B, D, F, G, H, I, J, K, L, M of Figure 2 is given in Table 1.

Table 1. A connectivity matrix computed using the overlap based clustering method to the complex cluster of variants shown in Figure 2.

This cluster contain variant B,D,F,G,H,I,J,K,L, and M.

A SVDB connectivity matrix
B D F G H I J K L M
B 1 1 0 1 0 0 0 0 0 0
D 1 1 0 1 0 0 0 0 0 0
F 0 0 1 0 0 1 0 0 0 1
G 1 1 0 1 0 0 0 0 0 1
H 0 0 0 0 1 0 1 0 1 0
I 0 0 1 0 0 1 0 1 1 0
J 0 0 0 0 1 0 1 0 1 0
K 0 0 0 0 0 1 0 1 1 0
L 0 0 0 0 1 1 1 1 1 0
M 0 0 1 1 0 0 0 0 0 1

Thereafter the sub-clusters are defined. The sub-clusters are generated by treating the variants as nodes in a graph. For each node ( i.e., variant) within the graph, the number of edges represent the number of variants satisfying the similarity criteria.

A sub-cluster is defined by selecting the node in the graph which has the highest degree, all nodes directly connected to this node will belong to that sub-cluster. Thereafter the sub-cluster is reported to the vcf file (in the manner described under the export section), the sub-cluster is represented by the variant (node) having the highest connectivity, and the frequency of that variant will be based on the variants connected to it.

Once the sub-cluster is reported, all variants (nodes) belonging to that sub-cluster is marked as unavailable; among the remaining nodes, the software will pick the node with the highest degree, and the process is repeated. Once no node is available, all variants of the cluster are represented in the vcf, and the software will continue on to the next cluster; dissecting it into sub-clusters which satisfy the user set parameters.

By clustering the variants of Figure 2 we obtain the clustering represented in Figure 3. We must point to the fact that the results of clustering will depend on which parameters are used. In this case, an overlap of 0.5 was used. Figure 2 shows variants represented in multiple clusters.

Figure 3. The results of clustering the variants shown in Figure 2.

Figure 3.

The clusters are represented by the bold variant shown in front of the "-", while the variants shown after the "-" belong to the cluster. As shown, a variant may belong to multiple clusters.

When a query is found to overlap a cluster, the overlap is reported together with the number of original variants overlapping the query. Moreover, if a query matches multiple overlapping clusters, each single variant will be counted only once (as a consequence of how the clusters are constructed).

Operation

Detection of structural variants. TIDDIT requires a coordinate sorted BAM file as input, and may be run in two separate modes; variant calling or coverage computation. The coverage computation mode is used to compute the coverage across the entire genome, and returns a BED file as output. The variant calling mode is run to analyse SV across the entire genome. All the detected SVs are returned in a single VCF file.

System requirements. TIDDIT has been tested on a large number of datasets; In general, TIDDIT will perform variant calling in less than 2 hours ( Table 4) using a single CPU core, and 2 gigabytes of RAM memory on 30X human whole genome datasets (such as NA12878). The time consumption and memory usage is mainly dependent on the coverage and quality of the input data. TIDDIT has been tested on Linux as well as Apple macOS. TIDDIT is easy to install and requires only standard c++ libraries. TIDDIT is installed using cmake ( https://cmake.org/) and make ( https://www.gnu.org/software/make/).

Downstream analysis. TIDDIT generates a VCF file containing structural variant calls across the entire genome. Initially, these calls may be filtered based on the quality filters described in the implementation section, as well as the SVDB software, using either internal samples or an external dataset such as thousand genomes structural variants 25 ( ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/phase3/integrated_sv_map/). The TIDDIT output VCF is compatible with any tool which supports VCF, hence there’s a large number of tools available for further analysis of the variant calls. Typically, the VCF file is annotated using software such as VEP 26 or snpEFF 27. Tools such as VCFtools 28 and BEDtools 29 may be used to remove low quality calls, or filter calls within specific genomic regions.

Results

The performance of TIDDIT was evaluated using simulated, as well as public datasets containing a large number of validated variants of different size and type. The performance of TIDDIT was compared to current top of the line callers, including Lumpy 30, Delly 10, CNVnator 11, Manta 9, and Fermikit 14. These are well known callers that have been tested throughout numerous projects.

Three separate datasets were used to evaluate TIDDIT. First, a simulated dataset generated using Simseq 31 and SVsim ( https://github.com/gregoryfaust/svsim) was used. Next, two public large scale sequencing datasets were used, namely the NA12878 sample, and the HG002 sample 32. Truth sets of validated variants were found for each of the public datasets 32, 33. A detailed description of the benchmarking of TIDDIT is given in Supplementary File 1.

Performance of TIDDIT on simulated variants

To test the performance of the callers, the tools were run on the simulated dataset. The dataset consists of four separate samples, one per variant type. The coverage of these simulated samples was set to 25X, and the read length and insert size was set to 100 and 350 bp, respectively. For each variant type (deletions, duplications, inversions, translocations), 6000 variants were simulated. Hence, the simulated dataset contains 24000 known variants of different type. The results are presented in Table 2. For each caller the sensitivity and precision was computed. The sensitivity differs between different callers and variant types. Table 2 shows that TIDDIT is consistently the caller with the highest sensitivity. However, the margin of victory is relatively small compared to the second-most sensitive callers. And even though TIDDIT provides high precision calling (around 0.99 for most SV-types), the precision of some of the other callers is slightly higher. Hence, there is a trade-off between sensitivity and precision, and it is not evident which caller is performs the best on this dataset. Looking more closely at the translocations in Table 2 we can see that TIDDIT has a good trade-off between sensitivity and precision, revealing the highest sensitivity out of all callers, and precision that was only 0.02 lower than Delly and Manta.

Table 2. Sensitivity and precision of the structural variant callers on a simulated dataset consisting of 6000 variants of each variant type.

The variants were simulated using SVsim and Simseq.

SV detection on simulated data
Caller Sensitivity Precision Sensitivity Precision
Deletions Duplications
TIDDIT 0.96 0.99 0.96 0.99
CNVnator 0.9 0.92 0.86 0.91
Delly 0.94 1 0.95 1
Fermikit 0.41 1 0.33 1
Lumpy 0.95 0.97 0.95 1
Manta 0.95 1 0.95 1
Inversions Translocations
TIDDIT 0.97 0.99 0.92 0.93
Delly 0.94 1 0.87 0.95
Fermikit 0.35 1 0.26 0.99
Lumpy 0.5 1 0.87 0.9
Manta 0.95 1 0.88 0.95

Performance of TIDDIT with NA12878 and HG002

Lastly, to complement the benchmarking on the simulated dataset, and to test TIDDIT on a more diverse set of sequencing data, the same callers were run on the NA12878 and HG002 samples 32. The results are presented in Table 3. We computed both sensitivity and precision, in three size intervals. Events 0–100 bp in size are usually not considered structural variation, but they were kept as a size interval anyway since some callers also detect these variants. Briefly, the NA12878 sample was sequenced using a 30X paired 2X150 bp library, while the HG002 sample was sequenced using a 6KB insert size mate-pair library.

Table 3. The sensitivity (S) and precision (P) of six structural variant callers with the public NA12878 and HG002 samples.

These public datasets contain validated deletions of various sizes.

Detection of validated deletions in public data sets
Size(bp) 0–100 100–1000 ≥ 1000
S P S P S P
NA12878
TIDDIT 0.55 0.7 0.78 0.71 0.98 0.55
CNVnator 0 0 0.1 0.3 0.55 0.17
Delly 0.62 0.11 0.84 0.63 0.96 0.41
FermiKit 0.03 0.2 0.64 0.68 0.56 0.7
Lumpy 0.59 0.21 0.81 0.5 0.96 0.5
Manta 0.91 0.01 0.9 0.43 0.95 0.45
HG002
TIDDIT 0.09 0.95 0.49 0.78 0.53 0.33
CNVnator 0 0 0.02 0.45 0.52 0.1
Delly 0.1 0.46 0.29 0.7 0.45 0.35
FermiKit 0 0 0 0.67 0 0.5
Lumpy 0.04 0.58 0.3 0.8 0.33 0.2

With the NA12878 sample, the performance differed widely between callers and variant sizes ( Table 3). With variants larger than 1000 bp, TIDDIT had the highest detection rate and second best precision. FermiKit was the most precise tool, but it must be noted that such result was achieved at the expense of sensitivity, since Fermikit had almost half the sensitivity of TIDDIT. In other words, FermiKit was not able to call many true variants, but the variants that were called were more likely to be correct. On the other hand, TIDDIT was able to call almost all the validated large ( i.e. 1000 bp) variants, but many calls done by TIDDIT did not overlap with the validated ones. However, since the truthset only contains high quality deletion calls, these non-overlapping calls are not necessarily incorrect. With medium ( i.e., 100 1000 bp) and small ( i.e., 100 bp) size variants the performance of the callers differed greatly. For these variants, Manta had the highest sensitivity, while TIDDIT had the highest precision. In general, when working with real data the differences in performance between the tools is less evident if compared to simulated data. This is likely a consequence of the fact that most of the tools have been extensively tested and, to some extent, tuned on these public datasets. Moving on to the HG002 sample, it was found that most variant callers performed worse than with the NA12878 sample. No variant caller produced any significant number of true positive calls in the range of 0–100 bp. TIDDIT had the highest sensitivity on variants larger than 100 bases, and was one of the most precise callers ( Table 3). Manta was excluded from this benchmark since it does not support mate-pair libraries.

CPU hour consumption of the variant callers

The computational performance of the six tools was also determined. Despite not being the most important parameter to consider, CPU time rising in importance, especially if one needs to run analysis in a Compute Infrastructure as a Service ( e.g., Google Cloud or Amazon). The CPU hour consumption of the callers was measured while analyzing each sample. The results of the measurements are presented in Table 4. During the analysis, each caller except Fermikit was run on a single core of an Intel Xeon E5-2660 CPU, and Fermikit was run using 16 Intel Xeon E5-2660 CPU cores.

Table 4. CPU hour consumption of the structural variant callers.

Each caller except Fermikit was run on a single core of a Intel Xeon E5-2660 CPU. Fermikit was run on 16 CPU cores. The CPU hour consumption of the Simseq data is reported as the median time consumption across the four Simseq samples.

CPU hour consumption on SV calling
Caller NA12878 HG002 Simseq
TIDDIT 2 1 1
CNVnator 2 1 1
Delly 30 15 7
FermiKit 640 120 15
Lumpy 45 2 7
Manta 3 NA 1

It was found that CNVnator and TIDDIT are the most efficient callers, while FermiKit is by far the most expensive caller to run.

Evaluation of the database functionality. The performance of the database functionality was evaluated by building databases of different sizes. These databases were built by randomly sampling individuals from a set of 209 individuals, sequenced through the thousand genomes project 25. These individuals are listed in Supplementary File 1.

Figure 4 shows how the fraction of unique hits within the database gets lower as the size of the database increases, therefore improving the ability to find unique variants for new patients. A unique hit is defined as a variant that has only been found in the query itself. Already, a relatively small database filtered out a significant amount of variants. On average, a sample queried against a database consisting of only 10 samples contain about 25% unique variants. Still, a larger database filters out more variants. Each query sample was found to contain 7.5% ( i.e., 250) unique structural variants when filtered against a database containing 200 samples. Since each caller reports a relatively large fraction of false positives ( Table 3), the frequency database is necessary to reduce the number of variants. Moreover the frequency database can be use to filter out recurring technical errors connected to the library preparation, sequencing chemistry and alignment of the sequencing data.

Figure 4. As the number of samples within the database increase, the number of unique variants per sample decrease.

Figure 4.

The structural variant databases may also be used to benchmark different tools and settings, as well as to compare the SVs within a family or population. As an example, the database functionality was used to study differences between populations sequenced through the thousand genomes project 25. Three populations were selected; Han Chinese from Bejing (CHB), Japanese from Tokyo (JPT), and Yoruba from Ibadan (YRI). Twenty five samples was analysed in total, 10,5, and 10 samples from the CHB, JPT, and YRI populations, respectively. All these samples were analysed using TIDDIT. The similarity of the samples was determined by creating one database per sample, and querying each sample against each database. The fraction of similar SVs was determined by computing the number of common/similar SVs divided by the total number of SV in that sample. A more detailed description of the analysis and the selected samples is given in Supplementary File 1. It was found that the three populations are distinct based on their SVs. Furthermore, the CHB and JPT populations are relatively similar compared to the YRI population ( Figure 5). The CHB population appears to be more homogeneous than the other two populations, with the exception of one individual which appears to be similar to the JPT individuals. On the other hand, the YRI population appears to be most diverse population, and is divided into two clear subpopulations.

Figure 5. A comparison of SV calls between twenty five individuals, belonging to the JPT, CHB and YRI populations.

Figure 5.

These individuals were sequenced through the thousand genomes project. The heatmap is coloured based on the similarity between individuals, and shows that the populations can be distinguished based on their SVs.

Discussion

Variant calling

Six structural variant callers were benchmarked on simulated data generated by simseq ( Table 2), and two public datasets, including NA12878 and HG002 ( Table 3). Compared to the other callers, TIDDIT performs well on SV larger than 1000 bp ( Table 2, Table 3). TIDDIT is able to identify large structural variants in many experimental setups: low or high coverage, short or long fragment size ( i.e., Paired End or Mate Pair) ( Table 2Table 3). Furthermore, TIDDIT has a good balance between sensitivity and precision. Despite being one of the most sensitive tools, it is also one of the most precise tools. These two characteristics (high sensitivity and high precision) in conjunction with a low computational demand makes TIDDIT one of the most capable tools available today for the identification of large SVs greater than 1 kbp from WGS data. TIDDIT does not perform well on small variants ( Table 3), however TIDDIT performs really well on large variants, especially balanced variants ( Table 2). Since TIDDIT is efficient, produces high quality variant calls, and performs well in multiple settings, TIDDIT could be a great addition to WGS pipelines.

Benchmarking

Even though the presented benchmarking is extensive, it is not fully complete. The public datasets lack large enough truth sets for balanced variants and duplications. Since the callers perform differently on different variants ( Table 2), it would be of value to benchmark the callers against a more varied set of variants. Moreover, the variants of these truth sets are generally small. For instance, the median size of the deletions of NA12878 is about 250 bases, which is smaller than the traditional size of structural variation 3. Unlike real SV which is commonly located in repeat sequences, the simulated SV were positioned randomly throughout the genome. This could partly explain why the sensitivity of all callers is much higher on the simulated datasets compared to the public datasets ( Table 2, Table 3). Ideally, the simulated variants should follow the true characteristics of SV. Since such characteristics to a certain degree are unknown, but also to simplify the simulation, it was decided to generate a randomly uniform dataset.

Database functionality

The Human genome contains a large amount of repetitive regions, and each individual carries a large number of structural variants 34, 35. Due to these reasons, the number of detected structural variants per samples is generally high. Thus, finding a rare disease-causing variant among such a large number of common variants is difficult and time consuming. TIDDIT is distributed together with structural variant database software. This software package uses structural variant VCF files to construct variant frequency databases. The annotation provided by these databases is then used to filter common variants as well as reference errors.

By filtering out high frequency variants from the VCF file, rare disease causing variants can easily be detected ( Figure 4). Moreover, the database could be constructed to follow variants that all samples have in common, such as an inherited disease variant within a family, or known disease causing variants, as well as to search for variants following a certain inheritance pattern, or to compare the SVs of different populations ( Figure 5). The structural variant databases could also be used to benchmark different software tools, settings, and library preparation methods. The database functionality can be used for results obtained from any tool that generates a valid VCF file as format.

Database clustering algorithms

Clustering of SV is not a novelty, a wide range of clustering algorithms has been applied to cluster various SV types generated from various data 25, 36, commonly these software tools are developed and used inhouse 37. Compared to many of these techniques, SVDB allows clustering of all types of SV, generated via a wide range of methods (as long as the SV is presented in vcf format). Moreover, SVDB supports a wide range of operations, including building, and querying of databases. SVDB comes with two separate but related clustering algorithms, namely overlap based clustering and DBSCAN. The two clustering methods will produce the same clusters for some variants, and different clusters in other cases. One notable difference is that the overlap based method will require some degree of overlap between the variants of a cluster, while DBSCAN only requires that the breakpoints of the variants are closer than the user set epsilon distance.

Additionally, when opting for DBSCAN the user can set the minPTS parameter to require a minimum number of variants supporting a cluster, as well as to decide the compactness of a cluster. Conversely, this is not possible when opting for the overlap clustering method.

In short, the two methods of SVDB are similar, Which one to pick depends largely on how the user defines the similarity of SV, and which questions the user needs to answer when using the software.

Conclusions

TIDDIT is an efficient and comprehensive structural variant caller, supporting a wide range of popular sequencing libraries. Not only does TIDDIT have the functionality of a structural variant caller, it also has a set of functions that helps the user perform further analysis of the bam file. These functions include depth of sequencing coverage analysis and structural variant database functionality. By utilizing these functions, TIDDIT could either perform advanced analysis on it’s own or be used to perform a wide range of tasks within a variant analysis pipeline. TIDDIT has already been employed in many studies and demonstrated its potential not only with the commonly used Nextera mate pair libraries from Illumina 7, 18, 38 but also with the TrueSeq Nano and PCR-free Paired End libraries 39.

Software availability

Latest source code: https://github.com/J35P312/TIDDIT

Archived source code as at the time of publication: https://zenodo.org/account/settings/github/repository/J35P312/TIDDIT

License: GNU General Public License version 3.0 (GPLv3)

Acknowledgments

The authors would like to acknowledge support from Science for Life Laboratory, the National Genomics Infrastructure (NGI), and Uppmax for providing assistance in massive parallel sequencing and computational infrastructure.

Funding Statement

This work was supported by the Swedish Research Council [2012-1526 to AL]; the Marianne and Marcus Wallenberg foundation [2014.0084 to AL]; the Swedish Society for Medical Research [S14-0210 to AL]; the Stockholm County Council; the Harald and Greta Jeanssons Foundation; the Ulf Lundahl memory fund through the Swedish Brain Foundation; the Nilsson Ehle donations and the Erik Rönnberg Foundation.

The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.

[version 2; referees: 2 approved]

Supplementary material

Supplementary File 1: Supplementary methods. A description of the benchmarking of the SV callers.

Supplementary File 2: SV simulation pipeline. The pipeline used to generate the simulated SV datasets.

References

  • 1. Alkan C, Coe BP, Eichler EE: Genome structural variation discovery and genotyping. Nat Rev Genet. 2011;12(5):363–376. 10.1038/nrg2958 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2. Lindstrand A, Davis EE, Carvalho CM, et al. : Recurrent CNVs and SNVs at the NPHP1 locus contribute pathogenic alleles to Bardet-Biedl syndrome. Am J Hum Genet. 2014;94(5):745–754. 10.1016/j.ajhg.2014.03.017 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3. Stankiewicz P, Lupski JR: Structural variation in the human genome and its role in disease. Annu Rev Med. 2010;61:437–455. 10.1146/annurev-med-100708-204735 [DOI] [PubMed] [Google Scholar]
  • 4. Viljakainen H, Andersson-Assarsson JC, Armenio M, et al. : Low Copy Number of the AMY1 Locus Is Associated with Early-Onset Female Obesity in Finland. PLoS One. 2015;10(7):e0131883. 10.1371/journal.pone.0131883 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5. Bishop R: Applications of fluorescence in situ hybridization (fish) in detecting genetic aberrations of medical significance. Bioscience Horizons. 2010;3(1):85–95. 10.1093/biohorizons/hzq009 [DOI] [Google Scholar]
  • 6. Bejjani BA, Shaffer LG: Application of array-based comparative genomic hybridization to clinical diagnostics. J Mol Diagn. 2006;8(5):528–533. 10.2353/jmoldx.2006.060029 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7. Hofmeister W, Nilsson D, Topa A, et al. : CTNND2-a candidate gene for reading problems and mild intellectual disability. J Med Genet. 2015;52(2):111–122. 10.1136/jmedgenet-2014-102757 [DOI] [PubMed] [Google Scholar]
  • 8. Hayden EC: Technology: The $1,000 genome. Nature. 2014;507(7492):294–5. 10.1038/507294a [DOI] [PubMed] [Google Scholar]
  • 9. Chen X, Schulz-Trieglaff O, Shaw R, et al. : Manta: rapid detection of structural variants and indels for germline and cancer sequencing applications. Bioinformatics. 2016;32(8):1220–2. 10.1093/bioinformatics/btv710 [DOI] [PubMed] [Google Scholar]
  • 10. Rausch T, Zichner T, Schlattl A, et al. : DELLY: structural variant discovery by integrated paired-end and split-read analysis. Bioinformatics. 2012;28(18):i333–i339. 10.1093/bioinformatics/bts378 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11. Abyzov A, Urban AE, Snyder M, et al. : CNVnator: an approach to discover, genotype, and characterize typical and atypical CNVs from family and population genome sequencing. Genome Res. 2011;21(6):974–984. 10.1101/gr.114876.110 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12. Ye K, Schulz MH, Long Q, et al. : Pindel: a pattern growth approach to detect break points of large deletions and medium sized insertions from paired-end short reads. Bioinformatics. 2009;25(21):2865–2871. 10.1093/bioinformatics/btp394 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13. Narzisi G, O’Rawe JA, Iossifov I, et al. : Accurate de novo and transmitted indel detection in exome-capture data using microassembly. Nat Methods. 2014;11(10):1033–1036. 10.1038/nmeth.3069 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14. Li H: FermiKit: assembly-based variant calling for Illumina resequencing data. Bioinformatics. 2015;31(22):3694–6. 10.1093/bioinformatics/btv440 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15. Tattini L, D’Aurizio R, Magi A: Detection of Genomic Structural Variants from Next-Generation Sequencing Data. Front Bioeng Biotechnol. 2015;3:92. 10.3389/fbioe.2015.00092 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16. Tham E, Lindstrand A, Santani A, et al. : Dominant mutations in KAT6A cause intellectual disability with recognizable syndromic features. Am J Hum Genet. 2015;96(3):507–513. 10.1016/j.ajhg.2015.01.016 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17. Lindstrand A, Grigelioniene G, Nilsson D, et al. : Different mutations in PDE4D associated with developmental disorders with mirror phenotypes. J Med Genet. 2014;51(1):45–54. 10.1136/jmedgenet-2013-101937 [DOI] [PubMed] [Google Scholar]
  • 18. Nilsson D, Pettersson M, Gustavsson P, et al. : Whole-Genome Sequencing of Cytogenetically Balanced Chromosome Translocations Identifies Potentially Pathological Gene Disruptions and Highlights the Importance of Microhomology in the Mechanism of Formation. Hum Mutat. 2017;38(2):180–192. 10.1002/humu.23146 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19. Mardis ER: Next-generation sequencing platforms. Ann Rev Anal Chem (Palo Alto Calif). 2013;6:287–303. 10.1146/annurev-anchem-062012-092628 [DOI] [PubMed] [Google Scholar]
  • 20. Quail MA, Smith M, Coupland P, et al. : A tale of three next generation sequencing platforms: comparison of Ion Torrent, Pacific Biosciences and Illumina MiSeq sequencers. BMC Genomics. 2012;13(1):341. 10.1186/1471-2164-13-341 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21. Kloosterman WP, Guryev V, van Roosmalen M, et al. : Chromothripsis as a mechanism driving complex de novo structural rearrangements in the germline. Hum Mol Genet. 2011;20(10):1916–1924. 10.1093/hmg/ddr073 [DOI] [PubMed] [Google Scholar]
  • 22. Medvedev P, Stanciu M, Brudno M: Computational methods for discovering structural variation with next-generation sequencing. Nat Methods. 2009;6(11 Suppl):S13–S20. 10.1038/nmeth.1374 [DOI] [PubMed] [Google Scholar]
  • 23. Sahlin K, Vezzi F, Nystedt B, et al. : BESST--efficient scaffolding of large fragmented assemblies. BMC Bioinformatics. 2014;15(1):281. 10.1186/1471-2105-15-281 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24. Ester M, Kriegel HP, Sander J, et al. : A density-based algorithm for discovering clusters in large spatial databases with noise.In Kdd1996;96:226–231. Reference Source [Google Scholar]
  • 25. 1000 Genomes Project Consortium, Auton A, Brooks LD, et al. : A global reference for human genetic variation. Nature. 2015;526(7571):68–74. 10.1038/nature15393 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26. McLaren W, Gil L, Hunt SE, et al. : The Ensembl Variant Effect Predictor. Genome Biol. 2016;17(1):122. 10.1186/s13059-016-0974-4 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27. Cingolani P, Platts A, Wang le L, et al. : A program for annotating and predicting the effects of single nucleotide polymorphisms, SnpEff: SNPs in the genome of Drosophila melanogaster strain w 1118; iso-2; iso-3. Fly (Austin). 2012;6(2):80–92. 10.4161/fly.19695 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28. Danecek P, Auton A, Abecasis G, et al. : The variant call format and VCFtools. Bioinformatics. 2011;27(15):2156–2158. 10.1093/bioinformatics/btr330 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29. Quinlan AR, Hall IM: BEDTools: a flexible suite of utilities for comparing genomic features. Bioinformatics. 2010;26(6):841–842. 10.1093/bioinformatics/btq033 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30. Layer RM, Chiang C, Quinlan AR, et al. : LUMPY: a probabilistic framework for structural variant discovery. Genome Biol. 2014;15(6):R84. 10.1186/gb-2014-15-6-r84 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31. Benidt S, Nettleton D: SimSeq: a nonparametric approach to simulation of RNA-sequence datasets. Bioinformatics. 2015;31(13):2131–2140. 10.1093/bioinformatics/btv124 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32. Zook JM, Catoe D, McDaniel J, et al. : Extensive sequencing of seven human genomes to characterize benchmark reference materials. Sci Data. 2016;3: 160025. 10.1038/sdata.2016.25 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33. Parikh H, Mohiyuddin M, Lam HY, et al. : svclassify: a method to establish benchmark structural variant calls. BMC Genomics. 2016;17(1):64. 10.1186/s12864-016-2366-2 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34. Fujimoto A, Nakagawa H, Hosono N, et al. : Whole-genome sequencing and comprehensive variant analysis of a Japanese individual using massively parallel sequencing. Nat Genet. 2010;42(11):931–936. 10.1038/ng.691 [DOI] [PubMed] [Google Scholar]
  • 35. Simon-Sanchez J, Scholz S, Fung HC, et al. : Genome-wide SNP assay reveals structural genomic variation, extended homozygosity and cell-line induced alterations in normal individuals. Hum Mol Genet. 2007;16(1):1–14. 10.1093/hmg/ddl436 [DOI] [PubMed] [Google Scholar]
  • 36. Ameur A, Dahlberg J, Olason P, et al. : Swegen: A whole-genome map of genetic variability in a cross-section of the swedish population. bioRxiv. 2016. 10.1101/081505 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37. Brandler WM, Antaki D, Gujral M, et al. : Frequency and Complexity of De Novo Structural Mutation in Autism. Am J Hum Genet. 2016;98(4):667–79. 10.1016/j.ajhg.2016.02.018 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38. Nord KH, Lilljebjörn H, Vezzi F, et al. : GRM1 is upregulated through gene fusion and promoter swapping in chondromyxoid fibroma. Nat Genet. 2014;46(5):474–477. 10.1038/ng.2927 [DOI] [PubMed] [Google Scholar]
  • 39. Bramswig NC, Lüdecke HJ, Pettersson M, et al. : Identification of new TRIP12 variants and detailed clinical evaluation of individuals with non-syndromic intellectual disability with or without autism. Hum Genet. 2017;136(2):179–192. 10.1007/s00439-016-1743-x [DOI] [PMC free article] [PubMed] [Google Scholar]
F1000Res. 2017 Jul 20. doi: 10.5256/f1000research.13002.r23932

Referee response for version 2

Bud Mishra 1

I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard.

F1000Res. 2017 Jul 12. doi: 10.5256/f1000research.13002.r23933

Referee response for version 2

Giuseppe Narzisi 1, Wayne Clarke 1

We thank the authors for addressing our comments.  

We have no further major comment at this time, just a couple of minor typos listed below:

  • Page 8: Once the sub-cluster is reported, all variants (nodes) belonging to that sub-cluster [is -> are] marked as unavailable.

  • Page 9: and it is not evident which caller [DELETE: is] performs the best on this dataset.

  • Page 10: Twenty five samples [was -> were] analysed in total

We have read this submission. We believe that we have an appropriate level of expertise to confirm that it is of an acceptable scientific standard.

F1000Res. 2017 Jun 26. doi: 10.5256/f1000research.12049.r23324

Referee response for version 1

Bud Mishra 1

The paper has already two reviewers and they have addressed many of the issues that I would have raised. My main concern however is that the interpretation of the results depend highly on the accuracy of the reference used and that the human reference is still incomplete (non-haplotypic), error-ridden, and evolving. It is unclear how the tool will adapt to the future when large number of accurate haplotypic whole genome references will become available. What makes it even worse is that the software is built on a group of intuitively justifiable heuristics with many hyper-parameters hard-coded. However, all the other tools it competes against also suffer from these problems and the genomics community has been strangely oblivious of these foundational problems.

I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard, however I have significant reservations, as outlined above.

F1000Res. 2017 Jun 1. doi: 10.5256/f1000research.12049.r22619

Referee response for version 1

Giuseppe Narzisi 1, Wayne Clarke 1

This paper describes the implementation of a new structural variant caller, called TIDDIT, that uses multiple forms of evidence to call structural variants (deletions, duplications, inversions, and translocations) in whole genome sequencing experiments. In addition to structural variant calling, TIDDIT includes database functionality that helps reduce errors and makes it adaptable to diverse applications (e.g. rare and de novo variant detection).

Structural variant calling is an area of research that is in strong need for more reliable and sensitive bioinformatics methods. TIDDIT has the potential to be a valuable open source tool and, overall, we think that the method warrants publication but some further refinement is necessary. We hope that the authors will address the following major and minor comments:

Major Comments:

 

  1. The authors list the current problems in the field as computational costs, non-standard output formats, and limited support for different sequencing platforms/library types. We don’t believe they have adequately described the tools they compare against with respect to these limitations. For example, both CNVnator and Manta have reasonable computational costs (2 and 3 core hours respectively), while Manta outputs VCF and does not list any platform/library type as a known limitation of their tool. A better description of how their work solves these limitations compared to other tools is required. Alternatively, they could shift focus towards the novelty of the database functionality.

  2. Generally, there is sufficient information provided for interpretation. However, there are some cases where further explanations are required. First, Manta is compared against for both the simulated data and NA12878 but is subsequently dropped from analysis of HG002 with no explanation. The authors should provide an explanation for this either in the text or as a footnote to the figures. Second, there is no description of the clustering method selected for the evaluation of database functionality (overlap based and DBSCAN clustering). The two clustering methods are described only from a technical stand point without providing details on how selection would affect the output or what use cases might be appropriate for each method.

  3. While the results generally support the conclusions made, the language used tends to overstate the differences between the tested methods: “TIDDIT is consistently the caller with the highest sensitivity”, “The high sensitivity of TIDDIT is coupled with extremely high precision”, “Despite being one of the most sensitive tools, it is also one of the most precise tools”. For example, while it is true that TIDDIT is the caller with highest sensitivity in the simulated datasets (table 1), the margin of victory is often quite low (only 0.01 in deletions and duplications – with lower precision than Manta, the next most sensitive caller). The authors should adjust the language used in the paper to provide a more truthful and honest description of the real performance of the tool as reported in the tables. Significant better performance is indeed achieved for simulated translocations but the improvements on the other classes of variants seem to be limited.

  4. We found the description for resolving the chain-like pattern of overlaps in the “overlap based clustering” to be quite confusing and hard to follow as currently described in the paper. The authors should state more clearly the problem. Is this a specific issue that has not been properly addressed by the community so far? Also, it is usually helpful to explain some of the complexity in interval analysis by including figures that elucidate the details of the process.

 

Minor Comments:

  1. The methods used to generate the simulated data is described well enough, however, in this case making the simulated data sets available would also have been practical and would facilitate reproducing the results independently. The code is easily installed and provides sufficient documentation via the help options to get started with using the tool.

  2. Simulated structural variants seem to be created at random locations, however real variants tend to happen in a non-random fashion along the genome, in particular around repetitive sequences. It is important to emphasize in the paper the limitations of the simulated data, which may also explain partially why sensitivity on real data is significantly worse than in the simulated experiment. 

  3. The caption for Figure 2 seems particularly long for such a simple figure and many of the details given in the figure caption would be better placed in the main text.

  4. Equations in the paper should be numbered.

  5. On the equation on page 3, the variable W is used to indicate the number of consecutive (base pair) positions used to halt the construction of a set. This value seems to play a significant role in partitioning the genome to identify structural variants. However, there is no information on what value is used and whether it is a user parameter.

  6. On page 6: “These calls are recognized by searching for variants [were -> where] the regions of the first read and its mate overlap, or where the regions of the primary and secondary alignment overlap.”

  7. The authors report TIDDIT’s system requirements to be only 2 hours using a single CPU and 2 GB of RAM. However, these numbers are uninformative without reporting also the amount of data (e.g., sequence coverage, number of reads, etc.) that was used to test the tool.

We have read this submission. We believe that we have an appropriate level of expertise to confirm that it is of an acceptable scientific standard, however we have significant reservations, as outlined above.

F1000Res. 2017 Jun 22.
Jesper Eisfeldt 1

Hello there!

Thanks for taking your time to reviewing, and sorry for taking such a long time to respond! We agree with your comments, and we have incorporated them in the manuscript:

Major Comments:

1. We now focus more on the database functionality, but we also mention the number of callers that combine low computational cost and the ability to detect all types of SV is limited.

2. Manta does not support variant calling on data having read orientation reverse-forward, hence it was excluded from the HG002 dataset which is sequenced using a mate-pair library. We have now added a short description of the two samples, and also a statement why manta was dropped from the analysis of HG002.

We wanted to use the mate-pair data of HG002 sample mainly to show that TIDDIT performs well on both standard paired-end data and mate-pair data.

3. Thanks, we have adjusted the language to make it more neutral.

4. We have rewritten the overlap based clustering section completely, now it contains an example of such complex cluster of variants; as well as a more practical explanation of the algorithm.

Minor Comments:

1. Due to the large size of the files we decided not to upload the simulated data. Potentially, we could generate the data and make it available on request during a limited time. We are happy to hear that the code is easily installed!

2. That’s true, the simulated variants were randomly positioned throughout the genome. We have added some comments to the benchmark subsection of the discussion section were we comment on this. The main reasons we simulated the variants that way was to reduce the risk of any selection bias, as well as to simplify the simulation.

We agree that the most truthful simulation would include more realistically positioned variants, and perhaps even a large number of known disease causing SV.

3. We summarized the caption

4. Thanks, we added numbering to the equations!

5. We added some details on how W is set; In short, we found it through benchmarking on about 350 WGS samples of patients carrying known SV of clinical relevance, which were sequenced using a variety of libraries. However, since we cannot make the patient data publicly available we cannot present our internal benchmarking in the paper.

7 We got the statistics from running TIDDIT on the NA12878 sample, we have now added some more detail to that statement.

Thanks again for reviewing!

Regards

Jesper on behalf of the authors


Articles from F1000Research are provided here courtesy of F1000 Research Ltd

RESOURCES