Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
METHODS AND SYSTEMS FOR DATA ANALYSIS AND COMPRESSION
Document Type and Number:
WIPO Patent Application WO/2016/020682
Kind Code:
A1
Abstract:
The present disclosure provides computer implemented methods and systems for analysing datasets, such as large data sets output from nucleic acid sequencing technologies. In particular, the present disclosure provides for data analysis comprising computing the BWT of a collection of strings in an incremental, character by character, manner. The present disclosure also provides compression boosting strategies resulting in a BWT of a reordered collection of data that is more compressible by second stage compression methods compared to non-reordered computational analysis.

Inventors:
COX ANTHONY JAMES (GB)
JANIN LILIAN (GB)
Application Number:
PCT/GB2015/052269
Publication Date:
February 11, 2016
Filing Date:
August 05, 2015
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
ILLUMINA CAMBRIDGE LTD (GB)
International Classes:
H03M7/30; G16B30/00; G16B50/50
Foreign References:
EP2724278A12014-04-30
Other References:
FENWICK ET AL: "Burrows-Wheeler compression: Principles and reflections", THEORETICAL COMPUTER SCIENCE, AMSTERDAM, NL, vol. 387, no. 3, 27 October 2007 (2007-10-27), pages 200 - 219, XP022318220, ISSN: 0304-3975
ANONYMOUS: "STRING", WIKIPEDIA, THE FREE ENCYCLOPEDIA, 4 June 2013 (2013-06-04), XP055219249, Retrieved from the Internet [retrieved on 20151008]
AMARNATH GUPTA: "Basics of MPEG", 30 May 2000 (2000-05-30), XP055219461, Retrieved from the Internet [retrieved on 20151008]
Attorney, Agent or Firm:
MURGITROYD & COMPANY (165-169 Scotland StreetGlasgow, Strathclyde G5 8PL, GB)
Download PDF:
Claims:
CLAIMS

A computer implemented method of compressing a collection of data strings at a source location, the method comprising:

a) receiving, at the source location, a collection of data strings from a dataset, wherein said data strings comprise a plurality of characters, b) generating a first Burrows Wheeler transform, BWT, on a string containing a first collection of characters, wherein the first collection of characters comprises a corresponding first character from each respective one of said data strings,

c) inserting a second collection of characters into the first Burrows Wheeler transformed characters from the first collection of characters to form a merged collection of characters, wherein the second collection of characters comprises a second corresponding character from each respective one of said data strings,

d) incrementally building a second Burrows Wheeler transform from the merged collection of characters,

e) generating a Burrows Wheeler transform index by compressing and indexing the second Burrows Wheeler transform,

f) predicting a next collection of characters based, at least partly, on the Burrows Wheeler transform index, wherein the next collection of characters comprises a next adjacent character from each of said data strings,

g) determining an actual next collection of characters,

h) determining the differences between the predicted next collection of characters and the actual next collection of characters, and

i) compressing the differences between the predicted next collection of characters and the actual next collection of characters.

The method of claim 1, further comprising sending the compressed differences to a destination location and decompressing the differences at the destination location and using the differences to determine the actual next collection of characters from the predicted next collection of characters.

The method of claim 1 or claim 2, wherein determining the actual next collection of characters at the source location comprises repeating step d) with at least a third collection of characters from each of said data strings, wherein the third collection of characters comprises the third character from each of said data strings and wherein said third character from each of said data strings is located adjacent to said second character from each of said data strings.

The method of any preceding claim, further comprising using a pre- generated Burrows Wheeler transform index to augment the prediction of the next collection of characters in step f), wherein the pre-generated Burrows Wheeler transform index is generated from a further collection of data strings comprising a plurality of characters from a reference data set.

The method of any preceding claim, further comprising receiving a second collection of data strings comprising a plurality of characters from a second data set, merging the collection of strings from said second data set with the collection of strings from the first data set and augmenting the BWT thereby determining the BWT from the combined first and second datasets, and updating the Burrows Wheeler transform index based on the BWT from the combined first and second datasets.

The method of claim 4, wherein the predicting of the next collection of characters comprises using an average of the prediction obtained from the pre-generated Burrows Wheeler transform index and the prediction obtained from the Burrows Wheeler transform index of the collection of characters as a final prediction for predicting the next collection of characters.

7. The method of any preceding claim, further comprising using the actual next collection of characters to update the Burrows Wheeler transform index.

8. The method of claim 7, further comprising repeating steps e) to j) using the updated Burrows Wheeler transform index.

9. The method of any preceding claim, further comprising determining, based on the Burrows Wheeler transform index, whether the actual next collection of characters contains any characters that are likely to be errors and, in the case of such putative errors, replacing them with the corrections that the

Burrows Wheeler transform index has predicted for them, prior to updating the Burrows Wheeler transform index with the next collection of characters.

10. The method of any preceding claim, wherein said dataset comprises language text data or is a biopolymer sequence dataset, comprising nucleic acid sequence data, or comprises amino acid sequence data.

11. The method of claim 10, wherein said nucleic acid sequence comprises DNA or RNA sequences, or nucleic acid sequences from a plurality of organism.

12. The method of claim 11, wherein if the dataset comprises nucleic acid sequence data, the method further comprises determining the sequence of a nucleic acid based on the incrementally built Burrow Wheeler transform of the nucleic acid, and outputting said determination to one or more of a graphic user interface, a printer or computer readable storage medium.

13. The method of any of the preceding claims, wherein said collection of data is received from a computer in real time, wherein steps b) through d) are performed prior to receiving all of the characters of said data strings.

14. The method of any preceding claim, wherein said collection of characters are one or more characters from the list comprising A, T, C, G, U and N, nucleotides, amino acids, words, sentences and phrases.

15. The method of any one of the preceding claims, wherein the first character from each of said data strings is adjacent to the respective second character from each of said data strings, or is located positionally right of said second character from each of said data strings.

16. The method of any of the preceding claims, wherein said generating and incrementally building comprises generating and incrementally building the Burrows Wheeler transform on a reordered collection of characters, wherein said reordered collection of characters may be reverse lexicographic ordering or by same as previous ordering.

17. A program which, when executed by a computer, causes the computer to carry out the method of any of claims 1 to 16.

18. A storage medium storing the program of claim 17.

19. A system for compressing a collection of data strings, comprising:

a) a processor,

b) a memory coupled with the processor, the memory storing a plurality of instrument instructions, wherein said instructions direct the processor to perform a plurality of logical steps when implemented by the processor, the logical steps comprising:

c) receiving a collection of data strings from a dataset, wherein said data strings comprise a plurality of characters,

d) generating a Burrows Wheeler transform, BWT, on a string containing a first collection of characters, wherein the first collection of characters comprises a first corresponding character from each respective one of said data strings, e) inserting a second collection of characters with said first Burrows Wheeler transformed characters to form a merged collection of characters, wherein the second collection of characters comprises a second corresponding character from each respective one of said data strings,

f) incrementally building a second Burrows Wheeler transform from the merged collection of characters,

g) generating a Burrows Wheeler transform index by compressing and indexing the second Burrows Wheeler transform,

h) predicting a next collection of characters based, at least partly, on the Burrows Wheeler transform index, wherein the next collection of characters comprises a next adjacent character from each of said data strings,

i) determining an actual next collection of characters,

j) determining the differences between the predicted next collection of characters and the actual next collection of characters, and

k) compressing the differences between the predicted next collection of characters and the actual next collection of characters.

Description:
METHODS AND SYSTEMS FOR DATA ANALYSIS AND COMPRESSION

The present invention relates to data compression and in particular to data compression of a collection of data strings.

Background

Data compression is a process that encodes information into a more compact form. Data compression is an important and well-studied topic with clear economic benefits: compressed data is cheaper to store, either on a computer's hard drive or in a computer's random access memory (RAM), and requires less bandwidth to transmit. As well as the level of compression achieved, the computational overheads (such as the amount of CPU time used or the amount of available RAM needed) of both compressing and decompressing the data must also be taken into account in choosing an appropriate compression strategy. In some applications (for example in compressing high resolution images for display on a web page), a lossy compression approach may be appropriate, allowing greater compression to be achieved at the expense of some loss of information during the compression process. In other applications, it is important that a perfect copy of the original data can be extracted from the compressed data. A lossless compression strategy is the appropriate choice for such cases. For many applications of data compression, such as a variety used in biological sequence analysis, it is important that the original data be retrievable in its original, uncompressed form. Compression of data, and its reversal, becomes a trade-off of numerous factors, such as degree of compression versus the computational resources required to compress and uncompress the data and the time in which to do so. Technology for determining the sequence of an organism's DNA has progressed dramatically since its genesis back in the 1970s when DNA was first sequenced (Maxam- Gilbert sequencing). With the development of dye- terminator based sequencing (Sanger sequencing) and related automated technologies, the field of nucleic acid sequencing took a giant step forward. The advent of dye based technologies and instrumentation and automated sequencing methods required development of related software and data processes to deal with the generated data.

Much of the early work on the compression of DNA sequences was motivated by the notion that the compressibility of a DNA sequence could serve as a measure of its information content and hence as a tool for sequence analysis. This concept was applied to topics such as feature detection in genomes and alignment free methods of sequence comparison, a comprehensive review of the field up to 2009 is found, for example, in Giancarlo et al (2009, Bioinformatics 25:1575-1586, incorporated herein by reference in its entirety). However, the exponential growth in the size of a nucleotide sequence database is a reason to be interested in compression for its own sake. The recent and rapid evolution of DNA sequencing technology has given the topic more practical relevance than ever.

The high demand for high-throughput, low cost nucleic acid sequencing methods and systems is driving the state of the art, leading to technologies that parallelize the sequencing process, producing very large amounts of sequence data at one time. Fuelled by the commercial availability of a variety of high throughput sequencing platforms, current large scale sequencing projects generate reams of data, in the gigabyte and terabyte range. Computer systems and data processing software for data analysis associated with current sequencing technologies have advanced considerably. Programs for compressing data that applies to generated sequence data, indexing the data, analyzing the data, and storing the data are available. However, computational analysis for large data sets, such as those generated by current and future sequencing technologies where data in the terabyte range is conceivable, is still a confounding issue as the amount of generated data is so large that analyzing and interpreting it presents a bottleneck for many investigators. Further, current computational sequence analysis requires an enormous amount of computer capacity and is not easily practiced on a typical desktop personal computer or laptop. As such, what are needed are methods and systems for computational analysis that can analyze very large datasets in a time efficient manner and that are easily managed on a typical desktop or laptop computer system, providing both efficiencies in both computer resource usage and time. Summary of the Invention

The Burrows-Wheeler transform (BWT) is a useful method for transforming information into a more compressible form. However, the computational demands of creating the BWT of a large dataset, such as datasets of gigabyte and terabyte proportion, have been an impediment for some applications.

For example, a straightforward way to store DNA bases is to encode one base of DNA as 2 bits (e.g. A=00, C=01, G=10, T=ll) and its associated quality score as 6 bits - this is what is done in BCL (base call) files. Considering the bases alone first, one of the present inventors previously noted ([Cox2012]) that, while it is difficult to improve significantly on this 2 bits-per-base level of compression with standard text compression methods such as gzip, reads from a typical human genome dataset could be compressed to less than 0.5 bits per base - a more than four-fold improvement - by applying a Burrows-Wheeler transform to the entire set of reads.

Although it is a standard technique in text compression, the Burrows-Wheeler transform had previously been considered prohibitively expensive to compute on a set of reads of the size generated by whole-human-genome sequencing experiment. The widely-used BWT-based compressor bzip2 can indeed be run on datasets of this size. However it works by breaking the text into small (1 megabyte) chunks and compressing them separately, so the compression it achieves is no better than other text compressors [Cox2012, Fig.2]. However, [Cox2012] built on earlier work [Bauer2011] in which the present inventors addressed both these concerns by showing that the Burrows-Wheeler transform of such a dataset could be efficiently built in a recursive manner so that, for example, the BWT of the partial reads arising from the first 36 cycles of sequencing could be computed starting from the BWT of the first 35 cycles together with the BCL file for cycle 36. This allows the computation of the BWT of a set of reads to begin while they are being sequenced and to complete very soon after the run finishes. The key advantages of building the BWT of the whole dataset (instead of BWT-compressing in a block-wise fashion like the standard tool bzip2) are that:

a) You get better compression

b) You can use the BWT as the basis of an index of the dataset.

Thus, a key point of the present invention is that sequencers can produce billions of short sequences. These contains a lot of repetition that could potentially be used for compression, but it is not possible for standard text compression tools such as gzip to exploit this redundancy because reads that are similar to each other are mixed up among billions of others, whereas they only consider a small block of data at a time. The present inventors' earlier work made it feasible to build the BWT of the entire dataset and thus highlight and exploit these hidden redundancies in the data.

Data sets output from sequencing methodologies can require large amounts of computer memory for performing data compression and the data compression computations themselves can be time inefficient. The methods disclosed herein overcome these hurdles by providing new ways for computing the BWT from a large dataset, for example a sequence dataset, which decreases the amount of computer space needed to perform the computations in conjunction with decreasing the time from data input to sequence output (e.g., increasing time efficiency). It is advantageous to improve and increase computational efficiencies when dealing with large datasets as such improvements necessarily go hand in hand with technological advances in those areas of application which produce large data sets, like sequencing technologies. In other words, to move forward in terms of advancing and evolving the realms of diagnostic, prognostic, therapeutic and research related technologies there should also be concurrent advances to deal with the enormous amount of data produced by these constantly advancing technologies; the present application provides methods and systems to do just that. The present disclosure describes methods and systems for computing the Burrows Wheeler transform of a collection of data strings by building the BWT in a character by character cumulative manner along a collection of data strings. The methods and systems can be used on any length data strings from a variety of data sources, such as those generated during sequencing (e.g. nucleic acids, amino acids), language texts (e.g. words, phrases, and sentences), image derived (e.g. pixel maps or grids), and the like. The datasets can be datasets as found on, for example, a computer readable storage medium, or datasets can be those generated live or in real time, such as while an event or assay is in progress. The methods and systems described herein can further accommodate the addition and/or removal of one or more data strings in a dynamic fashion. The present disclosure also describes methods and systems for reordering the strings in the collection (referred to herein as compression boosting methods), methods which can be performed concurrently (in some embodiments) with the BWT build, such that the resulting BWT is more compressible by second stage compression strategies than would be the case if the original ordering of the strings in the collection was retained (as the BWT itself is also known as a compression booster, the aforementioned process is essentially a process for "boosting a compression booster"). Computer implemented methods and systems as described herein can be performed on any size dataset, but are especially favourable for computing the BWT of large data sets, such as in the megabyte, gigabyte and terabyte ranges and larger.

Methods can be performed in a computer browser, on-demand, on-line, across multiple genomes, with alignment parameters of choice. Described herein are algorithms for use in computer implemented methods and systems that perform the BWT on a collection of strings and increase data compression capabilities while decreasing the demands on computer resources and increasing time efficiencies.

In a first aspect of the invention, there is provided a computer implemented method of compressing a collection of data strings at a source location, the method comprising: a) receiving, at the source location, a collection of data strings from a dataset, wherein said data strings comprise a plurality of characters,

b) generating a first Burrows Wheeler transform, BWT, on a string containing a first collection of characters, wherein the first collection of characters comprises a corresponding first character from each respective one of said data strings, c) inserting a second collection of characters into the first Burrows Wheeler transformed characters from the first collection of characters to form a merged collection of characters, wherein the second collection of characters comprises a second corresponding character from each respective one of said data strings, d) incrementally building a second Burrows Wheeler transform from the merged collection of characters,

e) generating a Burrows Wheeler transform index by compressing and indexing the second Burrows Wheeler transform,

f) predicting a next collection of characters based, at least partly, on the Burrows Wheeler transform index, wherein the next collection of characters comprises a next adjacent character from each of said data strings,

g) determining an actual next collection of characters,

h) determining the differences between the predicted next collection of characters and the actual next collection of characters, and

i) compressing the differences between the predicted next collection of characters and the actual next collection of characters.

An advantage provided by an exemplary embodiment of the present invention is that, taken across the whole process, i.e. all cycles of sequencing or all "columns" (if one imagines the sequences in the collection to be lined up one sequencer per row), the columns of differences form a lossless representation of the data that compresses well.

For example, at stage n, columns 1 to n-1 are used to predict what column n is going to be. Then the difference between the predicted and actual column n are stored and compressed. The actual column n can then be put into the index, and can be used, together with the preceding columns, to predict column n+1. In other words, the index itself is effectively a big temporary file that is just used for prediction. Although having the data available in this indexed form is potentially useful in its own right, the index can be discarded at the end without losing any data. When the data is decompressed from the differences, an identical index is rebuilt as the method proceeds.

In a second aspect of the invention, there is provided a computer implemented method for compressing a collection of data strings comprising: a) receiving a collection of data strings from a dataset, wherein said data strings comprise a plurality of characters, b) generating a first Burrows Wheeler transform of a collated first collection of characters, wherein the first collection of characters comprises the first character from each of said data strings, c) merging a second collated collection of characters with said first Burrows Wheeler transform to form a merged first and second collated collection of characters, wherein the second collated collection of characters comprises the second character from each of said data strings, d) generating a second Burrows Wheeler from the merged collated first and second collection of characters, e) merging a next collated collection of characters with said previously merged collection of characters to form a further merged collated collection of characters, wherein the next collated collection of characters comprises the next adjacent character from each of said data strings, f) generating a further Burrows Wheeler transform from the further merged collated collection of characters, g) repeating steps e) and f) one or more times, h) generating a Burrows Wheeler index by compressing and indexing the further Burrows Wheeler transform, i) using the Burrows Wheeler index to predict a next collated collection of characters, j) determining the differences between the predicted next collated collection of characters and the actual next collated collection of characters, and k) compressing the differences between the predicted next collated collection of characters and the actual next collated collection of characters. In a third aspect of the present invention, there is provided a system as specified in claim 19. The present invention also provides a program as specified in claim 17. Such a program can be provided by itself or carried by a carrier medium as specified in claim 18. The carrier medium may be a recording or other storage medium. The carrier medium may also be a transmission medium. The transmission medium may be a signal.

Brief Description of the Figures

Figure 1 illustrates exemplary computer hardware communication systems for practicing examples and embodiments as described herein.

Figure 2 illustrates examples of computer implemented methods as described herein. The BWT can be built on a data set either with or without reordering of the data prior to second stage compression methods; A) optional reordering of data using reverse lexicographic order method (RLO), and B) optional reordering of data using "same-as-previous" method (SAP).

Figure 3 is exemplary of iteration 6 of the computation of the BWT of the collection S = { AGCCAAC, TGAGCTC, GTCGCTT} on the alphabet { A, C, G, T}. The two columns represent the partial BWT before and after the iteration and, in between is seen the auxiliary data stored by the two variants of the algorithm changes during the iteration. The positions of the new symbols corresponding to the 6-suffixes (shown in bold on the right; T GAGCTC, A GCCAAC, G TCGCTT) were computed from the positions of the 5-suffixes ( in bold on the left; G AGCTC, G CCAAC, T CGCTT), which were retained in the arrays P after the previous iteration. For clarity, distinct subscripts are given to the end markers of each of the sequences in the collection.

Figure 4 is exemplary of the implicit first stage sorting compression-boosting strategy example disclosed herein. Columns, from left to right, are the BWT B(n) of the collection 5 = { TAGACCT, GATACCT, TACC ACT, GAGACCT } , the SAP bit SAP (n) associated with each symbol, the suffix (suffixes) associated with each symbol and the BWT of the collection {TAGACCT, GATACCT, TACC ACT, GAGACCT} by sorting the elements of 5 into reverse lexicographic order 5S/1 (n). This permutes the symbols within SAP -intervals to minimize the number of runs.

Figure 5 demonstrates a comparison of different compression strategies on a simulated sequence run. The x axis is sequencing depth coverage whereas the y axis is number of bits used per input symbol. Gzip, Bzip2, PPMd (default) and PPMd (large) demonstrate compression achieved on the raw sequence data. BWT, BWT- SAP and BWT-RLO demonstrate first stage compression results on the BWT using PPMd (default) as second-stage compressor.

Figure 6 illustrates an exemplary graph showing percentages of correctly predicted bases.

Figure 7 illustrates an exemplary graph showing a prediction rate of human vs simulated E.Coli.

Figure 8 illustrates an exemplary graph showing the compression rate.

Figure 9 illustrates an exemplary graph showing the compression rate of 8 or 40 Q- Scores.

Figure 10 illustrates an exemplary graph showing CPU usage.

Figure 11 illustrates an exemplary graph of disk space occupancy of a BWT.

Figure 12 illustrates an exemplary graph of disk I/O during a BWT.

Figure 13 illustrates the proportion of bases predicted from earlier cycles for simulated E.Coli data at various coverage depths.

Definitions

