Abstract
Novel high-throughput DNA sequencing technologies allow researchers to characterize a bacterial genome during a single experiment and at a moderate cost. However, the increase in sequencing throughput that is allowed by using such platforms is obtained at the expense of individual sequence read length, which must be assembled into longer contigs to be exploitable. This study focuses on the Illumina sequencing platform that produces millions of very short sequences that are 35 bases in length. We propose a de novo assembler software that is dedicated to process such data. Based on a classical overlap graph representation and on the detection of potentially spurious reads, our software generates a set of accurate contigs of several kilobases that cover most of the bacterial genome. The assembly results were validated by comparing data sets that were obtained experimentally for Staphylococcus aureus strain MW2 and Helicobacter acinonychis strain Sheeba with that of their published genomes acquired by conventional sequencing of 1.5- to 3.0-kb fragments. We also provide indications that the broad coverage achieved by high-throughput sequencing might allow for the detection of clonal polymorphisms in the set of DNA molecules being sequenced.
High-throughput sequencing technologies have the potential to decipher a bacterial genome during a single experiment and at a moderate cost (Mitra and Church 1999; Brenner et al. 2000; Margulies et al. 2005; Bentley 2006). However, such broad coverage is typically obtained at the expense of the read length. This article addresses the assembly of the sequences produced by the Illumina Genome Analyzer that generates millions of very short reads of the same length. The technology currently provides reads of 35 bases, although future technological improvements promise to increase the sequence length to 50 bases. The ability to efficiently sequence and assemble whole bacterial genomes has significant implications for evolutionary (Smith et al. 2006; Mwangi et al. 2007), metagenomic (Handelsman et al. 1998; Eisen 2007), and even diagnostic purposes (Fournier et al. 2006; Audic et al. 2007). However, the fact that only short overlaps can be considered represents a challenge for the assembly process. It was previously shown that de novo sequencing of a bacterial genome is possible using error-free reads that range from 20–50 bases in length (Whiteford et al. 2005). Recently, software applications that are dedicated to the assembly of very short reads were published. SSAKE was originally described by Warren et al. (2007), but its current version (3.0) has been recently described in a poster in the Pacific Symposium on Biocomputing (Hawaii 2008). Rather than claiming the production of accurate contigs, the investigators demonstrated that their approach identified bacteria from a complex soil metagenomic sample. Velvet was presented at the Cold Spring Harbor Biology of Genomes meeting in 2007. This application is based on a k-mer graph representation (Idury and Waterman 1995; Pevzner et al. 2001) that structures all k-mers observed in the reads. Finally, SHARCGS (Dohm et al. 2007) is an assembler that prefilters the reads according to their quality values and to their redundancy in the data set. In this study, we present Edena (Exact DE Novo Assembler), a novel software for de novo assembly of accurate contigs from data sets containing very short reads of the same length. The application is based on the classical assembly approach where all overlaps are computed and structured in a graph. Accurate contigs of several kilobases are produced that cover most of the genome being sequenced. A comparison with previously described assembly programs was performed by analyzing two different bacterial genomes sequenced on an Illumina Genome Analyzer. Finally, the broad coverage depth achieved by the new generation sequencing device suggests the presence of clonal polymorphisms in the set of DNA molecules being sequenced, but this statement needs to be formally proven.
Results
Assembly of the Staphylococcus aureus strain MW2 genome
The Staphylococcus aureus strain MW2 data set is made up of 3.86 million of 35-bp reads among which 3.83 million are unambiguous (i.e., they do not contain any nondetermined nucleotide). The redundancy filter applied by Edena keeps 2.66 million unique reads. The raw coverage depth is therefore 48×. All programs were tested with several parameterizations, and only the best one was considered. Due to the higher computational resources required by SSAKE and particularly by SHARCGS, these two programs were not extensively tested. However, efforts were made to optimize their results. Edena was parameterized to consider overlaps displaying a minimum length of 21 bases for the strict and nonstrict mode. Velvet was used with a k-mer value of 23. The best result for SHARCGS was achieved by setting the “max gap span” parameter to 14. Also, this program was provided with sequencing quality values. The best result for SSAKE was achieved with its default parameters. Since S. aureus strain MW2 was already sequenced and assembled by using conventional methods (Baba et al. 2002), we used the published sequence as the reference to evaluate the accuracy of the assemblies. The reference genomic and plasmid sequences measure 2.82 Mbp and 20.7 kbp, respectively (accession nos. NC_003923 and NC_005011, respectively). Contigs were aligned to their reference genomic and plasmid sequences using the Exonerate sequence alignment package (Slater and Birney 2005). To be considered valid, a contig must be aligned along its whole length with a base similarity of at least 98%. Only contigs larger than, or equal to, 100 bases were considered in this study. A graphical view of the contig map is shown in Figure 1, and the assembly results are summarized in Table 1. The contigs produced by Edena running in strict mode covered 98% of the reference sequences, and the N50 value is 6.0 kb. The nonstrict mode of Edena produced a few misassembled contigs. These misassemblies included 14 contigs totalizing 45.1 kb. In terms of contig length, the performance of Velvet was similar to that of the strict mode of Edena, but two contigs did not properly map the reference sequence. In addition, the correct contigs presented a total of 260 mismatches. All mismatches were located almost exclusively at the ends of the contigs. SHARCGS was not able to assemble significant contigs. This is probably due to the fact that this program relies mainly on its prefiltering step, which requires a very broad coverage depth to retain a sufficient number of correct reads. SSAKE generated numerous errors that were mainly located at the ends of the contigs. As Figure 1 revealed significant overlaps between contigs produced by Edena and Velvet, we constituted two additional data sets by merging the contigs generated by the two programs. The first data set was constituted from the results of Velvet and Edena when operated in the strict mode, while the second one combined the results of Edena in the nonstrict mode with those of Velvet. These two new data sets were then assembled with the Minimus assembler (Sommer et al. 2007), as shown in Table 2. By assembling the contigs produced by Velvet and Edena in the strict mode, N50 value and mean contigs size increased to 8.1 kbp and 3.6 kbp, respectively. By assembling the contigs produced by Velvet and Edena in the nonstrict mode, longer contigs were obtained but at the expense of 16 misassembled contigs representing a total of 78.7 kbp.
Table 1.
Table 2.
Assembly of the Helicobacter acinonychis strain Sheeba genome
This assembly comparison was performed on the set of reads obtained with Helicobacter acinonychis strain Sheeba and originally presented in the publication describing SHARCGS. This information is freely available at http://sharcgs.molgen.mpg.de/download.shtml. This data set is made up of 12.3 million of 36-bp reads, among which 11.6 million are unambiguous. The raw coverage depth is therefore 284×. The redundancy filter applied by Edena keeps 7.3 million unique reads. Edena was parameterized to consider overlaps displaying a minimum length of 27 bp for the strict mode and 26 bp for the nonstrict mode. Velvet has been used with a k-mer value of 27. The best result for SHARCGS was achieved by setting the “max gap span” parameter to 10 and by removing the last four bases of each reads. Also, this program was provided with sequencing quality values, as mentioned above. For SSAKE, the best result was achieved with its default parameters. Following the same procedure as described for the S. aureus assembly, contigs were evaluated against the published whole-genome sequence (Eppinger et al. 2006), which measures 1.55 Mbp and 3.66 kbp for the genome and plasmid, respectively (accession nos. NC_008229 and NC_008230, respectively). Assembly results are shown in Table 3. Once again, Edena and Velvet showed the best performance by reaching a N50 value of 10.4 kbp and 9.8 kbp, respectively. The nonstrict mode of Edena reached a N50 value of 14.2 kbp for the correctly assembled contigs. However, one contig of 24.1 kbp was misassembled.
Table 3.
Erroneous reads and putative clonal polymorphisms in the DNA samples being sequenced
Edena relies on two cleaning operations to remove ambiguous paths from the overlap graph: the short dead-end (DE) path removal and the p-bubble fixing (see Methods). By using the overlap graph obtained from the S. aureus data set with a minimum overlap length of 21, we investigated the efficiency of these cleaning operations. By considering the nonredundant data set, it appears that 39.3% of the reads do not have an exact occurrence on either the genomic or the plasmid reference sequences (which correspond to 28% of the complete redundant data set). We will refer to these reads as the negative read, while the positive read will refer to the remaining reads that have at least one exact occurrence in the reference sequences. We generated a simulated ideal data set by sampling a 35-bp read at every position in the genomic and plasmid reference sequence for S. aureus strain MW2. Thus, this ideal data set does not contain any error or polymorphism. It allowed us to compute the number of branching nodes and p-bubbles that are exclusively caused by exact and nonexact repetitions in the genomic sequence and to compare these values with those obtained from the real data set. Results are presented in Table 4. The difference between the two overlap graphs is significant. First, the proportions of branching nodes in the real and ideal data set are 32% and 0.2%, respectively; the later being exclusively due to genomic repetitions that cannot be resolved by the overlapping procedure. This indicates that almost all branching nodes in the real data set result from negative reads. The number of p-bubbles is 12 in the ideal overlap graph, which indicates the presence of nonexact repetitions in the genomic and/or plasmid sequences. This number however rises to 526 in the real overlap graph. For each bubble, we extracted the corresponding sequences. It appears that for 521 of the 526 bubbles, one of the two sequences does not show any exact occurrence in the reference sequences, this sequence being assembled from the negative reads. Moreover, the coverage depth ratio of the two possible paths showed an average of 0.1, the lower path corresponding to the one being made of negative reads. Such bubbles involving negative reads cannot be explained by base calling errors. A possible explanation is that these negative reads are issued from underrepresented subsets of DNA molecules in the sample; each of these subsets containing one or more mutations as compared to the majority sequence. The broad coverage achieved by the Illumina Genome Analyzer might thus allow for the detection of clonal polymorphisms.
Table 4.
The percentage of nodes that were removed by the DE path cleaning is 33% for the real data set versus 0% for the ideal set. Table 5 gives the number of positive and negative nodes that are removed by the DE procedure according to the md value (see Methods). As expected, almost all removed nodes belong to the set of negative reads. The value of md = 10 is a relevant choice to remove most of the negative nodes, yet this value limited the loss of the positive nodes. Most of the DE paths have a depth of 1, which corresponds to what is expected from random base calling errors. However, a significant number of longer DE paths that cannot be explained by random errors also exist in the overlap graph. The overwhelming majority of these unexpected long DE paths only involve negative nodes. This observation suggests that they might be caused by clonal polymorphisms on DNA molecule for which the abundance is insufficient to constitute a complete p-bubble.
Table 5.
Lander-Waterman statistics and genome coverage depth
As discussed above, the raw coverage depth of the S. aureus Illumina sequencing is 48×. However, since the required overlapping length represents a significant part of the read length, the effective coverage depth (Lander and Waterman 1988; Wendl and Waterston 2002) provides a more informative value. Effective coverage can be estimated by E = N(L − T)/G, and the expected number of gaps (i.e., region not properly represented by the reads) can be estimated by Ne−E where N is the number of usable reads, L is the length of the reads, T is the required overlap length, and G is the target size. For this purpose, usable reads are defined as those having at least one overlap on each end. The number of usable reads is 2,900,674. By considering a required overlap length of 21 bases, the effective coverage depth is 14× and the expected number of gaps is two. Similarly, the number of usable reads is 6,258,923 for the H. acinonychis Illumina sequencing. By considering a required overlap length of 27 bases, the effective coverage depth is 36× and no gap is expected. Thus, by assuming that the genomes are uniformly sampled by the Illumina reads, this statistic predicts that no contig should end in a gap for the H. acinonychis assembly and only a few ones for the S. aureus assembly. However, we observed that among the 1122 contigs produced by Edena for the S. aureus genome assembly, 879 contig ends ended in a gap (i.e., could not be elongated due to the lack of an overlapping read). Also, among the 336 contigs produced for the H. acinonychis assembly, 192 contig ends ended in a gap. These values are significantly higher than what is expected given the coverage depth of both projects. Although the overall assembly results indicated that the genomes are roughly uniformly represented in the Illumina reads, some particular regions of the genomes are clearly weakly represented. Therefore, we mapped the reads of both projects against their respective reference sequence. Only exact matches were considered. Then, we extracted the parts of genome that were not sufficiently covered to be assembled. A simple visual inspection reveals that these extracted sequences contain large complexity moieties as well as long stretches of single base repeats that are likely to form secondary structures or that are not efficiently replicated during enzymatic steps.
Discussion
High-throughput sequencing technologies characterize bacterial genome sequences containing millions of nucleotides during a single experiment and within a few hours of “machine working time.” If prices of genome sequencing are still higher than the target price of $1000 (Service 2006), the time required to sequence a bacterial genome has dramatically reduced in a few years. Previous technologies required several years of sequencing and assembly effort (Fleischmann et al. 1995). However, recent improvements in sequencing technology have decreased this requirement to only days or weeks of work. This revolution in sequencing contributes to the current situation: Today, more than 400 bacterial genomes are publicly available in databases, and ∼600 projects are ongoing (http://cmr.tigr.org/tigr-scripts/CMR/CmrHomePage.cgi and http://www.ncbi.nlm.nih.gov/genomes/lproks.cgi).
Two major high-throughput sequencing strategies are currently available: the 454 from Roche Diagnostics and Illumina’s Solexa Sequencing Technology, which was used in this work. The Illumina platform relies on millions of small reads, ensuring that each nucleotide of a genome is sequenced by dozens of small reads, whereas the 454 generates larger fragments that average 230 nucleotides. Based on these characteristics, the 454 is probably more adapted to genomes containing abundant repeated regions. High-quality sequencing data are, of course, mandatory for such projects, and the frequency of errors arising from high-throughput sequencers appears reasonable (Sundquist et al. 2007). However, the limited length of sequenced elements requires elaborate assembly strategies that often require sophisticated hardware resources. Recently, Keane and Ning (2007) presented some assembly experiments using the Phusion assembler (Mullikin and Ning 2003). They reported a valuable result for the assembly of the genome of Streptococcus suis strain SC84 from 2 million of 41-bp reads. Eighty-one percent of the S. suis genome, which contains 2,007,491 bp, was assembled in 515 contigs. This result is remarkable considering that the Phusion assembler is not specifically dedicated to such short reads sequencing technology. However, a specific approach is required for assembling millions of very short sequences. Both Edena and Velvet showed that accurate contigs that nearly cover the entire bacterial genome being sequenced can be produced on simple desktop computers. These two programs outperform the others, both in terms of assembly quality and required computer resources. The length of the assembled contigs averages several kilobases, which makes them usable for numerous analyses, such as database search, gene detection, or the study of promoter sequences. The Velvet assembler that is based on a k-mer graph representation shows similar performances as Edena, which implements the classical overlap layout approach. However, it is interesting to notice that the two programs do not always have similar problems within regions of sequences that are difficult to assemble. Some regions that are not assembled by one of the approaches are successfully assembled by the other. Thus, the two programs are partially complementary, and their combined usage can even lead to longer contigs, as illustrated here (Table 2). The announced availability of the paired reads data in the near future will certainly allow for the production of even larger contigs. This precious information can be used to safely clean up some ambiguities in the overlap graph, thereby increasing the overall assembly performance.
An important alternative to the de novo assembly is the so-called comparative assembly (Pop et al. 2004). The latter relies on a reference sequence that must be closely related to the target being assembled. But even though the number of complete genome sequences is growing rapidly, the paucity of sequence information for some bacterial species will likely remain a problem for years to come. The development of efficient de novo assemblers thus remains an important endeavor for the efficient assembly and analysis of newly sequenced genomes. Furthermore, de novo sequence assembly permits the study of regions where comparison with the reference is not possible due to rearrangements or, in the case of transcriptomes, due to splicing.
Methods
Edena is based on the classical overlap layout assembly framework (Pop et al. 2002). In addition, it includes two features to improve the assembly of very short sequences: exact matching and detection of spurious reads. The exact matching choice was included for two reasons. First, the inherent sequencing errors result in a significant number of spurious overlaps, impairing the correct sequence determination. Allowing approximate matching would significantly increase the number of such nonspecific spurious overlaps. Second, exact matching is drastically faster than approximate matching. By using an appropriate index, overlaps between millions of short reads can be computed in a few minutes.
The key steps of Edena can be summarized as follows. First, the short reads data set is processed to remove redundant information. Second, all overlaps of a minimum size are computed, and an overlap graph is constructed. Third, the graph is cleaned by removing transitive and spurious edges and by resolving bubbles. Finally, all contigs of a minimum size that are unambiguously represented in the graph are provided as an output. The program assumes that all reads have the same length.
Reducing reads redundancy
Due to the high level of oversampling achieved by the Illumina Genome Analyzer, a significant number of reads are represented several times in the data set. We first process the data set in order to keep a single copy of each read. This step reduces the size of the data set without losing information. It is achieved by indexing all reads in a prefix tree. A given read and its reverse complement are considered to be the same read and are merged in the same tree key. Reads that contain ambiguous base symbols are discarded since they cannot be handled in the exact matching procedure. Since identical reads are merged in the same tree key, a nonredundant set of reads can be produced from the tree structure. The occurrence frequency of each read as observed in the initial data set is kept in order to compute the coverage depth in the contigs for quality control purposes.
Overlapping phase
The overlapping phase is performed by indexing the nonredundant read data set by a suffix array (Manber and Myers 1993). This structure reveals exact matches, i.e., exact overlaps, at a low memory cost. The set of revealed overlaps is loaded in a bidirected graph structure (Kececioglu and Myers 1995; Myers 2005) where each read ri corresponds to a vertex vi. Two vertices vi and vj are connected by a bidirected edge if ri and rj overlap. Bidirected edges have an arrowhead at each end and can independently be directed in or out of the vertex at each end of the edge. Subsequently, there are four different ways to connect two nodes, depending on the relative orientation of vi and vj, and the sides of the reads that are involved in the overlap. The arrowhead is directed in vi or vj if the overlap implies the left end of ri or rj, and out of vi or vj if it implies the right end of ri or rj. Edges are labeled with the overlap size. In order to build a valid read assembly, vertices must be traversed using two opposed arrowhead orientations. Entering vi from an in-arrowhead and leaving it to an out-arrowhead indicates that the corresponding read is spelled in its direct strand, while traversing vi from an out-arrowhead to an in-arrowhead indicates that it is spelled in the reverse direction.
The minimum overlap size is a determinant parameter for the assembly success. A small value will increase the frequency of overlaps that exist by chance, which creates significant branching in the graph. On the other hand, a large value will increase the number of reads that do not overlap on one of their sides, which leads to DE paths in the graph.
Removing transitive edges
Due to the high oversampling achieved by the Illumina sequencing technology, the great majority of edges in the overlaps graph correspond to transitive edges. These edges are not essential to represent every possible sequence in the graph. For example, consider two paths v1 → v2 → v3 and v1 → v3. The path v1 → v3 is transitive because it bypasses v2 and represents the same sequence as the first path. This is illustrated from the point of view of a multiple alignment in Figure 2. Transitive edge removal is an essential procedure that reduces the graph complexity by a factor of the oversampling rate c calculated as NL/G, where N is the number of reads, G is the size of the genome being sequenced, and L the length of the reads (Myers 2005).
Cleaning up the graph
The transitively reduced overlap graph contains a significant amount of branching paths that compromise the production of long contigs. These branching paths are caused by genomic repetitions, sequencing errors, and clonal polymorphisms (see Results). Without additional information, branching paths caused by genomic repetitions cannot be fixed. However, we propose a simple and efficient method to fix the latter two problems. This step is the key to the success of the Edena approach. Base calling errors in reads cause short DE paths, while clonal polymorphisms create small bubbles in the overlap graph. The cleaning operations identify such features by a local graph exploration starting at each branching node. The first cleaning operation removes the nodes that are involved in short DE paths (Fig. 3). The underlying idea is that edge leading to a read that contains a sequencing error should rapidly reach a DE. Each branching node is thus explored for all possible path elongations up to a depth of md nodes. If no path of depth of md exists, the nodes are marked for removal. Once all DE paths have been detected, marked nodes are removed. The md value is the cutoff above which a branching path is considered to be valid. We determined that a value of md = 10 was a good compromise (see Results). The second cleaning operation identifies short bubbles in the graph (Fig. 4). Such bubbles can be caused by nonexact repetitions in the genomic sequence. However, most of these bubbles could be caused by single base substitutions carried by a subset of DNA molecules contained in the analyzed sample (see Results). We use the term of p-bubble to refer to bubbles that are caused by a single base substitution. In other words, a p-bubble represents a base alternative in the assembly. The length of a p-bubble is at most ms = 4 × L − 2 × T − 1, with L and T being the read length and the minimum required overlap size, respectively. Each branching path is explored up to a length ms. Detected p-bubbles are resolved by removing the nodes in its less covered side. The p-bubble is therefore resolved in a simple non-intersecting path corresponding to the most covered path. Despite the fact that the polymorphisms are not represented in the final assembly, this information can be kept in a separated file.
Strict and nonstrict assembly modes
An additional cleaning operation significantly increased the size of the contigs but also generated a few misassemblies. This cleaning operation corresponds to the “nonstrict” mode that is implemented in Edena. It is based on the fact that longer overlaps are more reliable than shorter ones. Each branching node is examined, and only the edge (or edges) maximizing the overlap value is (are) kept. This operation allows cleaning ambiguities when the edge corresponding to the maximum length overlap is unique. Once all graph cleaning operations are finished, the set of contigs is produced by spelling the sequences modeled by the non-intersecting simple paths, for which only nodes having in- and out-degree of exactly one are traversed.
Strain and culture conditions
S. aureus strain MW2 was obtained from NARSA (http://www.narsa.net/) and grown in Mueller Hinton Broth (10 mL) for 5 h. Bacterial cells were rinsed twice in 10 mL TE (TrisEDTA, 10 mM and 1 mM, respectively), suspended in 2 mL of TE containing 100 μg/mL lysostaphin (Ambicin, Applied Microbiology Inc.), and incubated for 10 min at 37°C. DNA was then extracted and purified according to the DNeasy kit (Qiagen). DNA purity and quantity were assessed using NanoDrop-1000.
Whole-genome sequencing with the Illumina Genome Analyzer technology
The genomic DNA of S. aureus strain MW2 was sequenced using the Solexa technology (P. Mayer, L. Farinelli, and E. Kawashima, 1997. Patent application WO98/44151) according to the manufacturer’s protocol (Illumina). Briefly, 5 mg of genomic DNA was physically fragmented by nebulization into 50- to 100-bp fragments. After end-repair and ligation of the adaptors, the products were purified on agarose gel to recover 150- to 250-bp products. Quality control was performed by cloning the library into a TOPO plasmid and capillary sequencing of a few clones. The samples were then used to generate DNA colonies (or DNA clusters) using two channels of a flow-cell at dilutions of 4 or 6 pM, respectively. The flow-cell was then submitted to 36 cycles of sequencing reaction on the Illumina Genome Analyzer (Illumina). Data were analyzed using the Solexa Data Analysis Pipeline v0.2.2.5 software, and after quality filtration using standard parameters, we obtained a total of 3.86 million reads that were 35 bases in length.
Computer resources and software versions
The programs used in the assembly comparisons are Velvet 0.4 (http://www.ebi.ac.uk/~zerbino/velvet/), SSAKE 3.0 (http://www.bcgsc.ca/bioinfo/software/ssake), SHARCGS 1.2.11 (http://sharcgs.molgen.mpg.de/download.shtml), and Edena 2.0 (www.genomic.ch/edena). Edena, Velvet, and SSAKE were run on an Intel Pentium D CPU 2.8-GHz computer supplied with 4.0 Gb of RAM. SHARCGS was run on an AMD Opteron CPU 2.4 GHz supplied with 64 Gb of RAM. Edena performed the H. acinonychis assembly in less than 20 min and required 1.5 Gb of RAM. It performed the assembly of S. aureus in 10 min and required 850 Mb of RAM. Velvet performed the H. acinonychis assembly in 11 min and required 1.2 Gb of RAM. It performed the S. aureus assembly in 5 min and required 400 Mb of RAM. SSAKE required 2.5 Go of memory and 16 h for the H. acinonychis assembly and 1.1 Go of memory during 90 min for the S. aureus genome assembly. SHARCGS required 50 Gb of memory and 8 h to compute the H. acinonychis assembly and 20 Go of memory during 17 h to complete the S. aureus genome assembly.
Acknowledgments
We thank Chris Kolbert and Daniel DiCenso for the careful reading of this manuscript. We also thank Roberto Fabbretti and Ioannis Xenarios for providing fast access and efficient support to the Vital-IT computer resources (http://www.vital-it.ch). This work was supported by grants from the Swiss National Science Foundation nos. PP00B–103002/1 and 3100A0-112370/1 (J.S.) and no. 3100A0-116075/1 (P.F.). D.H. was supported by the COST B28 program.
Footnotes
[Supplemental material is available online at www.genome.org. Edena is freely available for academic users at http://www.genomic.ch/edena.]
Article published online before print. Article and publication date are at http://www.genome.org/cgi/doi/10.1101/gr.072033.107.
References
- Audic S., Robert C., Campagna B., Parinello H., Claverie J.M., Raoult D., Drancourt M., Robert C., Campagna B., Parinello H., Claverie J.M., Raoult D., Drancourt M., Campagna B., Parinello H., Claverie J.M., Raoult D., Drancourt M., Parinello H., Claverie J.M., Raoult D., Drancourt M., Claverie J.M., Raoult D., Drancourt M., Raoult D., Drancourt M., Drancourt M. Genome analysis of Minibacterium massiliensis highlights the convergent evolution of water-living bacteria. PLoS Genet. 2007;3:e138. doi: 10.1371/journal.pgen.0030138. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Baba T., Takeuchi F., Kuroda M., Yuzawa H., Aoki K., Oguchi A., Nagai Y., Iwama N., Asano K., Naimi T., Takeuchi F., Kuroda M., Yuzawa H., Aoki K., Oguchi A., Nagai Y., Iwama N., Asano K., Naimi T., Kuroda M., Yuzawa H., Aoki K., Oguchi A., Nagai Y., Iwama N., Asano K., Naimi T., Yuzawa H., Aoki K., Oguchi A., Nagai Y., Iwama N., Asano K., Naimi T., Aoki K., Oguchi A., Nagai Y., Iwama N., Asano K., Naimi T., Oguchi A., Nagai Y., Iwama N., Asano K., Naimi T., Nagai Y., Iwama N., Asano K., Naimi T., Iwama N., Asano K., Naimi T., Asano K., Naimi T., Naimi T., et al. Genome and virulence determinants of high virulence community-acquired MRSA. Lancet. 2002;359:1819–1827. doi: 10.1016/s0140-6736(02)08713-5. [DOI] [PubMed] [Google Scholar]
- Bentley D.R. Whole-genome re-sequencing. Curr. Opin. Genet. Dev. 2006;16:545–552. doi: 10.1016/j.gde.2006.10.009. [DOI] [PubMed] [Google Scholar]
- Brenner S., Johnson M., Bridgham J., Golda G., Lloyd D.H., Johnson D., Luo S.J., McCurdy S., Foy M., Ewan M., Johnson M., Bridgham J., Golda G., Lloyd D.H., Johnson D., Luo S.J., McCurdy S., Foy M., Ewan M., Bridgham J., Golda G., Lloyd D.H., Johnson D., Luo S.J., McCurdy S., Foy M., Ewan M., Golda G., Lloyd D.H., Johnson D., Luo S.J., McCurdy S., Foy M., Ewan M., Lloyd D.H., Johnson D., Luo S.J., McCurdy S., Foy M., Ewan M., Johnson D., Luo S.J., McCurdy S., Foy M., Ewan M., Luo S.J., McCurdy S., Foy M., Ewan M., McCurdy S., Foy M., Ewan M., Foy M., Ewan M., Ewan M., et al. Gene expression analysis by massively parallel signature sequencing (MPSS) on microbead arrays. Nat. Biotechnol. 2000;18:630–634. doi: 10.1038/76469. [DOI] [PubMed] [Google Scholar]
- Chongtrakool P., Ito T., Ma X.X., Kondo Y., Trakulsomboon S., Tiensasitorn C., Chavalit T., Song J.H., Hiramatsu K., Ito T., Ma X.X., Kondo Y., Trakulsomboon S., Tiensasitorn C., Chavalit T., Song J.H., Hiramatsu K., Ma X.X., Kondo Y., Trakulsomboon S., Tiensasitorn C., Chavalit T., Song J.H., Hiramatsu K., Kondo Y., Trakulsomboon S., Tiensasitorn C., Chavalit T., Song J.H., Hiramatsu K., Trakulsomboon S., Tiensasitorn C., Chavalit T., Song J.H., Hiramatsu K., Tiensasitorn C., Chavalit T., Song J.H., Hiramatsu K., Chavalit T., Song J.H., Hiramatsu K., Song J.H., Hiramatsu K., Hiramatsu K. Staphylococcal cassette chromosome mec (SCCmec) typing of methicillin-resistant Staphylococcus aureus strains isolated in 11 Asian countries: A proposal for a new nomenclature for SCCmec elements. Antimicrob. Agents Chemother. 2006;50:1001–1012. doi: 10.1128/AAC.50.3.1001-1012.2006. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Dohm J.C., Lottaz C., Borodina T., Himmelbauer H., Lottaz C., Borodina T., Himmelbauer H., Borodina T., Himmelbauer H., Himmelbauer H. SHARCGS, a fast and highly accurate short-read assembly algorithm for de novo genomic sequencing. Genome Res. 2007;17:1697–1706. doi: 10.1101/gr.6435207. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Eisen J.A. Environmental shotgun sequencing: Its potential and challenges for studying the hidden world of microbes. PLoS Biol. 2007;5:e82. doi: 10.1371/journal.pbio.0050082. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Eppinger M., Baar C., Linz B., Raddatz G., Lanz C., Keller H., Morelli G., Gressmann H., Achtman M., Schuster S.C., Baar C., Linz B., Raddatz G., Lanz C., Keller H., Morelli G., Gressmann H., Achtman M., Schuster S.C., Linz B., Raddatz G., Lanz C., Keller H., Morelli G., Gressmann H., Achtman M., Schuster S.C., Raddatz G., Lanz C., Keller H., Morelli G., Gressmann H., Achtman M., Schuster S.C., Lanz C., Keller H., Morelli G., Gressmann H., Achtman M., Schuster S.C., Keller H., Morelli G., Gressmann H., Achtman M., Schuster S.C., Morelli G., Gressmann H., Achtman M., Schuster S.C., Gressmann H., Achtman M., Schuster S.C., Achtman M., Schuster S.C., Schuster S.C. Who ate whom? Adaptive Helicobacter genomic changes that accompanied a host jump from early humans to large felines. PLoS Genet. 2006;2:e120. doi: 10.1371/journal.pgen.0020120. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Fleischmann R.D., Adams M.D., White O., Clayton R.A., Kirkness E.F., Kerlavage A.R., Bult C.J., Tomb J.F., Dougherty B.A., Merrick J.M., Adams M.D., White O., Clayton R.A., Kirkness E.F., Kerlavage A.R., Bult C.J., Tomb J.F., Dougherty B.A., Merrick J.M., White O., Clayton R.A., Kirkness E.F., Kerlavage A.R., Bult C.J., Tomb J.F., Dougherty B.A., Merrick J.M., Clayton R.A., Kirkness E.F., Kerlavage A.R., Bult C.J., Tomb J.F., Dougherty B.A., Merrick J.M., Kirkness E.F., Kerlavage A.R., Bult C.J., Tomb J.F., Dougherty B.A., Merrick J.M., Kerlavage A.R., Bult C.J., Tomb J.F., Dougherty B.A., Merrick J.M., Bult C.J., Tomb J.F., Dougherty B.A., Merrick J.M., Tomb J.F., Dougherty B.A., Merrick J.M., Dougherty B.A., Merrick J.M., Merrick J.M., et al. Whole-genome random sequencing and assembly of Haemophilus influenzae Rd. Science. 1995;269:496–512. doi: 10.1126/science.7542800. [DOI] [PubMed] [Google Scholar]
- Fournier P.E., Vallenet D., Barbe V., Audic S., Ogata H., Poirel L., Richet H., Robert C., Mangenot S., Abergel C., Vallenet D., Barbe V., Audic S., Ogata H., Poirel L., Richet H., Robert C., Mangenot S., Abergel C., Barbe V., Audic S., Ogata H., Poirel L., Richet H., Robert C., Mangenot S., Abergel C., Audic S., Ogata H., Poirel L., Richet H., Robert C., Mangenot S., Abergel C., Ogata H., Poirel L., Richet H., Robert C., Mangenot S., Abergel C., Poirel L., Richet H., Robert C., Mangenot S., Abergel C., Richet H., Robert C., Mangenot S., Abergel C., Robert C., Mangenot S., Abergel C., Mangenot S., Abergel C., Abergel C., et al. Comparative genomics of multidrug resistance in Acinetobacter baumannii. PLoS Genet. 2006;2:e7. doi: 10.1371/journal.pgen.0020007. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Handelsman J., Rondon M.R., Brady S.F., Clardy J., Goodman R.M., Rondon M.R., Brady S.F., Clardy J., Goodman R.M., Brady S.F., Clardy J., Goodman R.M., Clardy J., Goodman R.M., Goodman R.M. Molecular biological access to the chemistry of unknown soil microbes: A new frontier for natural products. Chem. Biol. 1998;5:R245–R249. doi: 10.1016/s1074-5521(98)90108-9. [DOI] [PubMed] [Google Scholar]
- Idury R.M., Waterman M.S., Waterman M.S. A new algorithm for DNA sequence assembly. J. Comput. Biol. 1995;2:291–306. doi: 10.1089/cmb.1995.2.291. [DOI] [PubMed] [Google Scholar]
- Keane T., Ning Z., Ning Z. 2007. [Google Scholar]
- Kececioglu J.D., Myers E.W., Myers E.W. Combinatorial algorithms for DNA-sequence assembly. Algorithmica. 1995;13:7–51. [Google Scholar]
- Lander E.S., Waterman M.S., Waterman M.S. Genomic mapping by fingerprinting random clones: A mathematical analysis. Genomics. 1988;2:231–239. doi: 10.1016/0888-7543(88)90007-9. [DOI] [PubMed] [Google Scholar]
- Manber U., Myers G., Myers G. Suffix arrays—A new method for online string searches. Siam J. Comput. 1993;22:935–948. [Google Scholar]
- Margulies M., Egholm M., Altman W.E., Attiya S., Bader J.S., Bemben L.A., Berka J., Braverman M.S., Chen Y.J., Chen Z.T., Egholm M., Altman W.E., Attiya S., Bader J.S., Bemben L.A., Berka J., Braverman M.S., Chen Y.J., Chen Z.T., Altman W.E., Attiya S., Bader J.S., Bemben L.A., Berka J., Braverman M.S., Chen Y.J., Chen Z.T., Attiya S., Bader J.S., Bemben L.A., Berka J., Braverman M.S., Chen Y.J., Chen Z.T., Bader J.S., Bemben L.A., Berka J., Braverman M.S., Chen Y.J., Chen Z.T., Bemben L.A., Berka J., Braverman M.S., Chen Y.J., Chen Z.T., Berka J., Braverman M.S., Chen Y.J., Chen Z.T., Braverman M.S., Chen Y.J., Chen Z.T., Chen Y.J., Chen Z.T., Chen Z.T., et al. Genome sequencing in microfabricated high-density picolitre reactors. Nature. 2005;437:376–380. doi: 10.1038/nature03959. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Mitra R.D., Church G.M., Church G.M. In situ localized amplification and contact replication of many individual DNA molecules. Nucleic Acids Res. 1999;27:e34. doi: 10.1093/nar/27.24.e34. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Mullikin J.C., Ning Z., Ning Z. The phusion assembler. Genome Res. 2003;13:81–90. doi: 10.1101/gr.731003. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Mwangi M.M., Wu S.W., Zhou Y., Sieradzki K., de Lencastre H., Richardson P., Bruce D., Rubin E., Myers E., Siggia E.D., Wu S.W., Zhou Y., Sieradzki K., de Lencastre H., Richardson P., Bruce D., Rubin E., Myers E., Siggia E.D., Zhou Y., Sieradzki K., de Lencastre H., Richardson P., Bruce D., Rubin E., Myers E., Siggia E.D., Sieradzki K., de Lencastre H., Richardson P., Bruce D., Rubin E., Myers E., Siggia E.D., de Lencastre H., Richardson P., Bruce D., Rubin E., Myers E., Siggia E.D., Richardson P., Bruce D., Rubin E., Myers E., Siggia E.D., Bruce D., Rubin E., Myers E., Siggia E.D., Rubin E., Myers E., Siggia E.D., Myers E., Siggia E.D., Siggia E.D., et al. Tracking the in vivo evolution of multidrug resistance in Staphylococcus aureus by whole-genome sequencing. Proc. Natl. Acad. Sci. 2007;104:9451–9456. doi: 10.1073/pnas.0609839104. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Myers E.W. The fragment assembly string graph. Bioinformatics. 2005;21:79–85. doi: 10.1093/bioinformatics/bti1114. [DOI] [PubMed] [Google Scholar]
- Pevzner P.A., Tang H., Waterman M.S., Tang H., Waterman M.S., Waterman M.S. An Eulerian path approach to DNA fragment assembly. Proc. Natl. Acad. Sci. 2001;98:9748–9753. doi: 10.1073/pnas.171285098. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Pop M., Salzberg S.L., Shumway M., Salzberg S.L., Shumway M., Shumway M. Genome sequence assembly: Algorithms and issues. Comput. 2002;35:47–54. [Google Scholar]
- Pop M., Phillippy A., Delcher A.L., Salzberg S.L., Phillippy A., Delcher A.L., Salzberg S.L., Delcher A.L., Salzberg S.L., Salzberg S.L. Comparative genome assembly. Brief. Bioinform. 2004;5:237–248. doi: 10.1093/bib/5.3.237. [DOI] [PubMed] [Google Scholar]
- Service R.F. Gene sequencing—The race for the $1000 genome. Science. 2006;311:1544–1546. doi: 10.1126/science.311.5767.1544. [DOI] [PubMed] [Google Scholar]
- Slater G.S., Birney E., Birney E. Automated generation of heuristics for biological sequence comparison. BMC Bioinformatics. 2005;6:31. doi: 10.1186/1471-2105-6-31. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Smith E.E., Buckley D.G., Wu Z., Saenphimmachak C., Hoffman L.R., D'Argenio D.A., Miller S.I., Ramsey B.W., Speert D.P., Moskowitz S.M., Buckley D.G., Wu Z., Saenphimmachak C., Hoffman L.R., D'Argenio D.A., Miller S.I., Ramsey B.W., Speert D.P., Moskowitz S.M., Wu Z., Saenphimmachak C., Hoffman L.R., D'Argenio D.A., Miller S.I., Ramsey B.W., Speert D.P., Moskowitz S.M., Saenphimmachak C., Hoffman L.R., D'Argenio D.A., Miller S.I., Ramsey B.W., Speert D.P., Moskowitz S.M., Hoffman L.R., D'Argenio D.A., Miller S.I., Ramsey B.W., Speert D.P., Moskowitz S.M., D'Argenio D.A., Miller S.I., Ramsey B.W., Speert D.P., Moskowitz S.M., Miller S.I., Ramsey B.W., Speert D.P., Moskowitz S.M., Ramsey B.W., Speert D.P., Moskowitz S.M., Speert D.P., Moskowitz S.M., Moskowitz S.M., et al. Genetic adaptation by Pseudomonas aeruginosa to the airways of cystic fibrosis patients. Proc. Natl. Acad. Sci. 2006;103:8487–8492. doi: 10.1073/pnas.0602138103. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Sommer D.D., Delcher A.L., Salzberg S.L., Pop M., Delcher A.L., Salzberg S.L., Pop M., Salzberg S.L., Pop M., Pop M. Minimus: A fast, lightweight genome assembler. BMC Bioinformatics. 2007;8:64. doi: 10.1186/1471-2105-8-64. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Sundquist A., Ronaghi M., Tang H., Pevzner P., Batzoglou S., Ronaghi M., Tang H., Pevzner P., Batzoglou S., Tang H., Pevzner P., Batzoglou S., Pevzner P., Batzoglou S., Batzoglou S. Whole-genome sequencing and assembly with high-throughput, short-read technologies. PLoS ONE. 2007;2:e484. doi: 10.1371/journal.pone.0000484. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Warren R.L., Sutton G.G., Jones S.J., Holt R.A., Sutton G.G., Jones S.J., Holt R.A., Jones S.J., Holt R.A., Holt R.A. Assembling millions of short DNA sequences using SSAKE. Bioinformatics. 2007;23:500–501. doi: 10.1093/bioinformatics/btl629. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Wendl M.C., Waterston R.H., Waterston R.H. Generalized gap model for bacterial artificial chromosome clone fingerprint mapping and shotgun sequencing. Genome Res. 2002;12:1943–1949. doi: 10.1101/gr.655102. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Whiteford N., Haslam N., Weber G., Prugel-Bennett A., Essex J.W., Roach P.L., Bradley M., Neylon C., Haslam N., Weber G., Prugel-Bennett A., Essex J.W., Roach P.L., Bradley M., Neylon C., Weber G., Prugel-Bennett A., Essex J.W., Roach P.L., Bradley M., Neylon C., Prugel-Bennett A., Essex J.W., Roach P.L., Bradley M., Neylon C., Essex J.W., Roach P.L., Bradley M., Neylon C., Roach P.L., Bradley M., Neylon C., Bradley M., Neylon C., Neylon C. An analysis of the feasibility of short read sequencing. Nucleic Acids Res. 2005;33:e171. doi: 10.1093/nar/gni170. [DOI] [PMC free article] [PubMed] [Google Scholar]