As used herein, the term "Burrows Wheeler transform" or "BWT" refers to a data structure used to permute, or rearrange, a data string or text. The BWT reorders characters in an original data string or text such that like characters tend to be grouped together. The grouping of like characters makes them easier to compress. The BWT does not itself compress a data set or text, but instead transforms it into a file that is more favourable to compression. A BWT-permuted file can be compressed by standard techniques for data compression algorithms based on the BWT. For example, a file transformed by means of the BWT can be further processed by Move-to-front encoding and then Huffman encoding algorithms that result in the compression of the dataset or text. Such methods will typically compress the BWT- permuted text into a smaller size than would be achieved if the same techniques were to be applied to the original, untransformed text. At the same time, the BWT also retains the ability to reconstruct the original text in such a way that the original input information is not lost. The transform is accomplished by sorting, in lexicographic order, a data string into all possible rotations and extracting the last character from each rotation, resulting in a string of characters that is more favourable to compression. In particular, the transform is accomplished by sorting all cyclic rotations of a data string into lexicographic order then extracting the last symbol from each rotation, resulting in a string of characters that is more favourable to compression. As used herein, the term "data strings" refers to a group or list of characters derived from a data set. As used herein, the term "collection," when used in reference to "data strings" refers to one or more data strings. A collection can comprise one or more data strings, each data string comprising characters derived from a data set. A collection of data strings can be made up of a group or list of characters from more than one data set, such that a collection of data strings can be, for example, a collection of data strings from two or more different data sets. Or, a collection of data strings can be derived from one data set. As such, a "collection of characters" is one or more letters, symbols, words, phrases, sentences, or data related identifiers collated together, wherein said collation creates a data string or a string of characters. Further, a "plurality of data strings" refers to two or more data strings. In one example, a data string can form a row of characters and two or more rows of characters can be aligned to form multiple columns. For example, a collection of 10 strings, each string having 20 characters, can be aligned to form 10 rows and 20 columns.

As used herein, the term "augmenting the Burrows Wheeler transform" refers to increasing the Burrows Wheeler transform. For example, augmenting a BWT comprises the merging of characters of a collection of data strings in a character by character manner, wherein the BWT increases in the number of merged characters with each subsequent insertion of new characters, as such the BWT increases with each character insertion. As used herein, "incrementally building a Burrow Wheeler transform" refers to increasing the BWT in a step by step manner. For example, characters from a collection of data strings can be added character by character to the computer implemented methods described herein, as such the BWT is updated or built following each subsequent insertion of characters. As such, the BWT is changed or updated after each incremental addition of characters. As used herein, the term "concatenate strings" and permutations thereof refers to the joining of strings, for example strings of data or data strings, end to end. For example, a concatenation of two words w and v, written wv, is the string comprising the symbols of w followed by the symbols of v.

As used herein, a "subsequence", "substring", "prefix" or "suffix" of a string represents a subset of characters, letters, words, etc, of a longer list of characters, letters, words, etc., (i.e., the longer list being the sequence or string) wherein the order of the elements is preserved. A "prefix" typically refers to a subset of characters, letters, numbers, etc. found at the beginning of a sequence or string, whereas a "suffix" typically refers to a subset of characters, letters, numbers, etc. found at the end of a string. Substrings are also known as subwords or factors of a sequence or string.

As used herein, the terms "compression boosting strategy" or "compression boosting method" refers to the reordering of data prior to or concurrent with building the BWT (e.g., in addition to sorting carried out during normal BWT build processes).

Compression boosting results in the resorting of data that is not practiced by the Burrows Wheeler Transform that results in a BWT that is more compressible by standard text compression methods (e.g., second stage compression methods) than would be the case if these methods were not employed. The strategies disclosed herein modify the BWT algorithms to resort the input data resulting in BWT output of a resorted set of data that is more compressible than the BWT of the original collection. The reverse lexicographic ordering (RLO) and same-as-previous (SAP) methods described herein are compression boosting methods.

Concept - Real-time predictive compression of sequencing data in BCL format

Raw sequence data from sequencing machines can be stored in BCL format: if one imagines the sequences generated during a run as being arranged in rows, then sequencing machines can be seen as building them in a "column- by-column" fashion, each BCL file encoding the data contained in one such column, associating a quality score value to each base and encoding both fields in 8 bits.

The concept advanced here rests on the insight that, once a certain point in the sequencing run has been reached, enough information has been accumulated to enable the contents of the next BCL to be largely predicted from the sequence that has already been done. This observation leads to a scheme for compressing BCL files.

Throughout the course of a sequencing run, the source (e.g. a DNA sequencing instrument) and destination (e.g. the "cloud" such as BaseSpace - Illumina's proprietary cloud platform) each maintain identical copies of a data structure called a compressed index that both encodes the BCL files they have received so far and can be used to predict the contents of the BCL file that will be sent next. Once a certain number of cycles have been processed this prediction will mostly be correct, so when a new BCL file does appear, it is encoded and transmitted as the differences between the actual file and the prediction derived from the index, which are considerably smaller than the original BCL file. Thus data is compressed on-the-fly as it is produced by the sequencer for reducing network bandwidth when transmitting the data to the cloud. Two important characteristics of this compression scheme are: This is a lossless compression scheme for the base calls contained in BCL files. It is a reference- free scheme that does not require the reads to be aligned to a reference sequence and does not depend in any other way on knowledge of a reference sequence. A reliable analysis method for any kind of sequencing experiment will typically require the same sequence to be seen more than once before a conclusion is drawn - a single read is insufficient to infer, say, expression of a gene in an RNA-Seq sample or the presence of a species in a metagenomic sample. This means any sequencing dataset has a degree of redundancy, which leads to the predictability that the compression method of the present invention exploits. It should be noted that the method described herein may be applied not only to BCL but to any other column-wise format, for example one might imagine a simple text- based format in which each column of data is encoded as an ASCII string. While DNA sequences are more commonly stored in a row-wise manner such as FASTA and FASTQ (both of which store individual sequences as separate lines of ASCII text), such data may be readily converted into a column-wise format upon which the method described herein can be employed.

It is challenging to achieve significant lossless compression of quality score information, so attention has focused on compressing quality scores in a lossy way and showing empirically that the information lost has not been detrimental to the quality of downstream variant calls. Further work in this area has led lllumina to adopt and advocate global rebinning: a reduction in the resolution of quality scores from 40 bins to 8 bins, which has been shown empirically to have little effect on the quality of the results that are obtained from the data.

Lossless and lossy schemes for quality score compression that use of the concept of prediction in different ways will now be described.

On lllumina sequencing platforms, quality scores of adjacent bases tend to be monotone decreasing at a slow rate, meaning that the value of each quality score is strongly predicted by the context of quality scores that immediately precede it in the read. This predictability allows quality scores to be compressed in either a lossy or lossless way. For example, in a FASTQ file the quality scores of adjacent bases are encoded in adjacent bytes, allowing some degree of lossless compression to be achieved by a generic compressor such as gzip. However, in BCL format the adjacent quality scores lie in different files.

In a separate but related development, the present inventors have proposed a lossless compression scheme based on a simple binning strategy where the quality scores in a BCL file are placed in bins according to the value of the quality score in the preceding BCL file. Encoding and decoding are simple linear processes and a compression of 1.09 bits per quality score was obtained on a test dataset, close to the theoretical best case of 1.06 bits per quality score, as deduced by computing the first-order empirical entropy of the data This development does not use the BWT method. We now describe an orthogonal approach to quality score compression that we refer to as adaptive compression. The concept is to keep at full resolution the quality scores associated with the small proportion of bases that are mis-predicted as these are in some sense the ones that are "interesting", i.e. likely to be important for variant calling. In contrast, the vast majority of bases will be correctly predicted and the quality scores for these are smoothed (e.g. changed from an 8 value to a 2 value scheme) and therefore compressed. This philosophy is in line with what was disclosed in the [Janin et al, Bioinformatics 2013] paper but the details are different in that, here, we check for misprediction at the end of each cycle rather than, as described in Janin et al, once when an index of the entire dataset has been built. This is "intelligently lossy" in that the present invention keeps more information about the interesting bits, much like video compression will e.g. use more data to represent football players on a pitch than for the largely green and uninteresting surface that they are running on. A desirable property is that global rebinning, lossless predictive compression and lossy predictive compression represent three entirely orthogonal approaches to quality score compression and so any combination of the three methods can be considered.

Methods

Burrows-Wheeler Transform of a set of reads

The straightforward way to store DNA bases is to encode one base of DNA as 2 bits (e.g. A=00, C=01, G=10, T= 11) and its associated quality score as 6 bits - this is what is done in BCL files. Let us consider the bases alone first. The 2 bits and 6 bits are stored together (i.e. not in separate bit streams) resulting in 1 byte representing a base plus its quality score.

In previous work [Cox2012], it was noted that, while it is difficult to improve significantly on this 2 bits-per -base level of compression with standard text compression methods such as gzip, reads from a typical human genome dataset could be compressed to less than 0.5 bits per base - a more than four-fold improvement - by applying a Burrows-Wheeler transform to the entire set of reads. Although it is a standard technique in text compression, the Burrows-Wheeler transform (henceforth BWT) had previously been considered prohibitively expensive to compute on a set of reads of the size generated by whole-human- genome sequencing experiment (The widely-used BWT -based compressor bzip2 can indeed be run on datasets of this size. However it works by breaking the text into small (1 megabyte) chunks and compressing them separately, so the compression it achieves is no better than other text compressors [Cox 2012, Fig. 2]). Moreover, transmission of the data cannot begin until sequencing has completed and the BWT is generated, which may be an issue if network bandwidth is limited and/or a fast time-to-result is desired.

However, [Cox2012] built on earlier work (Bauer2011] in which the present inventors addressed both these concerns by showing that the Burrows-Wheeler transform of such a dataset could be efficiently built in a recursive manner so that, for example, the BWT of the partial reads arising from the first 36 cycles of sequencing could be computed starting from the BWT of the first 35 cycles together with the BCL file for cycle 36. This allows the computation of the BWT of a set of reads to begin while they are being sequenced and to complete very soon after the run finishes. This concept was exemplified by the disclosure of international patent application number PCT/EP2012057943 (published as WO2012/175245), the contents of which is incorporated herein by reference in its entirety. Using the BWT as a compressed index

The present invention is concerned with leveraging the fact that the BWT of a text can act as an index of the text it was built from: this is the core idea of BWT -based alignment tools such as BWA [Li2009], the seminal paper being the description of the FM- index data structure by Ferragina and Manzini [Ferragina2000].

Imagine a set of "reads" that are taken without error from random positions in the following "genome":

BANANAxAPPLExPEARxTANGERINExORANGExPEACHxBANANAxPEAR Within these reads, any occurrences of the substring BANAN will be predictive since, in the genome that the substring is being sampled from, BANAN is always followed by A to make BANANA. However, PEA could be the start of either PEACH or PEAR. Deciding which strings are or aren't predictive - i.e. determining which characters follow the occurrences of a given substring within the reads - is precisely the type of query that a BWT- based index of the text allows the inventors of the present invention to answer efficiently. Clearly efficiency is not a consideration for a text this small, but crucial if the text was billions of characters long, like our datasets.

An inventive concept of the present invention is, at cycle n, to use the BWT of the first n cycles to predict the bases contained in the BCL file for cycle n+1. The more cycles of sequencing that have been accumulated and the lower the sequencing error rate, the more often the predictions according to the present invention will be accurate. Moreover, in an embodiment of the present invention, this prediction can be carried out both at the source (on the instrument) and at the destination (on the cloud), so both share an identical notion of "what is coming next."

When the actual BCL file becomes available, the source just encodes the differences between the real data and the prediction and sends it via the network. Over on the cloud, the destination uses its own (identical) prediction plus the received difference information to reconstruct the BCL file. Both source and destination then use the real BCL file to update their BWT and make a new prediction of the next cycle.

How a BCL file is compressed and decompressed

1. At the start of a given cycle, suppose sequencer and cloud both use the BWT indexes of the data they have accumulated so far to predict that the next BCL file (that is, the next "column" of each sequence in the run) will be

AAAGCGGTCCCCAGTCTGGGGAGCCCAGTCCAAC

2. Sequencer generates actual BCL file which (differences underlined) is AAAGCGTTCCCCAGTCCGGGGAGCCCATTCCAAC

3. Sequencer computes differences from prediction

000000T000000000C0000000000T000000

4. Sequencer encodes differences compactly. The results presented below are obtained by compressing the above sequence with 7zip, but we could implement our own encoding, for example by replacing the runs of zeroes by integers that measure their length we get the string:

6T9C10T6

The much shorter length of this string gives an intuition that the difference data is much more compressible than the BCL files themselves. A practical compression scheme might use a variable length integer encoding such as Golomb or Elias coding to encode the distances between successive differences. Also it is observed that there are only 3 possible differences at a given position so, instead of using a 2-bits- per-base encoding for the differences, a 3-way Huffman code (0,10,11) would encode them at most (l+2+2)/3=1.66 bits per difference on average.

5. Sequencer sends differences to cloud

6. Cloud decodes differences and applies them as a "patch" to the predicted BCL file to recover the actual BCL file

7. Sequencer and cloud use actual BCL to update their BWT indexes ready for next cycle Comparison with other options for BWT compression There are three options to consider:

Option 1: (control) Ignore everything presented herein and send uncompressed BCL files over the network to the cloud while the run progresses.

Option 2: (as per [Cox2012]) Compute the BWT of all BCL files and send it after the run finishes. Option 3: (the inventive concept being pursued herein) send compressed BCL files while the run compresses.

Option 2 reduces the data volume by four-fold with respect to option 1, but does imply that data transmission cannot begin until the sequencing run has finished. If fast time-to-result is a priority then this might favour option 1. Also, other users of the network might be thankful for the way option 1 spreads the network traffic across the duration of the sequencing run.

The present invention (Option 3) combines the advantages of both by reducing data volumes and allowing data transfer to proceed while the run is in progress. Possible trade-offs might be that the level of compression may be inferior to that achieved by option 2 and optionally the additional overhead of computing the BWT at both the source and destination if such an optional implementation is chosen. It is to be noted that it is only necessary to compute the BWT at one location in the case of option 2 but it may be necessary to compute the BWT at both the source and the destination in the case of option 3.

The price paid for the reduced data volumes offered by Option 2, in comparison to Option 1, is that an index of the reads must be built on the sequencer side. In [Bauer2011] we showed this can be done for a human-genome size dataset in 1-2 CPU days and we have improved this further since then. The exact figure depends on hardware choice and available RAM. Importantly, most of the computation can be done while the run is in progress, as already mentioned.

Option 3 may need the same read index to be built on both the sequencer and cloud sides. So the overhead on the sequencer side may be the same as for option 2, but a computational cost of the same size is now added on the cloud side.

Options 2 and 3 both result in a BWT of the reads being available on the cloud. Having the data in this compressed and indexed form may ultimately prove more useful than, say, gzipped fastq: for example the sga de novo assembler [Simpson2012] can read such files directly. Algorithms for inverting the BWT and recovering the original reads can be utilised, but this requires additional computation [Bauer2012]. So right now a further advantage of option 3 over option 2 is that uncompressed BCL files can be directly output by the process. This means that ISAAC, for example, could be run without further computation.

Compression Levels Achieved

Figure 13 shows the level of predictability achieved on simulated datasets consisting of lOObp reads randomly sampled from the E.coli genome to various depths of coverage. In all cases, predictability at early cycles is little better than the 25% we could achieve by random guessing, but at higher levels of coverage the predictability rises to near 100%. On average, 84% of the bases sequenced over the course of the 3 Ox coverage run can be correctly predicted from the data already sequenced in earlier cycles. We expect the curves for human genome data to look similar, except the rise to near-100% predictability will happen at a slightly later cycle.

The present inventors encoded the difference files in what is probably the simplest possible way: the differences are expressed as characters interspersed with strings of zeroes, the length of these strings encoding the gap between the two differences that flank it. This ASCII string is then compressed using the standard compressor bzip2. This achieved 0.75bits per base on the 3 Ox E.coli dataset.

Compressing quality scores

So far lossless compression of bases has been discussed. Here it is described how lossy compression of quality scores is added to the scheme.

It has been showed [Janin et al. 2013] that discarding quality scores based on the BWT-based predictability of the bases was leading to good compression associated with low effect on variant calling. This is because bases next to each other in the BWT index correspond to bases sharing an identical following k-mer (as the collection of letters in the BWT is such that their suffixes are alphabetically ordered).

However, this was done on the full BWT index of a set of reads, which is only available at the end of the sequencing run. Here we extend this idea to the intermediate BWT index which is obtained after each sequencing cycle.

Cycle -by-cycle predictive BCL compression

Recall our example "genome"

BANANAxAPPLExPEARxTANGERINExORANGExPEACHxBANANAxPEAR and the fact that BANAN is predictive (since any time we see it in the reads we know that A is coming next) but PEA is not. The intuition is simple: bases that are entirely predicted by the sequence that comes before them are uninformative and so their quality scores can be discarded (or, in practice, replaced with a sample -wide average value in order to comply with the statistical properties of Q-scores).

As a note, full BWT construction is usually done in reverse order starting from the last cycle to the first. This is not desirable here, and cycle-by-cycle BWT construction must start from cycle 1 and ends up being the BWT of the reverse of the reads. This is not important though, and we can easily complement the bases to make it the BWT of the set of reverse-complemented reads, which is equivalent to the BWT of the original set of reads as the sequencing process generates reads in both direction . The point for this discussion is that a normal BWT index contains bases ordered by their suffixes, while a cycle -by-cycle BWT index contains bases ordered by their reverse-complemented prefix (i.e. the last base of the prefix (just before the BWT base) is the most important for the alphabetical sort).

So, when dealing with the intermediate BWT index of a set of reads, at cycle n+1, the insertion point of a newly sequenced base will be next to another base having an identical preceding k-mer. When the base to be inserted is different from the base present just before the insertion point, we are in the presence of 2 identical k-mers diverging to 2 different (k+l)-mers. At this stage, it is not known whether the inserted base is a mismatch error or a second allele, so we conclude that this is an important base whose quality score needs to be preserved for downstream variant calling. Otherwise we are in the presence of at least 2 occurrences of the same k-mer supporting each other, so we reduce the new quality score to a sample -wide average value (which always ends up around Q30).

Handling paired-end reads

In the experiments presented here, the two halves of each read pair were joined together into a one sequence and treated as a single 200 -mer. This leads directly to the jump in CPU usage seen in Figure 10 and the jumps in disk usage and I/O seen in Figure 11 and Figure 12.

This can be addressed in two ways: first, we could build entirely separate BWT indexes for read 1 and read 2. This would slightly improve overall processing time - the time needed to build the index for the read 2s would mirror the curves for first lOlcycles shown in Figure 10.

However, an option would be to build the BWT of read 1 and then merge the read 2s into this to obtain an index of all reads (note the distinction with the current implementation: each read 1 and read 2 would be a separate entity in the index, whereas each read 1/read 2 pair is currently combined into a single entity.

This would cause the disk usage and 1/0 curves in to continue along the trend they followed in the first 100 cycles and give overall better prediction and hence better compression. The ability to merge reads into a pre-existing index requires some modification to our algorithm, which we are working on.

Discussion

A 40x human genome dataset (that is, a whole-genome-shotgun dataset of a human genomic sample containing sufficient sequence to sample each position in the human genome an average of 40 times -120Gbases of data in all) will occupy storage space as follows (It should be noted that all of these numbers are estimates based on a single example and some assumptions):

• 120GBytes (6.2 bits per base+qual) if stored/transferred as uncompressed BCL file

• 94GB (6.2 bits per base+qual) when compressing bcl files using gzip

• 72GB (4.8 bits per base+qual) after reduction from 40 Q-scores to 8 Q-scores + gzip

• 30GB (2 bits per base+qual) by using the compression scheme presented here • 21GB (1.42 bits per base+qual) by combining our compression scheme with Q-score binning

This good compression comes with the important properties of being reference-free and done cycle-by-cycle.

Scalability

The coverage depth is extremely important: the more the better the compression. 120GB of human data is 40x coverage. At 600G, compression should get a lot better. It is still necessary to run precise measurements, but all requirements including disk I/O and processing time are expected to scale sub-linearly.

Post processing: Fidelity of variant calling

It has been shown that sample-wide rebinning of quality scores into an 8-value scheme has minimal effect on variant calling quality. Combining this with the present invention, it can be estimated that if 85% of bases are predictable (as per our 3 Ox E.coli example) then the overhead of keeping a 3 bit quality score for each non-predicted base will amount to 0.45 bits per base, when averaged over all bases in the collection. Summary

A 30x human genome build (90Gbases} will take up 90Gbytes if stored/transferred as uncompressed BCL files. The scheme described here should take 8.43Gbytes for lossless storage/transfer of the bases and 5.06Gbytes for lossy storage/transfer of the quality scores. Combined, they reduce storage and transfer costs to just 15% of the cost of uncompressed BCL files.

An aspect of the invention involves building an index of the columns of data that have been sequenced so far and using this index to predict and thus compress the column of data that is coming next. We now described two ways in which this aspect of the present invention might be refined to give better compression. First, in early cycles of sequencing the index will not contain much data so the ability of the index to predict subsequent data will be correspondingly poor. This can be seen in Figure 6 and 7. However, if the sample being sequenced is of known origin (for example, human genomic DNA) then a BWT index of the appropriate reference sequence (for example, the reference human genome sequence) could be built and used to augment the prediction in early cycles. In [Bauer 2013] it is described how the BWT construction algorithm may be adapted to merge the reads into an existing BWT (which could be of a reference sequence, or of a collection of sequences) to build a BWT of the collection comprising the reads plus whichever sequences were in the initial collection (an alternative algorithm for merging BWTs is given in [Holt2014]).

One embodiment may involve making predictions based on the BWT of the reads merged with an appropriate reference sequence, or set of reference sequences. This BWT would be updated on a column-by-column basis to extend the reads as sequencing proceeds.

Another embodiment may involve keeping the index of the reads separate from the index of the reference, and to take a (possibly weighted) average of their two predictions to form the final prediction.

A second refinement would be to error-correct new columns of data before adding them to the index. Consider again our example genome

BANANAxAPPLExPEARxTANGERINExORANGExPEACHxBANANAxPEAR and recall our assertion that the substring BANAN is predictive because, if it occurs in a read sampled without error from this genome, then we know that the base following it must be A. Suppose now we have mis-sequenced a base and instead obtained BARAN. Once we have mis-sequenced the N as R we have a word BAR that is no longer in the genome so we have no ability to predict the base that follows it. This situation continues in later cycles, since BARA is not in our genome either. A mis-sequenced base in a read will therefore cause poor prediction (and hence compression) of several subsequent bases in the same read.

If we assume that errors in our data are rare and (at least approximately) randomly distributed, then it follows we will see many reads from our genome in which BA is followed by N. On this basis (i.e. we already have many reads in our index for which BA is followed by N, but only this read where BA is followed by R), we may conclude that the R is likely to be an error and instead add the corrected base N to our index. It is important to note that this does not affect the lossless nature of our compression algorithm - the index is indeed no longer an exact representation of the data, but we are only using the index as a predictor.

Detailed Description

The present disclosure describes methods and systems for computing the Burrows Wheeler transform of a collection of data strings by building or augmenting the BWT in a character by character cumulative manner along a collection of data strings. In some examples the BWT is augmented or built in a character-by- character, cumulative manner. By computing the BWT using methods set forth herein it is not necessary to create a suffix array or concatenate the data strings prior to computing the transform. The methods and systems can be used on any length data strings from a variety of data sources, such as those generated during sequencing (e.g. nucleic acids, amino acids), language texts (e.g. words, phrases, and sentences), image derived (e.g. pixel map data), and the like. The datasets can be datasets as found on, for example, a computer storage medium, or datasets can be those generated live or in real time, such as while an event or assay is in progress. The methods and systems described herein can further accommodate the addition and/or removal of one or more data strings in a dynamic fashion. The new computational methods and systems disclosed herein allow for increases in time efficiency and computer space usage which complements and provides for further advancement in technological areas where large data sets are the norm. Such technologies, for example sequencing technologies, would greatly benefit with more advanced computational methods not only to deal with current computational challenges, but also provide space for further technological advances in their own fields. The outcome of a sequencing experiment typically comprises a large number of short sequences, often called "reads", plus metadata associated with each read and a quality score that estimates the confidence of each base in a read. When compressing the DNA sequences with standard text compression methods such as Huffman and Lempel- Ziv, it is hard to improve substantially upon the naive method of using a different 2 -bit code for each of the 4 nucleotide bases. For example, GenCompress (Chen et al, 2002, Bio informatics 18: 1696-1698, incorporated herein by reference in its entirety) obtains 1.92 bits per base (bpb) compression on the E. coli genome, only 4% below the size taken up by 2-bits-per-base encoding.

An investigator desiring to sequence a diploid genome (e.g., a human genome) might desire 20 fold average coverage or more with the intention of ensuring a high probability of capturing both alleles of any heterozygous variation. This oversampling creates an opportunity for compression that is additional to any redundancy inherent in the sample being sequenced. However, in a whole genome sequencing experiment, the multiple copies of each locus are randomly dispersed among the many millions of reads in the dataset, making this redundancy inaccessible to any compression method that relies on comparison with a small buffer or recently seen data. One way to address this redundancy is through "reference based" compression (Kozanitis et al., 2010, In RECOMB, Vol.6044 of LNCS, p. 310-324. Springer; Fritz et al., 2011, Gen Res 21:734- 740, both of which are incorporated herein in their entireties) which saves space by sorting aligned reads based on their positional alignment to a reference sequence, and expressing their sequences as compact encodings of the differences between the reads and the reference. However, this is fundamentally a lossy strategy that achieves best compression by retaining only reads that closely match the reference (i.e., with few or no differences). Retaining only those reads that might closely match a reference would limit the scope for future reanalysis of the sequence, such as realignment to a refined reference sequence. Reads that closely match content that is present only in the new reference (for example, specific haplotypes associated with disease or therapeutic efficacy disposition of a subject) will be discarded by this strategy and the opportunity to detect genetic variation in these areas has therefore been lost. In general, any other sort of de novo discovery on reads that did not initially align well would be impossible once a referenced based computational strategy has been employed. Moreover, a reference based approach is inapplicable to experiments for which a reference sequence is not clearly defined, for example for metagenomics, or for experiments wherein there is no reference sequence, for example for de novo sequencing.

A lossless compression method for sets of reads, ReCoil (Yanovsky, 2011, Alg for Mol Biol 6:23, incorporated herein by reference in its entirety) employs sets of reads that works in external memory (e.g. with sequence data held on external storage devices such as disks, etc.) and is therefore not constrained in scale by available RAM. A graph of similarities between the reads is first constructed and each read is expressed as a traversal on that graph, encodings of these traversals then being passed to a general purpose compressor (ReCoil uses 7-Zip). The two- stage nature of this procedure is shared by the family of compression algorithms based on the BWT. The BWT is a permutation of the letters of the text and so is not a compression method per se. Its usefulness for compression is derived from the provisions that the BWT tends to be more compressible than its originating text; it tends to group symbols into "runs" of like letters which are easy to compress, and further is able to reconstruct the original text without loss of information. Thus the BWT itself can be viewed as a compression-boosting technique in the sense we use this term herein. Once generated, the BWT is compressed by standard techniques; a typical scheme would follow an initial move-to-front encoding with run length encoding followed by Huffman encoding. The widely used BWT based compressor, bzip2, divides a text into blocks of at most (and by default) 900kbytes and compresses each separately such that it is only able to take advantage of local similarities in the data. Mantaci et al (2005, In CPM 2005 Vol. 3537 of LNCS, p.178-179, incorporated herein by reference in its entirety) provided the first extension of the BWT to a collection of sequences and used it as a preprocessing step for the simultaneous compression of the sequences of the collection. Mantaci et al showed that this method was more effective than the technique used by a classic BWT based compressor because one could potentially access redundancy arising from the long range correlations in the data. Until recently computing the BWT of a large collection of sequences was prevented from being feasible on very large scales by the need to either store the suffix array of the set of reads in RAM or to resort to "divide and conquer then merge" strategies at considerable cost in CPU time. BWT is further explained, for example, in Adjeroh et al. (2008, The Burrows Wheeler Transform: Data Compression, Suffix Arrays and Pattern Matching, Springer Publishing Company; incorporated by reference herein in its entirety).

Several methods are disclosed herein for computing the BWT of large collections, such as DNA sequences, by making use of sequential reading and writing of files from a disk. For example, algorithml only uses approximately 14bytes of RAM for each sequence in the collection to be processed and is therefore capable of processing over 1 billion reads in 16bytes of RAM, whereas the second variant algorithm2 uses negligible RAM at the expense of a larger amount of disk I/O. Described herein are algorithms that are fast, RAM efficient methods capable of computing the BWT of sequence collections of the size encountered in human whole genome sequencing experiment, computing the BWT of collections as large as 1 billion 100-mers. Unlike the transformation in Mantaci et al. the algorithms disclosed herein comprise ordered and distinct "end-marker" characters appended to the sequences in the collection, making the collection of sequences an ordered multiset, for example the order of the sequences in the collection is determined by the lexicographical order of the end-markers. Ordering of sequences in the collection can affect the compression since the same or similar sequences might be distant in the collection.

Three algorithmic variations (e.g. algorithml, algorithm2 and algorithm3) are described herein, all of which compute the Burrows Wheeler transform in a similar fashion, building the BWT character by character, along a collection of data strings. Computing the BWT on data sets in a step by step fashion, building the BWT cumulatively along the data strings, provides many benefits including, but not limited to, the ability to access the intermediate BWT files for performing additional operations (for example locating and/or counting patterns in data strings, etc.), time efficiencies in computing the final BWT of a collection of strings, storage efficiencies in utilizing less computer storage, and usage efficiencies in that utilization of the algorithms described herein utilize minimal to no RAM for working the BWT. To demonstrate the manner in which the algorithms compute the BWT of a dataset, assume that an exemplary collection of data strings is derived from a collection of sequence data, the exemplary strings being 100-mers. In this example there are therefore 100 characters of data (i.e., one nucleotide designator for example A, C, G, T, U or N (undefined)) in a data string. Also assume, for this example, that there are 10 data strings in the collection. Working in a character-by-character fashion along a string of data, the algorithms compute the BWT for a collection consisting of a first character in each string (i.e., a collection of 10 characters, one from each string). A second collection of characters, consisting of the next character in each string adjacent to the first character in each string, is merged with the collection of first characters and the BWT is augmented, or incrementally built, by cumulatively merging the collection of second characters with the collection of first characters. The process is continued for the collection of third characters adjacent to the respective second characters of each string and the collection of third characters is merged with the two previous collections of characters such that the BWT is again augmented to include cumulatively the first, second and third characters from each string. The process can be iteratively repeated until the whole of the characters 100 to 1 (reading right to left through the string) have been merged and a final BWT computed for all of the characters in the collection of ten 100-mer data strings. In this way, the algorithms build the BWT by successively inserting characters from a data string into previously merged characters, preferably in a right to left manner, augmenting or incrementally building the BWT after each merge, until all characters in a data string have been added and a final BWT is computed on the complete data string. Depending upon the nature of the data and /or its use, the data can read in a left to right direction and used to augment the BWT.

The methods and systems described herein are not limited to the size of the data strings. The aforementioned example exemplifies the use of the disclosed algorithms with reference to 100-mers, however data strings of any length can be used with methods and systems described herein. Further, the aforementioned example describes the use of the disclosed algorithms with reference to a data set derived from a nucleic acid sequence, however datasets from any source, biological or non-biological, can be used with methods and systems described herein. Examples of dataset sources include, but are not limited to, nucleic acid sequences (as exemplified above), amino acid sequences, language text data sets (i.e., sequences of words, sentences, phrases, etc.), image derived datasets and the like. Further, a plurality of datasets is envisioned for use with methods and systems as described herein. Furthermore, although the data strings in the above example were all of the same length (100 characters), the data strings need not be of uniform length. Rather data strings having varying lengths can be used in a method set forth herein. The algorithms described herein compute the BWT on a collection of data strings from a data set in the same manner; however each variation provides alternatives in dealing with the data strings. For example, the first variant, algorithml, is favourable for computing the BWT on live generated data, for example data that is being produced as the BWT is being augmented. Algorithml is typically faster at computing the BWT than algorithm2 or algorithm3; however it also typically utilizes more memory for implementation than algorithm2 or algorithm3. The second variant, algorithm2, may be considered favourable for computing the BWT on data that is stored in external folders such as those maintained on a computer readable storage medium like a hard drive, etc. The third variant, algorithm3, provides a modification to algorithm2 wherein the modification can allow for even greater efficiencies in computer storage and usage by accessing a portion of the whole data string, the prefix of a data string, such that it is not necessary to access the whole data string every time for building the BWT in a character by character fashion. As such, a user has options for deciding which algorithm to utilize depending on, for example, a user defined need for speed over computer memory usage, and vice versa. Even though algorithms 1, 2 and 3 as described offer alternatives for data compression, it is contemplated that they are not limited to those particular modifications. For example, the ability of accessing the prefix of a data string could be written into algorithml, or real time data access could be written into agorithm3, etc. As such, the algorithms described herein offer different alternatives which a skilled artisan could utilize depending on need.

Examples as disclosed herein provide solutions to problems associated with data compression and in particular to computing the Burrows-Wheeler transform (BWT) of datasets, for example large data sets. The disclosed examples present algorithms capable of computing the BWT of very large string collections. The algorithms are lightweight in that the first algorithm, algorithml, uses 0(m log mk) bits of memory to process m strings and the memory requirements of the second algorithm, algorithm2, are constant with respect to m. As such, algorithml and algorithm2 offer advantages from prior BWT utilization such that their computation does not require string concatenation or the need to create a suffix array prior to performing the BWT on a dataset. The algorithms as described herein were evaluated, for example as presented in Example 2, on data collections of up to 1 billion strings and their performance compared to other approaches on smaller datasets. Although tests performed were on collections of DNA sequences of uniform length, the algorithms are not limited by the length of a data string and apply to any string collection over any character or language alphabet. The computational methods utilizing the algorithms described herein use minimal or no RAM which allows for computations to be performed on computers of any size and memory capacity. Further, with regards to applying the disclosed algorithms for genomic sequencing, the disclosed computational methods provides for real-time or on the fly sequencing, such as building the BWT of a data set as the sequencing assay is being performed, cycle by cycle. Thus the BWT can be augmented with a first subset of characters from a collection of sequence strings prior to the complete acquisition of the characters in the sequence string. In other words, a second subset of characters in the collection of sequence strings can be acquired after the BWT is augmented with the characters from the first subset of characters. For example, computational methods utilizing the disclosed algorithms allow for the BWT to be built after each individual sequencing cycle (e.g., of a sequence by synthesis reaction, sequence by ligation cycle reaction, etc.) the result of which can be merged/inserted to the previous cycle. As sequencing progresses a user can perform the BWT at any point during a sequencing assay as it occurs, not only when all the data is compiled at the end of a sequencing assay. For example, a computer implemented method for performing the BWT during a sequencing assay could interrogate the BWT index at the completion of one or more sequencing cycles, optionally reporting the matches identified on a display device (i.e., monitor, screen, etc.). Such an interrogation or query could be, for example, programmed by a user to occur at a given cycle, or the query could be triggered by a user at any given time. The results could be output in a number of different ways, for example, results could be reported on a computer monitor or screen and the results could be accessed remotely via an Internet connection by, for example, triggering the query via a web browser which reports results via a web page.

Of course, the algorithms as described herein can be used at the end of each sequencing run, however it is contemplated that the real time sequencing aspect provided by utilizing the computational methods incorporating the algorithms as described herein provides a user with the ability to build the BWT for a sequence on a cycle by cycle basis which has not been previously available. Such sequencing offers myriad advantages to an investigator including, but not limited to, aborting a sequencing run thereby saving reagents and time if a sequencing run appears suboptimal, ability to accessing sequencing data for additional operations prior to the completion of a sequencing assay, determining sequences associated with disease faster for rapid diagnosis (e.g. before the entire genome sequence of a diagnostic sample has been fully acquired) , stopping a run when the sequence of interest is determined thereby saving time and reagents, etc.

Embodiments of the present disclosure provide utility in the biological arts. For example, computational methods utilizing the algorithms disclosed herein are applicable to the fields of genomic DNA and RNA sequencing, resequencing, gene expression analysis, drug discovery, disease discovery and diagnosis, therapeutics and disease related treatment response, prognostics, disease correlations, evolutionary genetics, etc. The methods can be particularly useful for example applications wherein experimental results oftentimes produce large datasets. However, the algorithms as described herein are not limited to the field of genomic sequencing, but also find utility for any of a variety of large data sets for general signal processing, text indexing, information retrieval and data compression fields.

The present disclosure provides novel algorithms and computer implemented methods and systems of their use for constructing the BWT in external memory. These algorithms and their computer implemented methods and systems of use are particularly applicable to DNA data, however they are not limited to DNA data and find utility in other applications where large data sets exist such as language texts, image derived data sets, and the like. In embodiments herein, the novel algorithms and their computer implemented methods and systems of use can be applied to any size of dataset, however particular utility is realized when the BWT is to be generated from a dataset comprising a large collection of data strings for example datasets of at least 25 million characters, at least 50 million characters, at least 100 million characters, at least 500 million characters, at least 750 million characters, at least 1 billion characters, at least 10 billion characters, at least 50 billion characters, at least 100 billion characters, at least 1 trillion or terabase characters, at least 10 trillion characters, at least 50 trillion characters, or at least 100 trillion characters. The present disclosure provides methods and systems for determining the Burrows Wheeler transform of a collection of strings, for example strings derived from large datasets, further without the need to determine the suffix array from the strings and without the need to concatenate the strings. The BWT determined by practicing the methods and systems as described herein is compressible and storable in external files such that little or no computer RAM is utilized. Further, methods and systems are described herein that comprise compression-boosting strategies, producing a BWT that is more compressible by standard text compression methods (e.g., second stage compression methods) than would be the case if these strategies were not employed. Such strategies include embodiments for sorting or reordering the members of a collection of strings such that the BWT of the reordered collection is more compressible by standard text compression strategies than is the BWT of the collection in its original order. The strategies disclosed herein provide methods for computing a compression- boosting reordering of the sequences in the collection while the BWT of the collection is being constructed, such that the algorithm directly outputs the BWT of a permuted collection that is more compressible than the BWT of the original collection.

For a collection of m strings of length k, the algorithms are lightweight in that an individual uses only 0{m log(m/c)) bits of space and 0{k sort(m)) time (algorithml), where sort (m) is the time taken to sort m integers and computations are performed almost entirely in external memory, taking 0[km) time (algorithm2) with RAM usage that is constant for collections of any size, dependent only on the alphabet size and therefore negligible for DNA data. The overall I/O (input/output) volume is 0[k 2 m). The algorithms as described herein are scan-based in the sense that all files are accessed in a manner that is entirely sequential and either wholly read-only or wholly write-only.

Experiments were performed to compare the algorithms as described herein to those of Siren (2009, In: SPIRE vol. 5721 of LNCS, pp.63-74, Springer; incorporated herein in its entirety) and Ferragina et al. (2010, In: LATIN vol. 6034 of LNCS, pp. 697-710, Springer; incorporated herein by reference in its entirety). Further, computational experiments were performed to assess the performance of the algorithms as described herein to string collections as large as one billion 100 mers.

As preliminaries, let∑ = {ci, c 2 , c a }be a finite ordered alphabet with < c 2 < Ca, where < denotes the standard lexicographic order. Given a finite string w = woWi ...Wfc-ι with each w, E ^, a substring of a string w is written as w = w,...w ; . A substring of type w [0,j] is called a prefix, while a substring of type w [/, k-1] is called a suffix. As described herein, the y ' -suffix is the suffix of w that has length The concatenation of two words w and v, written wv, is the string comprising the symbols of w followed by the symbols of v.

Let S = {Si, S 2 , Sm} be a collection of m strings, each comprising k symbols drawn from∑. Each S, can be imagined to have appended to it an end marker symbol $ that satisfies $ < c . The lexicographic order among the strings is defined in the usual way, such as found, for example in Flicek and Birney (2009, Nat Meth 6:6S-S12) and Bioinformatics; Sequence and Genome Analysis, 2004, 2 nd Ed., David Mount, Cold Spring Harbor Laboratory Press, both of which are incorporated herein by reference in their entireties, except that each end marker $ is considered a different symbol such that every suffix of every string is unique in the collection. The end marker is in position k, i.e. S, [k] = S, [k] = $, and S, [k] < S, [k] is defined, if / < The 0 -suffix is defined as the suffix that contains only the end marker $.

The suffix array SA of a string w is the permutation of integers giving the starting positions of the suffixes of w in lexicographical order. The BWT of w is a permutation of its symbols such that the z ' -th element of the BWT is the symbol preceding the first symbol of the suffix starting at position SA[i] in w, for / = 0, 1, k (assuming the symbol preceding the suffix starting at the position 0 is $). A skilled artisan will understand suffix arrays and the Burrows-Wheeler transform, however further reading can be found at, for example, Puglisi et al. (2007, ACM Comput Surv 39), Adjeroh et al. (2008, The Burrows-Wheeler Transform: Data Compression, Suffix Arrays and Pattern Matching, Springer, 1 st Ed.) and Li and Durbin (2009, Bioinformatics 25:1754-1760), all of which are incorporated herein by reference in their entireties.

Described herein are algorithms for use in computer implemented methods that compute the BWT of a collection of strings without concatenating the strings and without the need to compute their suffix array. These algorithms are particularly applicable to methods and systems for use in defining large data sets. With regards to the algorithms, it is assumed that j = 1, 2, ..., k and i = 1, 2, ..., m. The algorithms compute the BWT of a collection S incrementally via k iterations. At each of the iterations j = 1, 2,..., k-1, the algorithms compute a partial BWT string bwt, (S) by inserting the symbols preceding the y ' -suffixes of S at their correct positions into bwt;-i (S). Each iteration j simulates the insertion of the y ' -suffixes in the SA. The string bwt, (S) is a "partial BWT" in that the addition of m end markers in their correct positions would make it the BWT of the collection {Si [k -j 1, k], S 2 [k -j - 1, k], ..., S m [k -j - l, k]}.

A trivial "iteration 0" sets the initial value of the partial BWT by simulating the insertion of the end markers $ in the SA. Since their ordering is determined by the position in S of the string they belong to, bwto (S) is just the concatenation of the last non-$ symbol of each string, that is Si [k - 1] S 2 [k - 1] ...S m [k - 1] .

Finally, iteration k inserts m end markers into bwtt . i (S) at their correct positions. This simulates the insertion of the suffixes corresponding to the entire strings into the SA.

As in Ferragina et al., the observation is such that going from bwt, . i (S) to bwt, (S) at iteration j required only that one insert m new symbols and does not affect the relative order of the symbols already in bwt, . i (S). The equation bwt, (S) can be thought of as being partitioned into σ + 1 strings Bj (0), Bj (1), Bj (σ), with the symbols in Bj [h] being those that are associated with the suffixes of S that are of length j or less and begin with c¾ = $ and c¾ E∑, for h = 1, ..., σ. It is noted that Bj (0) is constant for all j and, at each iteration j, Bj [h] is stored in σ + 1 external files that are sequentially read one by one.

During the iteration j = 1, k, the symbol associated with the new suffix S, [k - j, k] of each string S, £ S (this symbol is S, [k - j - 1] for j , k, or $ at the final iteration) is inserted into the BWT segment Bj[z), where c z = S, [k -j] [Bj[z) contains all symbols associated with suffixes starting with the symbol c z . It was contemplated that the position in Bj[z) where this symbol needs to be inserted can be computed from the position r where, in the previous step, the symbol c z has been inserted into the BWT segment Bj - i[y), where c v = S, [k - (j - 1)], recalling that Bj - i(v) contains all symbols associated with suffixes that have already been inserted and that start with the symbol c v .

To facilitate the computation, one retains the BWT segments B j _ i (Λ), for 0 < h≤ σ, and tracks the positions within the segments of the symbols that correspond to the [ - 1) suffixes of S, which is accomplished by associating to each B j _ i (Λ) an array P ; _ I(7J) of integers that stores the absolute positions of the [ - 1) suffixes starting with c¾. Each P j -i{h) is in turn associated with an array N, _ I(7J) that has the same number of entries and is such that N]-i{h) [q] stores /, the original position in S of the string S, whose (/ - 1) suffix is pointed to by P, _ I(/J)M- Here q is a generic subscript of the array N j _ ι(Λ) or P, _ ι(Λ). The maximum value of q is determined by the number of [ - 1) suffixes starting with c¾ and will therefore vary with both h and

)

At the start of iteration j, it is assumed that the following structures are available for each h = 0,..., σ, where c¾ = $ and c n £∑, for n = 1, ..., σ and the maximum value of q depends on the number of the [ - 1) suffixes starting with c¾:

B j -i[h) is a segment of the partial BWT;

N j - I( J) is an array of integers such that N, _ ι(Λ) [ί?] is associated with the [ - 1) suffix of the string S, £ S, where / = N]-i{h) [q];

P j -i[ ) is an array of integers such that P]-i{h) [q] is the absolute position of the symbol S, [k -j], associated with the (/ - 1) suffix of S,, in B j _ where /

Hence, at the end of the iteration j - 1, for each element in N, _ i and P ; _ i, the symbol c z = S,[k with / = N j - i(y) [q], has been inserted in the position P ; _ i(v) [q] in Bj-i[y), where c v = S,[k - {j - 1)].

During the iteration the structures are updated for each string S, £ S. The point is to insert the new symbol associated with the y ' -suffix of S, into B j - where Cz = Sj[k - j], for some z = 1, ..., σ, at its correct position in order to obtain B j [z). Hence, the task is to compute P j [ ) by considering how many suffixes of S that are at length or less are smaller than each suffix of length

The following lemma is directed to this point and is based on a function called LF-mapping (Ferragina and Manzini, 2005, J ACM 52: 552 -581) that is also used in compressed self-indexes. The method is based on the count of symbols, from first position to the position of the last inserted symbol of S, in b wt, _ i (S), that are smaller than c z = S,[k -j] . It is equivalent to counting the number of symbols that are associated with suffixes smaller than S,[k - j, k] . However, it is not required to do exactly this, because the suffixes starting with a symbol smaller than c z are associated with symbols in B j - i(r) for r = 0, ..., z - 1. So, all that is needed is to count how many suffixes of length j or less starting with the symbol c z are smaller than the suffix Si[k -j, k] .

Lemma 1.

For any iteration j = 1,2,....,k, given a symbol c¾ with 0≤ h≤ σ, let q be an index that depends on the number of the (/ - l)-suffixes starting with c¾. For each string Si £ S, with / = N j - 1 {h) [q], it is assumed that the suffix S, [k - (j - 1), k] is lexicographically larger than r = P, _ j(v) [q] suffixes of length 0,1, ..., j - 1 that begin with the symbol c v = S, [k - (j - 1)]. Now, c z = S, [k -j] is fixed. Then, the new suffix S, [k - j, k] = Cz Si [k - (/ - 1), k] is lexicographically larger than r' suffixes of length 0,1, ...j, where r' = rank(c ¾ r, c v ) and rank(c ¾ r, c v ) denotes the number of occurrences of Cz in B,-- 1(0) ... Bj - i(y - l)Bj - i(y) [0,r - 1] .

Proof. By hypothesis c z = S, [k - j\ and c v = S, [k - [ - 1)]. Clearly, S, [k - j, k] is larger than the suffixes starting with a symbol smaller than c z (they are associated with the symbols in S j -i [Q), ...B j -i[z - 1)), and is smaller than all suffixes starting with a symbol greater than c z (they are associated with the symbols in B/-i(z + 1), ..., Β/-ι(σ)). Since the suffixes starting with c z are associated with the symbols in β/ ι(ζ), the correct position of the symbol associated with the suffix Bi([k -j,k] is in B ; -i(z). Computation of how many suffixes of length j or less starting with c z are smaller than B, [k -j,k] is performed. The sorting of the rows in BWT implies that counting how many suffixes starting with c z in {Si [k -j,k], S2[k -j,k], ... S m [k -j,k]} that are smaller than Si[k -j,k] is equivalent to counting the number of occurrences of c z in B j -i (0), ..., B j -i [y-1) and in B j -1 [y] [0, r-1] . This is rank (c ¾ r, c v ).

The position of each y ' -suffix S, [k - j,k] are computed using Lemma 1 and stored in P ; according to the symbol S, [k - j] . In other words, if c z = S, [k - j], the computed position r' corresponds to the absolute position in S j (z) where is inserted the new symbol associated with Si [k -j,k] starting with c z . This means that, for each symbol c¾, with 0 < h≤ σ, it is considered, in the computation of the new positions, all new y ' -suffixes in S that being with c¾ . Hence, if S r [k - j] = S s [k - j] and S r [k - (j - Ϊ), k] < Ss [k - {J - l),k], for some 1 < r, s < m, it follows that S r [k - j, k] < S s [k - j,k]. For this reason and since each B j {h) is stored in an external file, each B j {h) respectively N j {h) is sorted and insert the new symbols according to the value of their position, from the smallest to the largest. Given this information, one can build B j {h), B j (σ) by using the current filed B ; -i(l), ..., B j -i [d) . Each external file associated with each B j [ ) is read once, in a sequential fashion, and insert all symbols associated with the y ' -suffixes starting with the symbol c¾. Once all the symbols are read and copied, B ; -i(0), ..., β/ ι(σ) respectively, i.e. the partial BWT string required by the next iteration. Since P ; -i [ ) and B j -i [ ) is no longer needed, one can write P j {h) and B j {h) over the already processed P] i{h) and B j -i(h).

The counts for B j -i [d), c¾ < S[k - j\ are dealt with by keeping a count of the number of occurrences of each symbol for all B j -i (Λ) in memory, which takes O[o 2 \og[mk)) bits of space. For β/-ι(ζ), c z = S[k - j], the pointer value corresponding to S-which is read from P ; -i (Λ) which shows how far along the count needs to proceed in B j -i (z). So for each B j -i, O[o 2 \og[mk)) bits of space are needed; a trivial amount for DNA data.

The steps at the iteration j can be described in the following way:

1. For each symbol c v , with 0 < v≤ σ and for each element q (it is observed that the maximum value of q depends on the number of the [ - l) -suffices starting with c v ), it is known:

The number of the sequence / = N j -i [y) [q] (clearly S, [k - {J -1)] = c v ) .

r = P j -i (v) [q] (it means that c z = S, [k -j\ has been inserted in the position r of B j -i (v) at the end of the previous step).

By using c z , r and c v , r' = rank(c ¾ r, c v ) is computed (see Lemma 1), i.e. the position at which the new symbol in B j [z) is to be inserted, r is stored into P j [z) .

i is stored into N j [z).

It was observed that there was no need to store c z , because the symbol c z can be read from B j -i [y) when the new position is computed.

2. For each symbol, c z , with 0≤ z≤ a, the pair (P, (z), N j [z]) is sorted in

ascending order, where P ; (z) is the primary key. 3 For each symbol c z , with 0≤ z≤ σ, and for each element q (where the maximum value of q depends on the number of the y ' -suffixes starting with Cz], the new symbol associated with y ' -suffix of the string S, is inserted, where / = Nj[z) [q], into Bj[z) in the position P ; (z) [q].

4 Return B, , Pj, Nj.

The two new algorithms, herein called algorithml and algorithm2, can now be compiled. Both are based on the above description, but differ in the data structures used. Algorithml uses more internal memory and takes less time, whereas for small alphabets, such as an alphabet comprising the four canonical bases of a sequence, or ACGT, the second algorithm uses minimal or no memory at all.

Algorithml

It should be noted that algorithms 1, 2 and 3 are discussed in international patent application number PCT/EP2012057943 (published as WO2012/175245), the contents of which is incorporated herein by reference in its entirety. Algorithm 1 is the most relevant of the three algorithms in respect of the present invention as this algorithm works in a column-by-column way, ingesting one BCL file at a time. The new concept disclosed herein is to use the data structure built from previous columns a.k.a. BCL files as an index to predict the content of the next column, and thus achieve some compression.

Algorithm 2 tends to need the whole of each sequence to be present (i.e. all columns/BCL files) before it can begin. Algorithm 3 is essentially an optimised version of Algorithm 2.

In the above description, P, (Λ) and N (/JJ is used for each symbol c¾ with 0 < h ≤ σ, whereas in the implementation of the first algorithm, for each iteration a unique array P, for all P, (h) and a unique array Nj for all Nj (/j)in internal memory is allocated. It was observed that P ; and Nj contains exactly one integer for each sequence in the collection, P ; uses 0[m log(m/c)) bits of workspace and Nj uses 0{m log m) bits of workspace. Since Pj[q], for some q, denotes the position into Bj[z) of the new symbol associated with the y ' -suffix S, [k-j,k] starting with c z = S, [k-j]and i = N j [q], another array ¾, setting Q j [q] = is used. It uses 0[m log σ) bits of workspace. It is not desired to read the σ external files containing the BWT segments B j , more than once and since the values in P ; are absolute positions (as previously described), the values in P, are to be sorted before inserting the new symbols. The first, second and third keys of the sort are the values in ¾, P ; , and N j respectively. It is not necessary to store the associated suffixes in memory, so this algorithm uses 0{m log(m/c)) bits of workspace and 0[k sort(m)) of time, where sort(m) is the time needed to sort ¾, P ; , and N j . It is observed that if ¾, P ; , N j are stored in external files and use an external sorting algorithm, the workspace can be significantly reduced. Algorithm2

The second algorithm is based on least-significant-digit radix sort (see Corman et al., 1991, Introduction to Algorithms, 5 th Ed., McGraw Hill, incorporated herein by reference in its entirety). For this variant, sorting of arrays is not required because the sequences themselves are sorted externally. At the start of iteration the elements of S are assumed to be ordered by j - 1)- suffix, this ordering being partitioned into external files 7} i(l), 7}-i (σ) according to the first characters of the ( - l)-suffices. Files Ρ ; -ι(1), ...,Ρ,-ι(σ) are such that P i(/j) contains the positions of the ( - 1) -suffixes in B j -i(h), ordered the same way.

All files are assumed to be accessed sequentially via read-only R() or write- only W() file streams. In the order h = Ι, .,.σ, read-only file streams are opened to each of T ; i(/j) and Ρ,-ι(Λ), while two read-only file streams Ri (B/-I(/J)) and R 2 [B j - I(/J)) reading from each segment of the partial BWT remain open throughout the iteration.

An observation is that since the strings of S are presented in ( -l)-suffix order, so also is the subset whose ( -1) -suffixes share a common first symbol c¾. Thus it is Ri (B/-I(/J)) to count the number of occurrences of each symbol seen so far in B j -i(h), keeping track of how far into B j -i{h) one has read so far. One then reads forward to the position pointed to by P, updating the counts along the way. Since the strings are processed in ( - 1) -suffix order, backtracking is not needed.

Having determined where to put the new BWT symbol S[k in β/-ι(ζ), where c z + S[k - j], R 2 (B/-i(z)) is used to read up to that position, then write those symbols plus the appended S[k to W(B ; (z)). All strings S' whose symbols need to be inserted into β/ ι(ζ) arrive in (/ -1) -suffix order and also satisfy S'[k -j] = c z . They are therefore y ' -suffix ordered so; again, backtracking is not needed.

Finally, to W(P ; (z)) is written the entry that corresponds to S. To do this, one tracks the number of additional symbols that have so far been inserted between the symbols from β/ ι(ζ) and sent to W(B ; (z)). This provides an offset that is added to the number of symbols read from R 2 (B/-I(/J)) SO far to create the needed value.

Once the last element of 7}-i (σ) has been read, the cumulative count values are updated to reflect any symbols not yet read from each Ri (B/-I(/J)) and send any symbols not yet read from R 2 (B/-I(/J)) to W(B ; (Λ)). Figure 3 uses a simple example to illustrate how the data structures associated with both variants of the algorithm are updated during an iteration.

Algorithm2 utilizes minimal to virtually no RAM; it reads and writes all the sequences at each iteration, sorting them incrementally by digit, wherein the RAM it uses is independent of the number of input sequences. Such a system places more demand on the hard drive and even though efficiency is increased over prior art algorithms, use of a solid state hard drive (SSD) further enhances efficiency of the disclosed algorithms. For example, if a program is running at 80% efficiency on a particular computer system (i.e. with a non-solid state hard drive) then the system is wasting 20% of its time doing nothing but waiting for the hard drive to provide more data; clearly not an ideal system. The disclosed use of SSD drives, super fast hard drives based on flash memory instead of physically spinning magnetic disks bypasses the communication inefficiencies of the typical hard drive thereby increasing the efficiency of the whole system. As such, the disclosed algorithms and their methods of use improve the efficiency of current reporting systems, for example real world time-to-result, by minimizing the number of bytes of data that must be read from, and written to, the hard drive.

Algorithm3 builds on the foundations of algorithml and algorithm2. Text data is often stored using 8 bits per character (i.e., ASCII code). Since DNA data contains typically 4 characters (i.e., A, C, T and G) a code can be used that takes up fewer bits/character; DNA data can fit into 2 bits/base but for practical reasons 4 bits/base are used. Using code that takes up fewer bits/character halves the amount of space taken up by the sequences. Using code that takes up fewer bits/character can also be applied to algorithml and algorithm2. Second, sequences are processed from right to left. For example, if a 100-base sequence is at iteration 40, one only need copy the 60 characters of each sequence that are still to be processed as the algorithm need not look at the first 40 again so there is no need to copy them. However, at each iteration instead of copying the whole sequence, algorithm3 copies only the prefix of the sequence that is yet to be processed. Averaged over the whole algorithm, this again halves the read and write time associated with the sequences. At each iteration algorithm3 takes the partial BWT string produced by the previous iteration and augments, builds or updates it for compression to the strings instead of storing them as ASCII files resulting in even greater system efficiency. Algorithmsl and 2 can also be modified to incorporate fewer bits/character and its use here is meant to exemplify its incorporation by describing such in context of algorithm3.

The algorithms disclosed herein represent important practical tools for use in computer implemented methods and systems designed to process vast collections of data sets that are generated by modern DNA sequencers. In addition to their effectiveness on very large datasets, a further aspect of practical relevance is that the transformations as described herein are reversible. This is especially important if one wants to use the (compressed) BWT as an archival format that allows extraction of the original strings. One embodiment is to define a permutation π on bwt(S) and F, that represents the symbols of bwt(S) in lexicographic order. One is able to decompose the permutation π into disjoint cycles: π = ττι 2 ...n m . Each cycle π, corresponding to a conjugacy class of a string in S. One can delete any string S in S and obtain the BWT of S \{S}. In both cases, there is no need to construct the BWT from scratch.

Further, algorithml provides a degree of parallelization. The computation of the new positions is independent of each other and is thus easily parallelizable. Inserting the new symbols into the partial BWTs can be performed in parallel as well. This allows for the use of multiple processors on multi-core servers while keeping the computational requirements low.

In some embodiments, disclosed herein are strategies for computing a modified BWT string that is even more amenable to compression by second-stage compression techniques. The strategies disclosed herein, referred to as compression-boosting strategies or methods, comprise the reordering or implicit sorting of the strings in a collection of strings in a manner that enables greatly improved compression (second stage compression) over methods that do not employ one of the compression-boosting strategies. The compression boosting methods can be utilized in conjunction with, and incorporated into, algorithm!., algorithm2 and algorithm3 as well as any BWT algorithm. In one embodiment, a strategy for compression-boosting comprises searching for regions termed "SAP- intervals" (SAP standing for "same-as-previous") within the BWT string. The ordering of symbols within a SAP-interval can be changed - when the BWT is inverted this changes the order of the strings in the collection but leaves the strings themselves unaffected. The BWT construction algorithm can be modified to (at minimal additional computational cost) additionally output a bit array termed the "SAP-array" that denotes the boundaries of these intervals. A simple final stage then makes a single pass through the unmodified BWT string and the SAP -array and produces a modified BWT string in which the symbols within SAP-intervals have been permuted so as to make the modified BWT string more amenable to compression. This is herein referred to as a "same -as-previous" or SAP array strategy. In another embodiment, a strategy for compression boosting comprises sorting the strings in the collection such that the reverses of the strings are in lexicographic (also known as alphabetical) order , herein referred to as "reverse lexicographic order" or RLO strategy. For example, the string ACG is lexicographically less then the string TAA, but when placed in RLO -order the string TAA comes first, since its reverse AAT is lexicographically less than the reverse of ACG, which is GCA. Both strategies provide a modified BWT which is more compressible by second-stage compression algorithms compared to methods that do not employ a compression boosting method.

To understand how a BWT string might be compressed, a string can be thought of as a concatenation of a set of "runs" of, for example, like letters each of which can be described by its constitutent symbol c plus an integer / denoting the number of times c is repeated. If all runs in this example are maximal runs (e.g., a run does not abut another run of the same character), then for two strings of the same length it is contemplated that the string that consists of fewer, and on average longer, runs to compress to a smaller size.

Given S, one embodiment for reordering a sequence is to search for permutations S→S'of the sequences in the collection such that the BWT of the permuted collections S' can be more readily compressed than the BWT of S. For the BWT of S, methods disclosed herein describe a bit array called the "Same as Previous" or "SAP" array. Elements of the SAP array are set to 1 if and only if the suffixes associated with their corresponding characters in the BWT are identical (their end markers excluded) to those associated with the characters that precede them. Thus, each 0 value in the SAP array denotes the start of a new SAP interval in the BWT, within which the new SAP interval all characters share an identical associated suffix.

The BWT of S and S' can only differ within SAP intervals that contain more than one distinct symbol. Within such a SAP interval, the ordering of the characters is determined by the ordering of the reads in which they are contained, with best compression achieved if the characters are permuted such that they are grouped into as few runs as possible. As such, in one embodiment the sequences in the collection are implicitly permuted.

Another embodiment for reordering a sequence is illustrated in Figure 4, wherein a collection of characters in a data string is sorted such that the reverses of the sequences are in lexicographic order (reverse lexicographic order or RLO) such that the symbols in a SAP interval of length / group into at most r runs, where r < σ is the number of distinct characters encountered within the interval. This compares with an upper round up to / runs if no sorting is applied. It was contemplated that the RLO sorting of a collection would compress better than the original collection of characters. This expectation was determined to be the case when applying the disclosed methods to experimental data derived from E. coli and human genomic data sets (Examples 3 and 4).

In some embodiments, it would be preferential to avoid sorting the collection as a preprocessing step. As such, in one embodiment wherein the SAP array of a BWT is determined both the BWT and its SAP array are read in tandem, SAP intervals are identified, characters sorted and a modified BWT is output. A skilled artisan will understand that latitude exists for employing different heuristics. For example, in Figure 4 placing the T prior to the two Gs in the ACCT interval would eliminate another run by extending the run of Ts begun in the preceding ACCACT interval thereby further refining the methods.

It remains to compute the SAP-array. In embodiments disclosed herein, the method of BWT construction (i.e., algorithm!., algorithm 2 and algorithm3) can be modified to compute the SAP-array alongside the BWT with minimal additional overhead. As disclosed herein, the BWT construction algorithms proceed in k stages, k being the length of the reads in the collection. At stage j, the y ' -suffixes (0 < j < k) of the reads (e.g., the suffixes of length j, the 0 suffix being defined as the suffix that contains only the end marker $) are processed in lexicographic order and the characters that proceed them are merged into a partial BWT.

The partial BWT at step j can be thought of as the concatenation of σ + 1 segments Bj(0), Bj{l), Bj[d), where each Bj(h) corresponds to the symbols in the partial BWT segments that precede all suffixes of S that are of length smaller or equal to j starting with Co = $, for h = 0, and with c¾ e∑, for h = 1, a.

At each step j, with 0 < j≤ k the positions of all characters that precede the j- suffixes in the old partial BWT are computed in order to obtain an updated partial BWT that also contains the symbols associated with the suffixes of length j.

The algorithms disclosed herein (algorithml, algorithm2, algorithm3) contrive in slightly different ways (e.g., with different tradeoffs between RAM usage, I/O, etc.) to arrange matters so that the symbols to insert into the partial BWT are processed by lexicographic order of their associated y ' -suffixes, which allows each segment of the partial BWT to be held, for example, on disk and accessed sequentially. Moreover, this means that the characters in a SAP -interval will be processed consecutively. As such, when a BWT character is written its SAP status can be written at the same time since it will not change in subsequent iterations.

For example, consider two suffixes u and v of length j of two different reads s r and s t satisfying l<r, t < m and r≠ t. Both s r and s t belong to S and assume that u is lexicographically less than v. In this example, the two reads are identical up to the end markers and as such the SAP status of v must be set to 1 if and only if the following conditions hold: the symbols associated with suffixes u' and V of length j- 1) of s r and s t are equal which guarantees that u and v begin with the same symbol, and they are stored in the same BWT segment, implying that u' and V begin with the same symbol. The SAP status of all suffixes between u' and V must be set to 1 which ensures that all suffixes between u' and V in iteration j-1 coincide and have the length j-1. It is noted that the symbols in the BWT segment associated with suffixes between u' and V could be different from the symbol preceding u' (and vQ.

Continuing with the example, the SAP status of the suffixes u and v are computed at step j-1 when the corresponding suffixes u' and V are inserted. In particular, when the values from the old to the new partial BWT are copied and inserted into the new m values, the SAP values can be read and the aforementioned conditions can be verified at the same time. As such, at the end of the iteration j-1 the partial BWT and the SAP values of the next suffixes to insert are obtained and, at iteration j, the SAP status of the y ' -suffixes can be set and the SAP status of the suffixes of the next iteration can be computed.

Further, the SAP interval can be computed by induction, for example the SAP status of the y ' -suffixes at iteration j-1 can be computed by using the symbols associated with the fj ' -l) suffixes and their SAP values. For example, at iteration j-1, it is contemplated that the SAP values of the fj ' -l) suffixes are known and the SAP values of the y ' -suffixes needed for the next iteration are computed. For simplicity, when focusing on the computation of the SAP values of a fixed BWT segment, for example the insertion of the fj ' -l) suffixes starting with the same symbol can be considered.

To continue with the example, a counter A for each symbol of the alphabet and a generic counter Z are described. The element A[h], for each h=l, ..., σ and c¾ £ ∑ contains the number of SAP intervals between the first position and the position of the last inserted symbol associated with a read s q (for some 1< q≤ m) equal to c¾ in the considered BWT segment. In this example, the end markers are ignored because the reads have the same length and hence it does not appear in the partial BWT. The counter Z contains the number of the SAP intervals between the first position and the position where c p is inserted. The symbol c p is associated with the new suffix of length j-1 of read s t , with 1 < t < m. If the value A\p] is equal to Z, then the SAP status of the y ' -suffix of s t (obtained by concatenating c p [j-1) suffix of s t ) must be set to 1, otherwise it is set to 0. It was detemined that if A[p]=Z holds true then this implies that y ' -suffixes of s r and s t are in the same SAP interval.

As such, strategies are disclosed herein for the lossless compression of a large amount of data that can result, for example from an experiment such as a DNA sequencing experiment wherein a large number of short DNA sequence reads result in large amounts of raw data.

The present disclosure provides embodiments directed at computer implemented methods and systems for analysis of datasets, in particular large datasets for example datasets of at least 25 million characters, at least 50 million characters, at least 100 million characters, at least 500 million characters, at least 750 million characters, at least 1 billion characters, at least 10 billion characters, at least 50 billion characters, at least 100 billion characters, at least 1 trillion or terabase characters, at least 10 trillion characters, at least 50 trillion characters, or at least 100 trillion characters. Certain illustrative embodiments of the invention are described below. The present invention is not limited to these embodiments.

In some embodiments, computer implemented methods and systems comprising algorithms as described herein are used in methods and systems for enhanced error correction, for example enhanced to that provided by use of a k- er table. In some embodiments, computer implemented methods and systems comprising algorithms as described herein can be used for a myriad of applications that would benefit from increased efficiencies in data compression, greater efficiencies in terms of data storage and usage and greater efficiencies in time including, but not limited to, de novo sequence assembly, comparison of test genome sequences to those of reference genomic sequences, determining the presence or absence of SNVs, insertions, deletions, SNPs and other genomic variant mutations in a genome, comparing test RNA sequences to those of reference RNA sequences, determining splice variants, RNA sequence anomalies, presence or absence of RNA sequences, resequencing of a genome, linguistic related areas of research such as tracking language evolution over time, incorporation into computer search engines for more expedient text searching, etc. Advantages of practicing the methods and systems as described herein can provide investigators with more efficient systems that utilize fewer computer resources while maximizing data analysis time, thereby providing investigators with additional tools for determining the presence or absence of disease related genomic anomalies which may be used by a clinician to diagnose a subject with a disease, to provide a prognosis to a subject, to determine whether a patient is at risk of developing a disease, to monitor or determine the outcome of a therapeutic regimen, and for drug discovery. Further, information gained by practicing computer implemented methods and systems comprising algorithms as described herein finds utility in personalized healthcare initiatives wherein an individual's genomic sequence may provide a clinician with information unique to a patient for diagnosis and specialized treatment. Therefore, practicing the methods and systems as described herein can help provide investigators with answers to their questions in shorter periods of time using less valuable computer resources.

In some disclosed embodiments, methods and systems are provided for computational analysis of data sets, in particular large data sets for example datasets of at least 25 million characters, at least 50 million characters, 100 million characters, at least 500 million characters, at least 750 million characters, at least 1 billion characters, at least 10 billion characters, at least 50 billion characters, at least 100 billion characters, at least 1 trillion or terabase characters, at least 10 trillion characters, at least 50 trillion characters, or at least 100 trillion characters utilizing computer implemented methods and systems comprising algorithms as described herein. In some embodiments, methods and systems are provided for computational analysis of large data sets generated by sequencing a genome. Accordingly, disclosed embodiments may take the form of one or more of data analysis systems, data analysis methods, data analyses software and combinations thereof. In some embodiments, software written to perform methods as described herein is stored in some form of computer readable medium, such as memory, CD- ROM, DVD-ROM, memory stick, flash drive, hard drive, SSD hard drive, server, mainframe storage system and the like. A skilled artisan will understand the basics of computer systems, networks and the like, additional information can be found at, for example, Introduction to Computing Systems (Pat and Patel, Eds., 2000, 1 st Ed., McGraw Hill Text), Introduction to Client/Server Systems (1996, Renaud, 2 nd Edition, John Wiley & Sons), both of which are incorporated herein by reference in their entireties.

Computer software products comprising computer implemented methods comprising algorithms as described herein may be written in any of various suitable programming languages, for example compiled languages such as C, C#, C++, Fortran, and Java. Other programming languages could be script languages, such as Perl, MatLab, SAS, SPSS, Python, Ruby, Pascal, Delphi, R and PHP. In some embodiments, the computer implemented methods comprising the algorithms as described herein are written in C, C#, C++, Fortran, Java, Perl, R, Java or Python. In some embodiments, the computer software product may be an independent application with data input and data display modules. Alternatively, a computer software product may include classes wherein distributed objects comprise applications including computational methods as described herein. Further, computer software products may be part of a component software product for determining sequence data, including, but not limited to, computer implemented software products associated with sequencing systems offered by Illumina, Inc. (San Diego, CA), Applied Biosystems and Ion Torrent (Life Technologies; Carlsbad, CA), Roche 454 Life Sciences (Branford, CT), Roche NimbleGen (Madison, WI), Cracker Bio (Chulung, Hsinchu, Taiwan), Complete Genomics (Mountain View, CA), GE Global Research (Niskayuna, NY), Halcyon Molecular (Redwood City, CA), Helicos Biosciences (Cambridge, MA), Intelligent Bio-Systems (Waltham. MA), NABsys (Providence, RI), Oxford Nanopore (Oxford, UK), Pacific Biosciences (Menlo Park, CA), and other sequenceing software related products for determining sequence from a nucleic acid sample.

In some embodiments, computer implemented methods utilizing algorithms as described herein may be incorporated into pre-existing data analysis software, such as that found on sequencing instruments. An example of such software is the CASAVA Software program (Illumina, Inc., see CASAVA Software User Guide as an example of the program capacity, incorporated herein by reference in its entirety). Software comprising computer implemented methods as described herein are installed either onto a computer system directly, or are indirectly held on a computer readable medium and loaded as needed onto a computer system. Further, software comprising computer implemented methods described herein can be located on computers that are remote to where the data is being produced, such as software found on servers and the like that are maintained in another location relative to where the data is being produced, such as that provided by a third party service provider.

Output of practicing the computational methods as described can be via a graphic user interface, for example a computer monitor or other display screen. In some embodiments, output is in the form of a graphical representation, a web based browser, an image generating device and the like. In some embodiments, a graphical representation is available to a user at any point in time during sequencing data acquisition, for example after one cycle, five cycles, 10 cycles, 20 cycles, 30 cycles thereby providing a user a graphical representation of the sequence of interest as the sequencing reaction progresses, sequence that is based on the incremental building of the BWT as described herein. However, in some embodiments output can be in the form of a flat text file that contains sequence information, wherein the text file is added to for each subsequent cycle thereby providing a text file reporting of the sequence of interest as the sequencing reaction progresses. In other embodiments, output is a graphical and/or flat text file that is assessed at the end of a sequencing analysis instead of at any point during a sequencing analysis. In some embodiments, the output is accessed by a user at any point in time during or after a sequencing run, as it is contemplated that the point during a reaction at which the output is accessed by the user does not limit the use of the computational methods comprising the disclosed algorithms. In some embodiments, output is in the form of a graph, picture, image or further a data file that is printer, viewed, and/or stored on a computer readable storage medium.

In some embodiments, outputting is performed through an additional computer implemented software program that takes data derived from a software program and provides the data as results that are output to a user. For example, data generated by a software program such as CASAVA is input, or accessed, by a sequence analysis viewer, such as that provided by Illumina, Inc. (Sequencing Analysis Viewer User Guide). The viewer software is an application that allows for graphical representation of a sequencing analysis, quality control associated with said analysis and the like. In some embodiments, a viewing application that provides graphical output based on practicing the computational methods comprising the algorithms as described herein is installed on a sequencing instrument or computer in operational communication with a sequencing instrument (e.g., desktop computer, laptop computer, tablet computer, etc.) in a proximal location to the user (e.g., adjacent to a sequencing instrument). In some embodiments, a viewing application that provides graphical output based on practicing the computational methods comprising the algorithms as described herein is found and accessed on a computer at a distant location to the user, but is accessible by the user be remote connection, for example Internet or network connection. In some embodiments, the viewing application software is provided directly or indirectly (e.g., via externally connected hard drive, such as a solid state hard drive) onto the sequencing instrument computer.

Figure 1 illustrates an exemplary computer system that may be used to execute the computer implemented methods and systems of disclosed embodiments. Figure 1 shows an exemplary assay instrument (10), for example a nucleic acid sequencing instrument, to which a sample is added, wherein the data generated by the instrument is computationally analyzed utilizing computer implemented methods and systems as described herein either directly or indirectly on the assay instrument. In Figure 1, the computer implemented analysis is performed via software that is stored on, or loaded onto, an assay instrument (10) directly, or on any known computer system or storage device, for example a desktop computer (20), a laptop computer (40), or a server (30) that is operationally connected to the assay instrument, or a combination thereof. An assay instrument, desktop computer, laptop computer, or server contains a processor in operational communication with accessible memory comprising instructions for implementation of the computer implemented methods as described herein. In some embodiments, a desktop computer or a laptop computer is in operational communication with one or more computer readable storage media or devices and/or outputting devices (50). An assay instrument, desktop computer and a laptop computer may operate under a number of different computer based operational languages, such as those utilized by Apple based computer systems or PC based computer systems. An assay instrument, desktop and/or laptop computers and/or server system further provides a computer interface for creating or modifying experimental definitions and/or conditions, viewing data results and monitoring experimental progress. In some embodiments, an outputting device may be a graphic user interface such as a computer monitor or a computer screen, a printer, a hand-held device such as a personal digital assistant (i.e., PDA, Blackberry, iPhone), a tablet computer (e.g., iPAD®), a hard drive, a server, a memory stick, a flash drive and the like.

A computer readable storage device or medium may be any device such as a server, a mainframe, a super computer, a magnetic tape system and the like. In some embodiments, a storage device may be located onsite in a location proximate to the assay instrument, for example adjacent to or in close proximity to, an assay instrument. For example, a storage device may be located in the same room, in the same building, in an adjacent building, on the same floor in a building, on different floors in a building, etc. in relation to the assay instrument. In some embodiments, a storage device may be located off-site, or distal, to the assay instrument. For example, a storage device may be located in a different part of a city, in a different city, in a different state, in a different country, etc. relative to the assay instrument. In embodiments where a storage device is located distal to the assay instrument, communication between the assay instrument and one or more of a desktop, laptop, or server is typically via Internet connection, either wireless or by a network cable through an access point. In some embodiments, a storage device may be maintained and managed by the individual or entity directly associated with an assay instrument, whereas in other embodiments a storage device may be maintained and managed by a third party, typically at a distal location to the individual or entity associated with an assay instrument. In embodiments as described herein, an outputting device may be any device for visualizing data.

In embodiments as described herein, an assay instrument, desktop, laptop and/or server system may be used itself to store and/or retrieve computer implemented software programs incorporating computer code for performing and implementing computational methods as described herein, data for use in the implementation of the computational methods, and the like. One or more of an assay instrument, desktop, laptop and/or server may comprise one or more computer readable storage media for storing and/or retrieving software programs incorporating computer code for performing and implementing computational methods as described herein, data for use in the implementation of the computational methods, and the like. Computer readable storage media may include, but is not limited to, one or more of a hard drive, a SSD hard drive, a CD- ROM drive, a DVD-ROM drive, a floppy disk, a tape, a flash memory stick or card, and the like. Further, a network including the Internet may be the computer readable storage media. In some embodiments, computer readable storage media refers to computational resource storage accessible by a computer network via the Internet or a company network offered by a service provider rather than, for example, from a local desktop or laptop computer at a distal location to the assay instrument.

In some embodiments, computer readable storage media for storing and/or retrieving computer implemented software programs incorporating computer code for performing and implementing computational methods as described herein, data for use in the implementation of the computational methods, and the like is operated and maintained by a service provider in operational communication with an assay instrument, desktop, laptop and/or server system via an Internet connection or network connection.

In some embodiments, an assay instrument is an analysis instrument including, but not limited to, a sequencing instrument, a microarray instrument, and the like. In some embodiments, an assay instrument is a measurement instrument, including but not limited to, a scanner, a fluorescent imaging instrument, and the like for measuring an identifiable signal resulting from an assay.

In some embodiments, an assay instrument capable of generating datasets for use with computer implemented methods as described herein, as such assays instruments that comprise computer implemented systems as described herein, include but are not limited to, sequencing assay instruments as those provided by Illumina®, Inc. (HiSeq 1000, HiSeq 2000, Genome Analyzers, MiSeq, HiScan, iScan, BeadExpress systems), Applied Biosystems™ Life Technologies (ABI PRISM® Sequence detection systems, SOLiD™ System), Roche 454 Life Sciences (FLX Genome Sequencer, GS Junior), Applied Biosystems™ Life Technologies (ABI PRISM® Sequence detection systems, SOLiD™ System), Ion Torrent® Life Technologies (Personal Genome Machine sequencer) further as those described in, for example, in United States patents and patent applications 5,888,737, 6,175,002, 5,695,934, 6,140,489, 5,863,722, 2007/007991, 2009/0247414, 2010/0111768 and PCT application WO2007/123744, each of which is incorporated herein by reference in its entirety. Methods and systems disclosed herein are not necessarily limited by any particular sequencing system, as the computer implemented methods comprising algorithms as described herein are useful on any datasets wherein alignment procedures and processes are practiced.

Computer implemented methods and systems comprising algorithms as described herein are typically incorporated into analysis software, although it is not a prerequisite for practicing the methods and systems described herein. In some embodiments, computer implemented methods and systems comprising algorithms described herein are incorporated into analysis software to analyzing sequencing datasets, for example software programs such as Pipeline, CASAVA and GenomeStudio data analysis software (Illumina®, Inc.), SOLiD™, DNASTAR® SeqMan® NGen® and Partek® Genomics Suite™ data analysis software (Life Technologies), Feature Extraction and Agilent Genomics Workbench data analysis software (Agilent Technologies), Genotyping Console™, Chromosome Analysis Suite data analysis software (Affymetrix®).

Figure 2 illustrates the general flow of an embodiment of a computer implemented method. A computer assesses a data set, either from internal memory or as provided by a computer readable storage medium, and a collection of data strings is created (200). The computer selects a first collection of characters from the data set and utilizing algorithml, 2 or 3 as described herein builds the BWT on the first collection of characters (210). A second collection of characters from the data strings can be merged with the first collection of characters wherein the BWT is augmented or incrementally built to include the newly merged collection of characters (220). The method of merging additional sets of characters and augmenting or building the BWT (230) proceeds incrementally, character by character, until all the sets of characters that make up the data strings are merged, wherein the BWT is determined for the complete data set (240). At any point in time during the merging of characters and BWT augmenting, one or more additional data sets can be added to the process, further one or more data sets can be removed from the process. Additionally, a compression boosting method can be employed for resordering the input data to increase compression over BWT alone. In one method (Figure 2A-205) the BWT algorithm can be modified to resort the data by practicing the reverse lexicographic reordered (RLO) compression boosting method prior to building the BWT. In another embodiment, reordering of data can be performed by modifying the BWT algorithm to concurrently resort the data and build the BWT following the same as previous (SAP) compression boosting method (Figure 2B). Employing either compression boosting method creates a data set that is more compressed and therefore more compressible by second stage compression methods (260) than compressing a BWT based on a data set that was not reordered. Once the BWT is built it can be compressed by second stage compression methods (260). Second stage compression methods include, but are not limited to, bzip2, ReCoil, GenCompress, 7-zip, gzip, etc.

Preferrably, reordering is performed by practicing one of the algorithms that has been modified to incorporate one of the compression boosting methods disclosed herein in addition to that which is already present in the algorithm. For example, reordering using the SAP or RLO strategies concurrent with or prior to building the BWT of a data set results in a more compressed data set for second stage compression compared to compression which occurs by practicing algorithml, algorithm2 or algorithm3 without the compression boosting modifications.

A data set that is accessed by a computer to build a collection of data strings can be from any source, such as nucleic acid sequence data, amino acid sequence data, written documents, image derived data, and the like. Example 1 demonstrates the incremental merging of data characters followed by BWT augmentation when utilizing nucleic acid sequence data as the data set.

The previously described sequence data analysis comprising computer implemented methods as described herein can be performed on an assay instrument proper, on a computer system in operational communication with an assay instrument, either proximal or distal to the assay instrument. In some embodiments, computer implemented methods as described herein can generate comparative matches of at least 1000 matches/second, at least 2000 matches/second, at least 3000 matches/second, at least 5000 matches/second or at least 10000 matches/second.

In some embodiments, a hardware platform for providing a computational environment comprises a processor (i.e., CPU) wherein processor time and memory layout such as random access memory (i.e., RAM) are systems considerations. For example, smaller computer systems offer inexpensive, fast processors and large memory and storage capabilities. In some embodiments, graphics processing units (GPUs) can be used to compute the BWT; such an implementation is discussed in the paper entitled "GPU-Accelerated BWT Construction for Large Collection of Short Reads" by Chi-Man Liu et al., 2014, arXiv:1401.7457 [q-bio.GN]; available as a preprint from the arXiv.org website: http://arxiv.org/abs/1401.7457. The tool described in the aforementioned paper can take advantage of the parallelism given by a graphics processing unit (GPU, a relative cheap device providing a thousand or more primitive cores), as well as simultaneously the parallelism from a multi-core CPU and more interestingly, from a cluster of GPU-enabled nodes. In some embodiments, hardware platforms for performing computational methods as described herein comprise one or more computer systems with one or more processors. In some embodiments, smaller computer are clustered together to yield a supercomputer network (i.e., Beowulf clusters), which may be preferential under certain circumstances as a substitute for a more powerful computer system. Indeed, computational methods as described herein are particularly suited to a smaller computer system where limited RAM exists.

In some embodiments, computational methods as described herein are carried out on a collection of inter- or intra-connected computer systems (i.e., grid technology) which may run a variety of operating systems in a coordinated manner. For example, the CONDOR framework (University of Wisconsin-Madison) and systems available through United Devices are exemplary of the coordination of multiple stand alone computer systems for the purpose dealing with large amounts of data. These systems offer Perl interfaces to submit, monitor and manage large sequence analysis jobs on a cluster in serial or parallel configurations. In some embodiments, a computer implemented method comprising an algorithm as described herein is used to determine the sequence of a nucleic acid sample (e.g., a genomic DNA sample). In some embodiments, a computer implemented method comprising an algorithm as described herein is implemented upon completion of a sequencing assay. In embodiments of the present disclosure, computer implemented methods and software that comprises those methods are found loaded onto a computer system or are located on a computer readable media that is capable of being accessed and processed by a computer system. For example, computer implemented methods as described herein can read rows of sequences in their entireties and input characters from the rows into algorithms as described herein that are implemented in a computer implemented method. The computer implemented algorithm can split the rows into columns; each retained in a unique file, and computes the BWT for the set of sequences. A reference, or query sequence (e.g., a reference genome of interest) can be provided. The computed BWT for the target sequence can be compared to the reference genome of interest, for example, and the comparative results outputted to the user via a, for example, graphic user interface such as a computer monitor, tablet computer, and the like. Comparative results can also be outputted to a storage device, computer readable storage media, printer, and the like for storage or preservation of the results of said comparison. Such comparative results can also be examined for target sequence anomalies such as single nucleotide variants or polymorphisms, sequence insertions and/or deletions, and other genomic derived information. As such, the computer implemented methods comprising algorithms as described herein can provide genetic information used in, for example, determining or diagnosing the presence of a disease state or condition in a subject, prognosing risk for a subject of developing a disease or condition, monitoring a therapeutic treatment regimen of a subject, prognosing therapeutic success of a patient, determining the risk for a subject with regards to developing a particular disease or condition, and the like. Indeed, computer implemented methods and systems comprising an algorithm as described herein can put crucial sequence data in the hands of clinicians in a more efficient manner than is currently available In some embodiments, the computer implemented method comprising algorithml determines the sequence of a nucleic acid sample during sequence analysis or once sequence analysis is complete. For example, a computer implemented method comprising algorithml determines a nucleic acid sequence following the completion of each cycle in a sequencing cycle. For example with regards to sequence by synthesis technologies, each sequence cycle determines which of four nucleotides, A, C, G or T is incorporated at that particular location, thereby defining the base that is the complement of that being sequenced (e.g., A is complementary to T, C is the complement of G). Typically, computational analysis of a target sequence occurs once all the sequencing cycles have completed for a target sequence which requires a large amount of computer RAM for short term storage of the accumulating data prior to final sequence determination.

Additionally, a computer implemented method comprising algorithml analyzes data in a real time fashion by incrementally building the BWT files at any point during a sequence assay, for example at cycle 10, 15, 20, etc.. Such an application could provide an investigator with a visual output (e.g., via graphic user interface) at any time during a sequencing assay thereby allowing an investigator to monitor a sequencing assay, view sequencing results, utilize partial sequencing results for additional operations, etc. at any given point during a sequencing assay. Further, implementation of a computer method comprising algorithml utilizes minimal to no RAM, as such its implementation can be performed on a computer with typically relatively small quantities of RAM, such as a standard desktop computer, laptop computer system, tablet computer, and the like

In particular embodiments, the BWT of a collection of strings has two important practical properties; reversibility such that if a BWT of a string is known one can reconstruct the original dataset and the BWT of a string is more amenable to compression than the original dataset as the BWT tends to group identical characters together. These two BWT properties provide for a method that results in a lossless compression of a string dataset. The popular open source lossless data compression algorithm "bzip2" has a similar compression property (available through Berkeley Software Distribution, University of California Berkeley). A third property of particular embodiments of the BWT is that it facilitates the efficient computation of the two operations occ(X) and locate(X). The operation occ(X) computes the frequency at which a string (X) occurs in a data dataset, for example it might compute that string AACG occurs three times in a dataset. The operation locate(X) computes the location of a string (X) in a dataset, for example string AACG occurs at position 12 in sequence 338, at position 3 in sequence 1408 and at position 57 in sequence 1501.

In some embodiments, computer implemented methods comprising algorithms described herein for computing BWT allows for the efficient computation of the two operations occ(X) and locate(X) on large datasets for comparative sequence analysis. For example, computer implemented methods as described herein can be used to compare two related sets of string data collections and, using occ(X) and locate(X), determine the differences between them. For example, for a genomic sequence that is sequenced to 30 fold redundancy (e.g., each position in the target sequence is, on average, sampled and sequenced 30 times), computer implemented methods as described herein can be applied and occ(X) queries can be used to search the sequences for strings that occurs a significant number of times in one sequence dataset relative to the comparative sequence dataset.

An example of such comparative analysis resulting from practicing the computer implemented methods as described herein finds utility in determining and/or diagnosing the presence or absence of a tumor or disease state in a subject. Cancer is caused by damage to cellular DNA, leading to uncontrolled cellular proliferation and tumor formation. It is, therefore, important to determine how DNA of cancer cells may differ from DNA found in normal, non-cancerous cells. A typical process for determining such differences is to compare a set of DNA sequences derived from tumor cells with that from DNA sequences derived from no- tumor cells from the same individual. Such a comparison can be accomplished by analyzing the tumor DNA sequences and the non-tumor DNA sequences by standard methods for detecting variants, for example by aligning the sequences to a standard reference dataset (e.g., such as that found publically available through the UCSC Genome Browser created by the Genome Bioinformatics Group of University of California Santa Cruz), followed by post-processing steps to identify various types of differences between the sample and the reference (e.g., single nucleotide variants, insertions and/or deletions, etc.). In this scenario, variants found in the non-tumor DNA can be subtracted from the variants identified in the tumor DNA, thereby identifying somatic mutations that are present only in the tumor DNA.

However, in lieu of utilizing such comparative and subtractive methods, computer implemented methods as described herein can be implemented to compare tumor and non-tumor DNA. In an exemplary embodiment, BWTs can be created for both tumor and non-tumor DNA derived from tissues obtained from a subject having chronic lymphocytic leukemia (CLL). In this example, sequences that align to the human reference genomic sequence are excluded in order to reduce the complexity of the final comparison, as such homologous sequence are less likely to be somatic variants. However, as computer implemented methods described herein find particular utility in analyzing large data sets, this reduction of complexity is not required. In the present scenario, all tumor sequences are split into at least 31 base pair fragments or larger, as it is contemplated that fragments of this size or larger have a reasonably good chance of being unique in a sampled genome. As sequence can be derived from both stands of the DNA double helix, sequence from both strands, X and its reverse complement X', are queried to obtain an overall abundance of strand X. All X wherein occ(X)+occ(X') was greater than 8 was extracted in the tumor DNA (an arbitrary number used for purposes of this example) as well as all X wherein occ(X)+occ(X') was zero (i.e., X that was absent from the tumor DNA dataset). Following the initial extractions, 31-mers are assembled into longer sequences utilizing, for example the publically available Velvet assembly tool. The assembled sequences are then aligned to the reference genome sequence using, for example, the publically available BLAT alignment program, thereby determining the somatic variations present in the tumor DNA from the subject.

Additionally, handling of the list of tumor only k- ers can be refined in a number of ways. For example, all sequences could be assembled that contain tumor only k- ers, thereby obtaining assembled sequences that feature not only the tumor only sequences, but also the surrounding sequence. Such an assembly could provide for enhanced genomic mapping. Further, if "paired" DNA sequencing is performed, a typical procedure known in the art, then the paired or partner sequence reads can all be input into the assembly process, which provides an additional aide in determining somatic variants in a tumor DNA genome.

In some embodiments, comparative analysis implementing computer methods comprising algorithms as described herein are used in performing the BWT for comparing genome to transcriptome data sets. In eukaryotes, genomic DNA is transcribed into RNA, which can in turn be transcribed back into cDNA by the enzyme reverse transcriptase, which can in turn be sequenced. Sequencing of the reverse transcribed RNA is commonly referred to as RNA sequencing or RNASeq. Genomic and RNASeq data sets from the same subject can be compared by creating the BWT of each data set using computer implemented methods as described herein, and using the occ(X) queries to identify sequence fragments present in the RNASeq data but absent in the genomic dataset. Such sequence identification may identify important intron/exon boundaries which is important in determining gene structure and the like. Determining gene structure is useful, for example, when an organismal related reference sequence is not yet available or is only of a preliminary or draft-like quality.

In some embodiments, computer implemented methods described herein for computing the BWT of a dataset is used in determining de novo mutations in a genome. For example, a common experimental design in genetic family determinations involves sequencing members of a family, such as parents, children, aunts, uncles, etc. The overwhelming majority of a child's DNA will come from one or the other parent. However, there will also typically be a small amount of de novo mutation, or sequence variants or polymorphisms that are not derived from one or the other parent. By practicing the computer implemented methods as described herein, the BWT of child derived sequences can be created and compared to the BWT created from a combination of sequences from one or both parents. The occ(X) can then be applied to identify sequences present in the child which are not present in one or both of the parents.

In some embodiments, computer implemented methods as described herein for computing the BWT of a dataset can be used for archiving a subject genomic data in a more compressed and efficient manner. For example, the BWT derived from computer implemented methods described herein could provide archival genomic datasets that are stored in a form that are both compressed and indexable. An issue with whole genome sequencing is that genome-wide analysis is problematic when trying to identify a disease related genotype. For example, oftentimes clinician's are only interested in a particular region of the genome, for example a region that is known or suspected of containing a disease related biomarker. As such, a clinician is only interested in analyzing a limited region of the genome and nothing further. Computer implemented methods as described herein could be applied to such a limited region by computing occ(X) and/or locate(X) of only that region without having to analyze a whole genome.

Exemplary embodiments described herein are descriptive of DNA alphabet datasets which may or may not be of constant length. However, methods and systems and described herein are not limited to DNA datasets. Indeed, the methods and systems as described herein are applicable to any dataset. For example, computer implemented methods and systems described herein can be used to process datasets in any other natural language text, such as English and the like. In such a language text, boundaries of strings in the dataset could be set to anything, such as at word boundaries (for example, as discussed in suffix arrays as found at http://www.cs.ucr.edu/~stelo/cpm/cpm07/suffix_array_on_words _ferragina.pdf). Further, boundaries in alternative language text could be placed at the ends of phrases or sentences and the like. Such placement would allow for searching by phrases, or subphrases, within sentences by either occ(X) and/or locate(X).

The following examples are provided in order to demonstrate and further illustrate certain preferred embodiments and aspects of the present invention and are not to be construed as limiting the scope thereof.

EXAMPLES

Example 1 -Incremental building of the BWT on a sequence dataset

The following workflow is an exemplary description of a computer implemented incremental building or augmenting of the BWT of the three algorithmsl, 2 and 3 using algorithml as the exemplary algorithm. The data set and associated collection of data strings are derived from a nucleic acid sequence and are for demonstration purposes only as the data sets could derive from a variety of sources as previously described. Further the length of the data strings are 7 nucleotides, but any length or variety of lengths could also be used.

Three sequences of length 7 are as follows:

SeqID 1-TACCAAC

SeqID 2-AAAGCTC

SeqID 3-GTCGCTT Which correspond to:

0 ^ $

1 A

2 C

3 G

4 ^ N

5 ^ T

All the characters are indexed starting from 0 rather than l,except the positions in the partial-BWTs that are indexed by 1. As such, the characters of the sequence are indexed from 0 to 6 as follows:

Where "$" symbol is a symbol that does not belong to the dataset alphabet, and where all "$" are considered equal, i.e. $1=$2=$3=$.

The first step in the incremental building of the BWT is an initialization step. Iteration j= 0

The characters in position 6 are first considered. The characters in position 6 are concatenated (i.e.,. the assumption that $1<$2<$3) to give CCT. The following BWT partial files (one for each character of the sequence) of the first step, iteration j=0, are built:

B[0] CCT

B[l] empty

B[2] empty B[3] : empty

B[4] : empty

B[5] : empty

The following vector of triples (Q, P, N) is:

Q 0 0 0

P 1 2 3

N 0 1 2

Such that:

• The character of the sequence 0 has been inserted in the position 1 of the partial BWT 0

• The character of the sequence 1 has been inserted in the position 2 of the partial BWT 0

• The character of the sequence 2 has been inserted in the position 3 of the partial BWT 0

Iteration j= 1

The characters found in position 5 of the sequence data string are now considered. The characters in position 5 are merged or inserted with the symbols in position 6. As such the new characters for merging are ATT.

The vector of triples is:

Q 0 0 0

P 1 2 3

N 0 1 2

The old partial-BWTs are:

B[0] : CCT

B[l] : empty

B[2] : empty

B[3] : empty

B[4] : empty

B[5] : empty

By reading the following vector of triples (Q, P, N):

Q 0 0 0 P 1 2 3

N 0 1 2

It is known that:

• The character of the sequence 0 has been inserted in the position 1 of the partial BWT 0

• The character of the sequence 1 has been inserted in the position 2 of the partial BWT 0

• The character of the sequence 2 has been inserted in the position 3 of the partial BWT 0

Updating the vector of triples with the new merged characters from position 5 yields:

Q 2 2 5

P 1 2 1

N 0 1 2

The vector of triples are sorted from Q to P to N yielding the following vectors:.

Q 2 2 5

P 1 2 1

N 0 1 2

Which can be interpreted as:

• The character of the sequence 0 (that is the symbol A is to be inserted in position 1 of the partial BWT 2

• The character of the sequence 1 (that is the symbol T) is to be inserted in position 2 of the partial BWT 2

• The character of the sequence 2 (that is the symbol T) is to be inserted in position 1 of the partial BWT 5

The new partial-BWTs are built by inserting or merging the characters of position 5 with those of position 6 as defined by the previous sort, such that:

B[0] : CCT

B[l] : empty

B[2] : AT B[3] : empty

B[4] : empty

B[5] : T

Iteration j= 2

The next characters for consideration and incremental merging are those of position 4, as such ACC.

The vector of the tripli

Q 2 2 5

P 1 2 1

N 0 1 2

The old partial-BWTs are:

B[0] CCT

B[l] empty

B[2] AT

B[3] empty

B[4] empty

B[5] T

By reading the following vector of triples (Q, P, N):

Q 2 2 5

P 1 2 1

N 0 1 2

It is known that:

• The character of the sequence 0 has been inserted in position 1 of the partial BWT 2

• The character of the sequence 1 has been inserted in position 2 of the partial BWT 2

• The character of the sequence 2 has been inserted in position 1 of the partial BWT 5

The values in the vector of the triples are updated: Q 1 5 5 P 1 2 3

N 0 1 2

After sorting, the vectors are:

Q 1 5 5

P 1 2 3

N 0 1 2

Which can be interpreted as:

• The character of the sequence 0 (that is the symbol A) is to be inserted in the position 1 of the partial BWT 2

• The character of the sequence 1 (that is the symbol C) is to be inserted in the position 2 of the partial BWT 2

• The character of the sequence 2 (that is the symbol C) is to be inserted in the position 3 of the partial BWT 5

The new partial-BWTs are build by inserting the characters as determined:

B[0] CCT

B[l] A

B[2] AT

B[3] empty

B[4] empty

B[5] TCC

Iteration j= 3

The symbols in position 3 are now considered, so CGG.

The vector of the triples is:

Q 1 5 5

P 1 2 3

N 0 1 2 And the old partial-BWTs are:

B[0] CCT

B[l] A

B[2] AT

B[3] empty

B[4] empty

B[5] TCC By reading the following vector of triples (Q, P, N):

Q 1 5 5

P 1 2 3

N 0 1 2

It is known that:

• The character of the sequence 0 has been inserted in the position 1 of the partial BWT 1

• The character of the sequence 1 has been inserted in the position 2 of the partial BWT 5

• The character of the sequence 2 has been inserted in the position 3 of the partial BWT 5

The values in the vector of the triples and updated:

Q 1 2 2

P 1 3 4

N 0 1 2

After sorting, the vectors are:

Q 1 2 2

P 1 3 4

N 0 1 2

Which can be interpreted as:

• The character of the sequence 0 (that is the symbol C) is to be inserted in the position 1 of the partial BWT 1

• The character of the sequence 1 (that is the symbol G) is to be inserted in the position 3 of the partial BWT 2

• The character of the sequence 2 (that is the symbol G) is to be inserted in the position 4 of the partial BWT 2

The new partial-BWTs are built by inserting the characters as determined:

B[0] : CCT

B[l] : CA B[2] : ATGG

B[3] : empty

B[4] : empty

B[5] : TCC

Iteration j= 4

The characters in position 2 are now considered, so CAC.

The vector of the triples are:

Q 1 2 2

P 1 3 4

N 0 1 2

The old partial-BWTs are:

B[0] CCT

B[l] CA

B[2] ATGG

B[3] empty

B[4] empty

B[5] TCC

By reading the following vector of triples (Q, P, N):

Q 1 2 2

P 1 3 4

N 0 1 2 It is known that:

• The character of the sequence 0 has been inserted in the position 1 of the partial BWT 1

• The character of the sequence 1 has been inserted in the position 3 of the partial BWT 2

· The character of the sequence 2 has been inserted in the position 4 of the partial BWT 2

The values in the vector of the triples are updated: Q 2 3 3

P 3 1 2

N 0 1 2 After sorting the vectors are:

Q 2 3 3

P 3 1 2

N 0 1 2

Which can be interpreted as:

• The character of the sequence 0 (that is the symbol C) is to be inserted in the position 3 of the partial BWT 2

• The character of the sequence 1 (that is the symbol A) is to be inserted in the position 1 of the partial BWT 3

• The character of the sequence 2 (that is the symbol C) is to be inserted in the position 2 of the partial BWT 3

The new partial-BWTs are built by inserting the characters as determined:

B[0] : CCT

B[l] : CA

B[2] : ATCGG

B[3] : AC

B[4] : empty

B[5] : TCC

Iteration j= 5

The characters in position 1 are now considered, so AAT.

The vector of the triples is:

Q 2 3 3

P 3 1 2

N 0 1 2

The old partial-BWTs are:

B[0] : CCT

B[l] : CA

B[2] : ATCGG

B[3] : AC

B[4] : empty

B[5] : TCC By reading the following vector of triples (Q, P, N):

Q 2 3 3

P 3 1 2

N 0 1 2

It is known that:

• The character of the sequence 0 has been inserted in the position 3 of the partial BWT 2

• The character of the sequence 1 has been inserted in the position 1 of the partial BWT 3

• The character of the sequence 2 has been inserted in the position 2 of the partial BWT 3

The values in the vector of the triples are updated:

Q 2 1 2

P 4 3 5

N 0 1 2

After sorting the vectors are:

Q 1 2 2

P 3 4 5

N 1 0 2

It is observed that, in this case, the sorting has changed the vector of the triples. The new characters being considered in this iteration are:

The new character of the sequence 0: A

The new character of the sequence 1: A

The new character of the sequence 2: T

In this iteration, the vectors are interpreted in this way:

• The character of the sequence 1 (that is the symbol A) is to be inserted in the position 3 of the partial BWT 1

• The character of the sequence 0 (that is the symbol A) is to be inserted in the position 4 of the partial BWT 2 • The character of the sequence 2 (that is the symbol T) is to be inserted position 5 of the partial BWT 2 new partial-BWTs are build by inserting the characters as determined:

B[0] CCT

B[l] CAA

B[2] ATCATGG

B[3] AC

B[4] empty

B[5] TCC

Iteration j= 6

The characters in position 0 are now considered, so TAG

The vector of the triples is:

Q 1 2 2

P 3 4 5

N 1 0 2

The old partial-BWTs

B[0] CCT

B[l] CAA

B[2] ATCATGG

B[3] AC

B[4] empty

B[5] TCC

By reading the following vector of triples (Q, P, N):

Q 1 2 2

P 3 4 5

N 1 0 2

It is known that:

• The character of the sequence 1 has been inserted in the position 3 of the partial BWT 1

· The character of the sequence 0 has been inserted in the position 4 of the partial BWT 2 • The character of the sequence 2 has been inserted in the position 5 of the partial BWT 2

The values in the vector of the triples and updated:

Q 1 1 5

P 2 4 3

N 1 0 2 After sorting, the vectors are:

Q 1 1 5

P 2 4 3

N 1 0 2

Recall that the new characters as position 0 are:

The new character of the sequence 0: T

The new character of the sequence 1: A

The new character of the sequence 2: G

Which can be interpreted as:

• The character of the sequence 1 (that is the symbol A) is to be inserted in the position 2 of the partial BWT 1

· The character of the sequence 0 (that is the symbol T) is to be inserted in the position 4 of the partial BWT 1

• The character of the sequence 2 (that is the symbol G) is to be inserted in the position 3 of the partial BWT 5 The new partial-BWTs are built by inserting the characters as determined:

B[0] CCT

B[l] CAATA

B[2] ATCATGG

B[3] AC

B[4] empty

B[5] TCGC

Iteration j= 7

The symbols $ is position 7 are now considered, as they are all equal then $ $ $ ($1=$2=$3) The vector of the triples is:

Q 1 1 5

P 2 4 3

N 1 0 2

The old partial-BWTs are:

B[0] CCT

B[l] CAATA

B[2] ATCATGG

B[3] AC

B[4] empty

B[5] TCGC

By reading the following vector of triples (Q, P, N):

Q 1 1 5

P 2 4 3

N 1 0 2

It is known that know that:

• The character of the sequence 1 (that is the symbol A) has been inserted in the position 2 of the partial BWT 1

• The character of the sequence 0 (that is the symbol T) has been inserted in the position 4 of the partial BWT 1

• The character of the sequence 2 (that is the symbol G) has been inserted in the position 3 of the partial BWT 5

The values in the vector of the triples are updated:

Q 1 5 3

P 1 2 3

N 1 0 2

After sorting, the vectors are:

Q 1 3 5

P 1 3 2

N 1 2 0

Which can be interpreted as: The symbol of the sequence 1 (that is the symbol $)is to be inserted in the position 1 of the partial BWT 1

The symbol of the sequence 3 (that is the symbol $) is to be inserted in the position 2 of the partial BWT 3

The symbol of the sequence 2 (that is the symbol $) is to be inserted in the position 1 of the partial BWT 5

The new partial-BWTs are built by inserting the symbols as determined:

B[0] CCT

B[l] $CAATA

B[2] ATCATGG

B[3] AC$

B[4] empty

B[5] T$CGC

Finally, the concatenation of the partial BWTs is determined:

CCT$CAATAATCATGGAC$T$CGC

If after the iteration j= 1, the symbols $ (one for each sequence) are inserted, the BWT of the following suffixes is built:

If after the iteration j= 2, the symbols $ (one for each sequence) are merged, the

If after the iteration j= 3, the symbols $ (one for each sequence) are merged, the BWT of the following suffixes is built:

I Seqld I I I I I 4 I 5 I 6 I 7 I 0 A A C $1

1 C T C $2

2 C T T $3

If after th le iteration j= 4, the symbols $

BWT of t le following suffixes is built:

Seqld 3 4 5 6 7

0 C A A C $1

1 G C T C $2

2 G C T T $3

If after th le iteration j= 5, the symbols $

BWT of t le following suffixes is built:

Seqld 2 3 4 5 6 7

0 C C A A C $1

1 A G C T C $2

2 C G C T T $3

If after th le iteration j= 6, the symbols $

BWT of t le following suffixes is built:

Seqld 1 2 3 4 5 6 7

0 A C C A A C $1

1 A A G C T C $2

2 T C G C T T $3

If after the iterat :ion j= 7, symbols $ (on

the following su fixes is built:

Seqld 0 1 2 3 4 5 6 7

0 T A C C A A C $1

1 A A A G C T C $2

2 G T C G C T T $3

Example 2 -Computational experiments

The computational methods as described herein were tested on subsets of a collection of one billion human DNA sequences, each on 100 bases long reads, sequenced from a well-studied African male individual (Bentley et al., 2008, Nature 456:53-59; available from the Sequence Read Archive at the National Center for Biotechnology Information http://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi? using the accession number ERA0157431 To demonstrate the low resource needs of the algorithms, all tests were carried out on one of two identical instruments, each having 16Gbytes memory and two Intel Xeon X5450 (Quad-core) 3GHz processors (only one processor was used for the demonstrations). Each instrument was directly connected to its own array of 146Gbytes SAS disks in RAID6 configuration, each array having a Hewlett-Packard P6000 RAID controller with 512Mbytes cache.

Prototypical implementations were developed for Algorithml and

Algorithm2. For smaller input instances, Algorithml and Algorithm2 algorithms were compared to bwte from the bwtdisk toolkit (version 0.9.0; available at http://people.unipmn.it/manzini/bwtdisk/). Bwte implements the blockwise BWT construction algorithm as described in Ferragina et al., 2010. Since bwte constructs the BWT of a single string, string collections were concatenated into this form using 0 as a delimiter; choosing 0 because it is lexicographically smaller than any A, C, G, T, or N. An entirely like-for-like comparison would use a different end marker for each string; however the bwte implementation does not support the many millions of distinct end marker symbols this would require.

The BWT takes more work to compute for string of size km than for a collection of m strings of length k, since the number of symbol comparisons needed to decide the order of two suffixes is not bounded by k. In this particular case, however, the periodic nature of the concatenated string means that 99 out of 100 suffix/suffix comparisons will still terminate within 100 symbols, as one suffix will hit 0 but the other will not, the only exception being the case where both suffixes start at the same position in different strings. The bwte was run using 4Gbytes of memory, the maximum amount of memory the program allowed to specify.

A compressed suffix array (CSA) on smaller instances was constructed using Siren's program rlcsa (available at http://www.cs.helsinki.fi/group/suds/rlcsa/rlcsa.tgz). On those input instances rlcsa poses an interesting alternative, especially since this algorithm is geared towards indexing text collections as well. The input data was split into 10 batches, a separate index was constructed for each batch and the indexes were merged. With increasing data volumes, however, the computational requirements for constructing the CSA becomes prohibitive on the testing environment. In Siren 2009, 8 threads and up to 36 - 37Gbytes of memory are used to construct the CSA of a text collection 41.48Gbytes in size, although the author describes other variants of the algorithm that would use less RAM than this.

Input strings were generated on an Illumina Genome Analyzer IIx Sequencer, all reads being lOObp long. The first two instance sizes (43M and 85M) were chosen as data sets comparable to those tested in Ferragina, et al., 2010. Size is the input size in gigabytes, wall clock time (i.e., the amount of time that elapsed from the start to the completion of the instance) is given as microseconds per input base and memory denotes the maximal amount of memory (in Gbytes) used during execution. Algorithm2 and algorithm3 store only a constant and, for the DNA alphabet, negligibly small number of integers in RAM regardless of the size of the input data. The efficiency column reports the CPU efficiency values, the proportion of time for which the CPU was occupied and not waiting for I/O operations to finish, as taken from the output of the /usr/b in/time command. Some of the tests were repeated on a solid-state hard drive (SSD).

Table 1 reports exemplary results for input instances that were generated

(BCR=algorithml, BCRext=algorithm2 and BCRext++=algorithm3). The first two instances, 0043M and 0085M, were sized to match the largest datasets considered in Ferragina et al., 2010. The latter three instances were created to demonstrate the effectiveness of the disclosed computational methods on very large data string collections. Rlcsa and bwte show efficiency (defined as user CPU time plus system CPU time as a fraction of wall clock time) approaching 100% in the smaller data sets (on test instruments and other servers). Even though algorithml and algorithm2 exhibit a decrease in efficiency for large datasets, they are both able to process the large 100M dataset at a rate that exceeds the performance of bwte on the 0085M dataset, which is less than one tenth of the size. This efficiency loss, which is contemplated to be due to the internal cache of the disk controller becoming saturated, starts to manifest on smaller datasets for algorithm2 more so than for algorithml, which is likely to be a consequence of the greater I/O (i.e., input/output) demands of algorithm2. Since the I/O of algorithm2 is dominated by the repeated copying of the input sequences during the radix sort, algorithm2 was modified to minimize the data read to and from the disk during this experiment. For all tests, the best wall clock time achieved is marked in bold, for example 0043M/BCRext++/0.93, 0085M/BCRext++/0.95, OlOOM/BCR/1.05,

BCR/2.25, 1000M/ BCR/3.17, 0085M (SSD)/ BCR/0.58 and 1000M

BCR/0.98.

Table 1

iiistaricc size program wali cioe k efficiency memory

0O43M 4.00 wt 5.00 0.99 4.00

4,00 iicsa 2.2.1 0,09 7.10

4,00 BCR 0.99 Q.M 0.57

4,00 BCRext 2.15 0.58

4.00 BCIUsrt-H- 0,93 0.66

0085M 8.00 bw e 7.89 0.99 4.00

8.00 rlosiv 2.44 0.99 13.40

8.00 BCR 1 .01 0.83 1.10

8,00 BCRox 4.75 0,27

8,00 BCRext++ 0.95 0.69

O LOOM i'.rn BCR 1.05 0.81 1.35

0,31 BCRext 4,6 0.28

9.31 BCRext 1 .16 0.61

0800M 74.51 BCR 2,25 0.46 10.40

74,51 BCRext 5.61 0.22

74,51 BCRext. ++ 2.85 0.29

iOOOM S3. L3 BCR 5.74 0. 9 13.00

93.13 BCRext 5.89 0,21

03, 13 BCR .x + + 3.17 0.26

0085M 8,00 bwte 8.1.1 0,5)9 4.00

(SSD) 8,00 iicsa 2.48 0,ί>9 13,40

8,00 BCR 0.78 0.99 1.10

.i

8.00 BCRext++ 0,58 0.99

IOOOM 93.13 BCR 0,98 0.91 13.00 iSSD) 93. 13 BCRexi+ + 1 .24 0.64

In initial experiments with a zlib library (available at http://ww.zlib.net), the CPU overhead of on-the-fly compression and decompression of the input sequences to and from gzip format more than outweighed any possible efficiency gain that could arise from the reduced file sizes. Additional success was achieved by using a 4-bits-per-base encoding and by observing that, during a given iteration, the entire input sequences were not copied but only the prefixes that still remained to be sorted in future iterations. The resulting new version algorithm3 was otherwise identical to algorithm2 but reduced the processing time for the 1 billion read dataset by 47%, with even greater gains on the smaller datasets.

To see how performance scaled with respect to sequence length, pairs of sequences were concatenated from a collection of 100 million 100-mers to create a set of 50 million 200-mers. While this collection contained the same number of bases, algorithm2 and algorithm3 both took a similar proportion of additional time to create the BWT (69% and 67% respectively), whereas the time needed by algorithml was only 29% more than was required for the original collection. It is contemplated that this difference is time efficiency among algorithml, algorithm2 and algorithm3 was due to the radix sort performed by algorithm2 and algorithm3 requiring twice as much I/O for the 200-mer dataset than for the original collection.

To further investigate the relationship between disk hardware and efficiency, experiments were performed on an instrument whose CPU was identical to those used in previous tests except for the addition of a solid state hard drive (SSD) from OCZ Technology R2 p88 Z-Drive with 1Tbyte capacity and a reported maximum data transfer rate of 1.4Gbytes/second. Since both rlcsa and bwte already operated at close to maximum efficiency, it would not be expected that the run time of these programs would benefit from the faster disk access speed of the SSD and their performance when the 0085M dataset was stored on the SSD was in line with this expectation. However, the SSD greatly improved the efficiency of the disclosed algorithms, reducing the run times of algorithm2 and algorithm3 on the 1000M dataset by more than 5 -fold and 2 -fold respectively, meaning that the BWT of 1 billion 100-mers was created in just over 27 hours using algorithml, or 34.5 hours with algorithm3.

Example 3 -Application of a reordering strategy to E. coli sequence data compression

Sequencing reads from the E. coli strain K12 genome were simulated for use in assessing the effects of sequence coverage, read length and sequencing error on the levels of compression achieved. A 60X coverage of error-free, 100 base reads was sub -sampled into datasets as small as 10X coverage. Compression strategies were compared to determine the efficacy of the RLO and SAP sorting strategies.

Figure 5 shows a summary plot of the compression ratios (bits per base) at various levels of coverage (10 to 60X) for compression both on the original raw input sequences and the BWT transformed reads. In Figure 2, Gzip, Bzip2, PPMd (default) and PPMD (large) show compression achieved on the raw sequence data. It was previously determined that the PPMd mode (-m0=PPMd) of 7-Zip was a good choice of second-stage compressor for the BWT strings, as such BWT, BWT-SAP and BWT-RLO report compression results on the BWT using PPMd (default) as the second-stage compressor. As seen in Figure 5, RLO sorting of the datasets resulted in a BWT that was slightly more compressible than the SAP permuted BWT, however the difference was minimal at 0.36bpb versus 0.38bpb at 60X. Both the RLO and SAP strategies resulted in higher compression compared to the compressed BWT of the non-resorted reads at 0.55bpb. When the Gzip, Bzip2 and PPMd (default) were applied to the original reads, each resulted in a compression level that was not only consistent across all levels of coverage, but also none was able to compress the data below 2bpb. However, a sweep of the PPMd (default) parameter field yielded a combination (mo=16 -mmem=2048m) that attained a 0.50 bpb compression on the 60X dataset; this parameter setting is the PPMd (large) strategy. It is contemplated that the PPMd (large) compression strategy is possible because the E. coli genome is small enough to permit several fold redundancy of the genome to be captured in the 2Gbytes of working space that this combination specifies.

However, for much larger genomes such as eukaryotic genomes (e.g., humans, etc) this advantage disappears. For example, Table 2 summarizes the results from a set of 192 million human sequence reads (http://www.ebi.ac.uk/ena/data/view/SRX001540) previously analyzed by Yanovsky (2011, Alg Mol Biol 6:23, incorporated herein by reference in its entirety). Different combinations of first-stage (BWT, SAP-permuted BWT) and second-stage (Bzip2 with default parameters, PPMd mode of 7-Zip with default parameters, PPMd mode of 7-Zip with -mo=16-mmem=2048m deflate mode of 7-Zip with -mx9) compression were compared on the 192 human reads. Time is in CPU seconds as measured on a single core of an Intel Xeon X5450 (Quad-core) 3GHz processor and compression is in bits per base. As seen in Table 2, when dealing with a large human genome PPMd (large) compresses the BWT of the reads less well than PPMd (Default) as well as being several times slower. Indeed, the SAP strategy resulted in compression times of 1.21bpb in just over an hour compared to 1.34bpb in over 14 hours by (i.e., ReCoil method). Table 2

The effect of sequencing errors on compression ratios was investigated by simulating 40X sequence coverage data sets of lOObp reads with different rates of uniformly distributed substitution errors. It was found that an error rate of 1.2% approximately doubled the size of the compressed BWT to 0.90bpb compared with 0.47bpb for error-free data at the same coverage.

The effect of read lengths on compression ratios was investigated. A simulated E. coli error-free 40X coverage sequence, variable read length data set was evaluated using BWT based compression strategies. It was determined that as the read length increased from 50bp to 800bp the size of the compressed BWTs decreased from 0.54bpb to 0.32bpb. It is contemplated that longer reads allow for repetitive sequences to be grouped together, which could otherwise potentially be disrupted by suffixed of homologous sequences thereby resulting in an increase in compression with increased sequence read length.

Example 4. Application of a reordering strategy to human genome data compression Additionally, the performance of the compressor strategies was evalutated using a typical human genome resequencing experiment. The human genome evaluated contained 135.3Gbp of 100 base pair reads for about 45X coverage of the human genome (http://www.ebi.ac.uk/ena/data/view/ERA015743). In addition to the set of reads (untrimmed reads), a second dataset was created by trimming the reads (trimmed reads) based on their associated quality scores according to the scheme described by bwa (Li and Durbin, 2009). Setting a quality score of 15 (QS=15) as the threshold removed or trimmed approximately 1.3% of the input bases resulting in 133.6Gbp trimmed data set. The data sets were constructed in RLO and SAP order. Different combinations of first-stage BWT, BWT-RLO and BWT- SAP and second-stage PPMd compression methods were compared on the human data set to provide bits per input base compression statistics. Table 3 demonstrates the improvement in terms of compression after trimming, whereby trimming improved the compression ratio by about 4.5%, or compressed the entire 133.6Gbp data set down to 7.7Gbytes of storage space compared to untrimmed compression of 135.3Gbp down to 8.2Gbytes of storage space. This is 4 times smaller than the size achieved by a standard Bzip2 compressor on untrimmed reads which demonstrates the large advantage of the disclosed novel strategies in facilitating the building of compressed full text indexes on large scale DNA sequence collections. Table 3

The data demonstrates that reordering the strings in a collection when compressing data provides for better compression over not reordering the strings in a collection. One situation where reordering data for better compression might be problematic is for paired end sequencing reads (e.g., where different ends of a library of DNA templates are sequenced from different ends). However, this situation could be overcome by storing the two reads in a pair at adjacent positions in S (e.g., the first two reads in the collection are reads 1 and 2 of the first read pairs, etc.). The paired information could then be retained after a change in ordering. In addition, a pointer or other identifier could be associated with each read and its mate to retain the original data order. The algorithms disclosed herein provide for inverting the BWT and recovering the original reads. However, when augmented with relatively small additional data structures the compressed BWT forms the core of the FM-index that allows "count" (e.g., how many times does a k- mer occur in the dataset?) and "locate" (e.g., at what positions in the collection does the k- er occur?) queries. Several variants of the algorithmic scheme exist which make different tradeoffs between the compression achieved and the time needed for the "count" and "locate" operations. For instance, Ferragina et al (2007) describes a variant of the FM-index that indexes a string T of length n within n¾(T)+o(n) bits of storage, wherein ¾(T) is the k-th order empirical entropy of T. This index counts the occurrences in T of a string of length p in 0(p) time and it locates each occurrence of the query string in O(log 1+E n) time, for any constant 0<£ <1. EXAMPLE 5. Example Results - Using the BWT as a compressed index

Illumina's HiSeq can be run in either high output or rapid- run mode. Of these, the higher-throughput of rapid-run mode presents a greater challenge to real-time data compression.

The highest throughput achievable with Illumina's current instrument is:

• 120Gbases in 27h for 2x101 cycles

o 8 min/cycle

o 600 Mbases/cycle

o 1.25 MBases/second

• Using HiSeq 2500 Rapid Run, dual flow cell

An investigator picked a real dataset matching those values:

· RunFolder:

/illumina/scratch/platinumgenomes/Platinum_Genomes_Short_lns ert/RunData/nj k/120109_HSQ1008_0131_BC07HVACXX, lanes 1-3 • 120Gbases Human 40x

And the investigator ran the following processing steps on an Illumina test machine (ukch-tst-lnts08: 24 Intel X5650@ 2.67GHz, 80GB RAM, RAID 5 disks - only use 3 to 5 CPU cores were used, as shown later):

• Preparation of inputs

o Conversion of 120GB BCL tile cycle files to 24068 of .eye and .cyc.qual files "beetl convert -inputformat =bcl -output-format=cyc ... )

o Concatenation of all tiles to 202 .eye and .cyc.qual files

• BWT creation with cycle-based output + {RAM,CPU,files} monitor

( beet/ bwt -cycle-bwt=pbe -cycle-qual==pbe )

• In cycle-quality-scores files: Substitution of the "predicted OxFF values" by a real quality value

• 7zip compression ( 7z -m0=PPMd ) of cycle-by-cycle output

• Data mining per cycle:

o From beetl-bwt output: CPU time, real time, #correctly predicted bases

o From monitor output: RAM + file sizes {uncompressed disk, compressed disk}

o From final files: compression rate

The "Preparation of inputs" (conversion of BCL to .eye) won't be necessary in production as BCL files will be read directly. This will be more efficient as well as .eye files currently use lbyte per base + lbyte per quality score. However, this should not affect the following measurements too much.

Percentage of correctly predicted bases

The graph in Figure 6 shows the level of predictability achieved on Illumina's 40x Human dataset. In all cases, predictability at early cycles is little better than the 25% that could be achieved by random guessing, but at higher levels of coverage the predictability rises to 97%. On average, 81% of the bases sequenced can be correctly predicted from the data already sequenced in earlier cycles.

The sudden change in predictability at cycle 32 highlights a transient error on the sequencing machine that caused a drop in sequence quality at that cycle (showing that if this algorithm was running on the instruments, it could also contribute to real-time QC).

For comparison, the graph in Figure 7 shows the first read of this experiment (therefore only 2 Ox coverage, identified as 'Human 2 Ox') next to the same experiment using E.Coli simulations (single-end reads, 101 cycles) at various coverage depths:

Illumina's real (diploid) Human 2 Ox dataset gets predicted in a way similar to the (haploid) E.Coli 15x.

Compression rate

The graph in Figure 8 shows the compression rate of each prediction-based- encoded cycle file, for each cycle, and distinguishing bases {in blue, bits per base) from quality scores (in red, bits per quality value).

Overall: 0.8bpb + 1.2bpq It is believed that an even better compression can be achieved by improving the algorithm at the beginning of read 2 (cycle 102), with a lower bound of 0.65bpb + lbpq, which is the best case achieved when combining both reads in the first lOlcycles. Combining this algorithm with a reduction to 8 Q-scores gives an overall compression rate for Q-scores of 0.62bpq (see the graph in Figure 9). CPU usage

With respect to the graph in Figure 10, it is noted that the three spikes correspond to another user using the Ilumina machine, so the spikes should be ignored.

Processing time stays under 180 seconds per cycle, which is well under the instrument's cycle time of 8 min per cycle.

CPU% shows that the investigator was able to parallelise the processing on a bit more than 3 processors (the algorithm is running in parallel on 5 cores: 4 cores are processing the A/C/G/T letters, and 1 core is prefetching the data for the next cycle . Usually the prefetching finishes a lot earlier than the other 4 threads, and the 2 threads corresponding to bases A and T finish last as there are often more of those bases to be processed).

It is expected that future improvements at the start of read 2 (see 5 .6) will eliminate the 50 seconds/cycle real-time jump during read 2.

Disk space

The graph in Figure 11 shows the disk space used to store the "full intermediate BWT", which contains, when processing cycle k, all the data from cycles 1 to k. The amount of data is the same as the number of bases sequenced from cycle 1 to k, but as this BWT is run-length-encoded {a very simple compression scheme taking advantage of frequent repeats of same character in BWT space), the extra disk space needed by each new cycle gets smaller at each cycle.

Important: As the BWT of the previous cycle is in use until the new BWT is generated, the disk requirements are in fact 2x the ones shown in this graph. However, 30GB (the expected value after the readl-read2 transition is fixed (described below)) to 50GB (current size) is relatively negligible and the main concern is the I/O speed requirements presented next. Disk I/O

At cycle k, the following disk I/O are done:

• Sequential read of BWT stored at previous cycle (bases only)

· Sequential write of new BWT (bases only)

• Sequential write of prediction-based-encoded cycle BWT (bases+qualities)

In this experiment, the BCL file is read. This BCL file is quite small at 120GB/202 cycles = 600MB/cycle. In the case of an RTA implementation, the BCL data would be either in RAM or in disk cache so is not included in the graph shown in Figure 12.

It is obvious that the reading and writing of the BWT is dominant. At the reported speed of 2 .5 minutes per cycle; this corresponds to 150MB/s reads + 150MB/s writes.

Reducing these values (possibly with a different storage format, under research) will be important for scalability. As described later, improved handling of the read lto read 2 transition will have an immediate positive impact by removing the "jump" in I/O at the read boundary and allowing I/O usage to continue to follow the trend established during the first 101 cycles .

RAM

RAM usage oscillates between 14 and 26GB.

• These values are (mostly) proportional to the number of bases sequenced per cycle:

o 1GB is used to prefetch the next cycle of bases and qualities o 13GB are used for the main data structures

o The final 12GB are used only in multi-threaded mode, but as this mode leads to the 3x parallelism, it will probably always be necessary.

RAM I/O

Most of the RAM 1/0 are related to the disk 1/0, so the same graph as above applies. Variant calling

It was showed that the effect of this compression scheme on variant calling was as negligible as the effect of Q-scores binning from 40 to 8 Q-scores [Janin2013J .

Server-side requirements

The data received by the server (which may be Illumina's BaseSpace as well as a local machine) is in the form of prediction-based-encoded, cycle-by -cycle streams.

For storage/ archival purposes, it would be very efficient to store directly the data encoded in this cycle -by-cycle format.

For downstream analysis, the server would need to recreate either the full BWT (if downstream tools can directly use it) or recreate the FastQ files. In either case the resource requirements are exactly the same as those presented above, except that the (negligible) cycle -by-cycle streams of data are read instead of being written.

Decompression of the cycle -by-cycle BWT to FastQ should be feasible in real time (cycle by cycle), so the FastQ files could be available on the server as soon as the instruments have sent the final cycle, with just a small delay to process the last cycle (3 minutes in this study).

Summary

As the processing capabilities of sequencing instrument continue to improve, the volume and throughput of data to be processed and transferred becomes a challenge. Several techniques to compress bases and quality scores that come as an output of the instruments are currently in use or under evaluation. All these techniques rely on lossless compression of bases, while both lossless and lossy compression schemes are explored for quality scores compression. As expected, lossy compression leads to more compressed data, the objective always being to reduce the amount of data without affecting variant calling. The concept advance here (see in particular the discussion above under the heading "Concept - Real-time predictive compression of sequencing data in BCL format", the present inventors give a compression strategy for BCL files that is lossless for bases and can take either a lossless or lossy approach to the compression of quality scores. The solution presented in this document exhibits the following desirable properties:

• cycle -by-cycle: For fast time-to-answer, data can leave the instruments as it is being generated. This allows downstream processing tools to start work in parallel with the sequencing.

• reference-free/application-agnostic: The lossy algorithm presented here identifies bases and qualities that are important for variant calling without requiring prior knowledge of the sequenced organism(s). It is equally suitable for applications such as RNA-Seq and metagenomics. This is an important distinction compared to other lossy approaches.

It has been shown that a 40x human genome build (120Gbases) will take:

· 120GBytes (6.2 bits per base+qual) if stored/transferred as uncompressed BCL file

• 94GB (6.2 bits per base+qual) when compressing bcl files using gzip

• 72GB (4.8 bits per base+qual) after reduction from 40 Q-scores to 8 Q-scores + gzip

· 30GB (2 bits per base+qual) by using the compression scheme presented here

• 21GB (1.42 bits per base+qual) by combining our compression scheme with Q-score binning.

The processing time of the experiments presented here stays under 180 seconds per cycle, which is well under the instruments cycle time of 8 min per cycle.

References

[Bauer2011]

Markus J. Bauer, Anthony J. Cox and Giovanna Rosone (2011)

Lightweight BWT construction for very large string collections.

In CPM 2011 (Vol. 6661 of LNCS), Springer, pp. 219-231. [Cox2012]

Anthony J. Cox, Markus J. Bauer, Tobias Jakobi and Giovanna Rosone

Large-scale compression of genomic sequence databases with

the Burrows-Wheeler transform

Bioinformatics, Vol. 28 no. 11 2012, pp.1415-1419

doi:10.1093/bioinformatics/btsl73

[Ferragina2000]

Ferragina,P. and ManzinLG. (2000)

Opportunistic data structures with applications.

In Proceedings of the 41st Annual Symposium on Foundations of Computer Science. IEEE Computer Society, Washington, DC, USA, pp. 390-398.

[Janin2013]

Lilian Janin, Giovanna Rosone and Anthony J. Cox (2013)

Adaptive reference-free compression of sequence quality scores

To appear in Bioinformatics.

[Kozanitis2010]

Kozanitis,C. et al. (2010)

Compressing genomic sequence fragments using SlimGene.

In RECOMB. (Vol. 6044 of LNCS), Springer, pp. 310-324.

[Li2009]

Li,H. and Durbin,R. (2009)

Fast and accurate short read alignment with Burrows-Wheeler transform.

Bioinformatics, 25, pp.1754-1760.

[Bauer 2013]

Markus J Bauer, Anthony J Cox, Giovanna Rosone (2013)

Lightweight algorithms for constructing and inverting the BWT of string collections Theoretical Computer Science, 483, pp. 134-148

[Holt2014] Holt, James and McMillan, Leonard (2014)

Merging of Multi-String BWTs with Applications

Bioinformatics, doi = 10.1093/bioinformatics/btu584 The claims of WO2012/175245 (which is incorporated by reference) as published are as follows:

1. A method for determining the sequence of a nucleic acid comprising:

a) receiving a collection of data strings from a nucleic acid sequence dataset wherein said data strings comprise a plurality of characters, b) generating a Burrows Wheeler transform on a first collection of characters, wherein the first collection of characters comprises a first character from each of said data strings, c) merging a second collection of characters with said first collection of characters to form a merged collection of characters, wherein the second collection of characters comprises a second character from each of said data strings, d) augmenting the Burrows Wheeler transform from the merged first and second collection of characters, and e) determining the sequence of the nucleic acid based on the Burrows Wheeler transform of the nucleic acid.

2. The method of claim 1, wherein said method is a computer implemented method. 3. The method of claim 1 or 2, wherein said nucleic acid sequence comprises DNA or

RNA sequences.

4. The method of any preceding claim, wherein said nucleic acid sequence comprises nucleic acid sequences from a plurality of organisms.

5. The method of any preceding claim, wherein said collection of data strings is received from a computer storage medium.

6. The method of any preceding claim, wherein said collection of data strings is received from a computer in real time, wherein steps b) through d) are performed prior to receiving all of the characters of said data strings.

7. The method of any preceding claim, wherein a collection of data strings is one data string.

8. The method of any preceding claim, wherein a collection of data strings is a plurality of data strings. 9. The method of any preceding claim, wherein said collection of characters are one or more characters from the list comprising A, T, C, G, U and N.

10. The method of any preceding claim, further comprising repeating step d) with at least a third collection of characters from each of said sequence data strings, wherein the third collection of characters comprises a third character from each of said sequence data strings and wherein said third character from each of said sequence data strings is located adjacent to said second character from each of said sequence data strings.

11. The method of any preceding claim, further comprising repeating step d) with at least a third collection of characters from each of said sequence data strings, wherein the third collection of characters comprises a third character from each of said sequence data strings and wherein said third character from each of said sequence data strings is located positionally left of said second character from each of said sequence data strings.

12. The method of any preceding claim, further comprising outputting said determination.

13. The method of claim 12, wherein said outputting is to one or more of a graphic user interface, a printer or a computer readable storage medium.

14. The method of claim 13, wherein said outputting to a computer readable storage medium is independent of the size of a collection of sequence data sets.

15. The method of any preceding claim, wherein said generating and augmenting comprises generating and augmenting the Burrows Wheeler transform on a reordered collection of characters.

16. The method of claim 15, wherein said reordered collection of characters is reordered by reverse lexicographic ordering.

17. The method of claim 15, wherein said reordered collection of characters is reordered by same as previous ordering.

18. The method of any of claims 15 to 17, wherein the reordered collection of characters maximizes compression of the collection of characters compared to a collection of characters that is not reordered.

19. A system for determining the sequence of a nucleic acid of claim 1, comprising: a) a processor, b) a memory coupled with the processor, the memory storing a plurality of instrument instructions wherein said instructions direct the processor to perform a plurality of logical steps when implemented by the processor, the logical steps comprising:

c) receiving a collection of data strings from a dataset wherein said data strings comprise a plurality of characters,

d) generating a Burrows Wheeler transform on a first collection of characters, wherein the first collection of characters comprises a first character from each of said data strings,

e) merging a second collection of characters with said first collection of

characters to form a merged collection of characters, wherein the second collection of characters comprises a second character from each of said data strings, f) augmenting the Burrows Wheeler transform from the merged first and second collection of characters, thereby determining the Burrows Wheeler transform of a data set, and g) determining the sequence of the nucleic acid based on the Burrows Wheeler transform of the nucleic acid.

20. The system of claim 19, further comprising outputting the sequence of the nucleic acid.

21. The system of claim 19 or 20, wherein said data set comprises nucleic acid sequences from a plurality of organisms.

22. The system of any of claims 19 to 21, wherein said data set is received from a computer storage medium.

23. The system of any of claims 19 to 22, wherein said data set is received from a computer in real time, wherein steps b) through d) are performed prior to receiving all of the characters of said data strings.

24. The system of any of claims 19 to 23, wherein said collection of data strings is one data string.

25. The system of any of claims 19 to 24, wherein said collection of data strings is a plurality of data strings.

26. The system of any of claims 19 to 25, wherein the first character from each of said data strings is adjacent to the respective second character from each of said data strings. 27. The system of any of claims 19 to 26, wherein said first characters from each of said data strings is located positionally right of said second character from each of said data strings, and wherein said merging proceeds in a right to left manner.

28. The system of claim 26, further comprising repeating step d) with at least a third collection of characters from each of said data strings, wherein the third collection of characters comprises a third character from each of said data strings and wherein said third character from each of said data strings is located adjacent to said second character from each of said data strings.

29. The system of claim 27, further comprising repeating step d) with at least a third collection of characters from each of said data strings, wherein the third collection of characters comprises a third character from each of said data strings and wherein said third character from each of said data strings is located positionally left of said second character from each of said data strings.

30. The system of any of claims 19 to 29, further comprising outputting a result of said determination.

31. The system of claim 30, wherein said outputting is to one or more of a graphic user interface, a printer or a computer readable storage medium.

32. The system of claim 31, wherein said outputting to a computer readable medium is independent of the size of the data set.

33. The system of any of claims 19 to 32, further obtaining a second data set, obtaining a collection of data strings comprising a plurality of characters from said second data set, merging the collection of strings from said second data set with the collection of strings from the first data set and augmenting the BWT thereby determining the BWT from the combined first and second data sets.

34. The system of any of claims 19 to 33, wherein one or more of a collection of datasets is removed from said system between step c) and step e).

35. The method of any of claims 19 to 34, wherein said generating and augmenting comprises generating and augmenting the Burrows Wheeler transform on a reordered collection of characters.

36. The method of claim 35, wherein said reordered collection of characters is reordered by reverse lexicographic ordering. 37. The method of claim 35, wherein said reordered collection of characters is reordered by a same as previous ordering.

38. A computer implemented method for maximizing compression of a data set from the Burrows Wheeler transform comprising: a) receiving a collection of data strings from a dataset, wherein said data strings comprise a plurality of characters, b) generating a Burrows Wheeler transform on a first collection of characters, wherein the first collection of characters comprises a first character from each of said data strings, c) merging a second collection of characters with said first collection of characters to form a merged collection of characters, wherein the second collection of characters comprises a second character from each of said data strings, and d) augmenting the Burrows Wheeler transform from the merged first and second collection of characters, thereby maximizing compression of a data set from the Burrows Wheeler transform.

39. The method of claim 38, wherein said data set is a biopolymer sequence data set. 40. The method of claim 39, wherein said biopolymer sequence data set comprises nucleic acid sequence data.

41. The method of claim 39, wherein said polymer sequence data set comprises amino acid sequence data.

42. The method of claim 38, wherein said data set comprises nucleic acid sequences from a plurality of organisms.

43. The method of claim 38, wherein said data set comprises language text data.

44. The method of any of claims 38 to 43, wherein said data set is received from a computer storage medium.

45. The method of any of claims 38 to 43, wherein said data set is received from a computer in real time, wherein steps b) through d) are performed prior to receiving all of the characters of said data strings.

46. The method of any of claims 38 to 45, wherein said collection of data strings is one data string.

47. The method of any of claims 38 to 45, wherein said collection of data strings is a plurality of data strings.

48. The method of any of claims 38 to 47, wherein said collection of characters is from the list comprising nucleotides, amino acids, words, sentences and phrases. 49. The method of any of claims 38 to 48, wherein the first character from each of said data strings is adjacent to the respective second character from each of said data strings.

50. The method of any of claims 38 to 49, wherein said first characters from each of said data strings is located positionally right of said second character from each of said data strings, and wherein said merging proceeds in a right to left manner.

51. The method of claim 49, further comprising repeating step d) with at least a third collection of characters from each of said data strings, wherein the third collection of characters comprises a third character from each of said data strings and wherein said third character from each of said data strings is located adjacent to said second character from each of said data strings.

52. The method of claim 50, further comprising repeating step d) with at least a third collection of characters from each of said data strings, wherein the third collection of characters comprises a third character from each of said data strings and wherein said third character from each of said data strings is located positionally left of said second character from each of said data strings.

53. The method of any of claims 38 to 52, further comprising outputting a result of said determination.

54. The method of claim 53, wherein said outputting is to one or more of a graphic user interface, a printer or a computer readable storage medium.

55. The method of claim 54, wherein said outputting to a computer readable medium is independent of the size of the data set.

56. The method of any of claims 38 to 55, further receiving a second collection of data strings comprising a plurality of characters from said second data set, merging the collection of strings from said second data set with the collection of strings from the first data set and augmenting the BWT thereby determining the BWT from the combined first and second data sets.

57. The method of any of claims 38 to 56, wherein one or more of a collection of datasets is removed from said computer implemented method between step c) and step e). 58. The method of any of claims 38 to 57, wherein said generating and augmenting comprises generating and augmenting the Burrows Wheeler transform on a reordered collection of characters.

59. The method of claim 58, wherein said reordered collection of characters is reordered by reverse lexicographic ordering.

60. The method of claim 58, wherein said reordered collection of characters is reordered by same as previous ordering.

61. A system for determining the Burrows Wheeler transform of a data set of claim 38, comprising: a) a processor,

b) a memory coupled with the processor, the memory storing a plurality of instrument instructions wherein said instructions direct the processor to perform a plurality of logical steps when implemented by the processor, the logical steps comprising:

c) receiving a collection of data strings from a dataset wherein said data strings comprise a plurality of characters,

d) generating a Burrows Wheeler transform on a first collection of characters, wherein the first collection of characters comprises a first character from each of said data strings,

e) merging a second collection of characters with said first collection of

characters to form a merged collection of characters, wherein the second collection of characters comprises a second character from each of said data strings, and f) augmenting the Burrows Wheeler transform from the merged first and second collection of characters, thereby determining the Burrows Wheeler transform of a data set.

The system of claim 61, wherein said data set is a biopolymer sequence data set.

63. The system of claim 62, wherein said biopolymer sequence data set comprises nucleic acid sequence data.

64. The system of claim 62, wherein said polymer sequence data set comprises amino acid sequence data.

65. The system of claim 61, wherein said data set comprises nucleic acid sequences from a plurality of organisms.

66. The system of claim 61, wherein said data set comprises language text data. 67. The system of any of claims 61 to 66, wherein said data set is received from a computer storage medium.

68. The system of any of claims 61 to 67, wherein said data set is received from a computer in real time, wherein steps b) through d) are performed prior to receiving all of the characters of said data strings.

69. The system of any of claim 61 to 68, wherein said collection of data strings is one data string.

70. The system of any of claims 61 to 68, wherein said collection of data strings is a plurality of data strings.

71. The system of any of claims 61 to 70, wherein said collection of characters is from the list comprising nucleotides, amino acids, words, sentences and phrases. 72. The system of any of claims 61 to 71, wherein the first character from each of said data strings is adjacent to the respective second character from each of said data strings.

73. The system of any of claims 61 to 72, wherein said first characters from each of said data strings is located positionally right of said second character from each of said data strings, and wherein said merging proceeds in a right to left manner.

74. The system of claim 72, further comprising repeating step d) with at least a third collection of characters from each of said data strings, wherein the third collection of characters comprises a third character from each of said data strings and wherein said third character from each of said data strings is located adjacent to said second character from each of said data strings.

75. The system of claim 73, further comprising repeating step d) with at least a third collection of characters from each of said data strings, wherein the third collection of characters comprises a third character from each of said data strings and wherein said third character from each of said data strings is located positionally left of said second character from each of said data strings.

76. The system of any of claims 61 to 75, further comprising outputting a result of said determination.

77. The system of claim 76, wherein said outputting is to one or more of a graphic user interface, a printer or a computer readable storage medium. 78. The system of claim 77, wherein said outputting to a computer readable medium is independent of the size of the data set.

79. The system of any of claims 61 to 78, further receiving a collection of data strings comprising a plurality of characters from said second data set, merging the collection of strings from said second data set with the collection of strings from the first data set and augmenting the BWT thereby determining the BWT from the combined first and second data sets.

80. The system of any of claims 61 to 79, wherein one or more of a collection of datasets is removed from said system between step c) and step e).

81. The method of any of claims 61 to 80, wherein said generating and augmenting comprises generating and augmenting the Burrows Wheeler transform on a reordered collection of characters.

82. The method of claim 81 , wherein said reordered collection of characters is reordered by reverse lexicographic ordering.

83. The method of claim 81, wherein said reordered collection of characters is reordered by same as previous ordering.

All publications and patents mentioned in the present application are herein incorporated by reference. Various modification and variation of the described methods and compositions of the invention will be apparent to those skilled in the art without departing from the scope of the invention. Although the invention has been described in connection with specific preferred embodiments, it should be understood that the invention as claimed should not be unduly limited to such specific embodiments. Indeed, various modifications of the described modes for carrying out the invention that are obvious to those skilled in the relevant fields are intended to be within the scope of the following claims.




 
Previous Patent: SCANNING DEVICE

Next Patent: AN OPTICAL INSPECTION SYSTEM