WO2005124596A1 - Data collection cataloguing and searching method and system - Google Patents

Data collection cataloguing and searching method and system Download PDF

Info

Publication number
WO2005124596A1
WO2005124596A1 PCT/NZ2005/000134 NZ2005000134W WO2005124596A1 WO 2005124596 A1 WO2005124596 A1 WO 2005124596A1 NZ 2005000134 W NZ2005000134 W NZ 2005000134W WO 2005124596 A1 WO2005124596 A1 WO 2005124596A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
data structure
cataloging
data collection
search
Prior art date
Application number
PCT/NZ2005/000134
Other languages
French (fr)
Inventor
Stuart John Inglis
Original Assignee
Reel Two Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Reel Two Limited filed Critical Reel Two Limited
Priority to US11/630,155 priority Critical patent/US7640256B2/en
Priority to EP05757526A priority patent/EP1769398A4/en
Priority to JP2007516418A priority patent/JP2008506165A/en
Priority to AU2005255348A priority patent/AU2005255348B2/en
Publication of WO2005124596A1 publication Critical patent/WO2005124596A1/en

Links

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16BBIOINFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR GENETIC OR PROTEIN-RELATED DATA PROCESSING IN COMPUTATIONAL MOLECULAR BIOLOGY
    • G16B50/00ICT programming tools or database systems specially adapted for bioinformatics
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16BBIOINFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR GENETIC OR PROTEIN-RELATED DATA PROCESSING IN COMPUTATIONAL MOLECULAR BIOLOGY
    • G16B50/00ICT programming tools or database systems specially adapted for bioinformatics
    • G16B50/30Data warehousing; Computing architectures
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16BBIOINFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR GENETIC OR PROTEIN-RELATED DATA PROCESSING IN COMPUTATIONAL MOLECULAR BIOLOGY
    • G16B30/00ICT specially adapted for sequence analysis involving nucleotides or amino acids
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16BBIOINFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR GENETIC OR PROTEIN-RELATED DATA PROCESSING IN COMPUTATIONAL MOLECULAR BIOLOGY
    • G16B30/00ICT specially adapted for sequence analysis involving nucleotides or amino acids
    • G16B30/20Sequence assembly
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure
    • Y10S707/99945Object-oriented database structure processing

Definitions

  • the present invention relates to systems and methods for indexing and searching patterns.
  • the present invention introduces a packed data structure as an index useful in searching patterns.
  • the present invention is particularly useful for searching large patterns, although other sizes of patterns may be searched.
  • Such patterns may include nucleotide sequences, amino acid (e.g. peptide) sequences, geological samples, binary data, textual data, etc.
  • nucleotide sequences comprising DNA (and other nucleotide sequences) and their translation into molecules of life, as well as efforts to understand peptide sequences.
  • Comparative genomics involves the use of computer programs that can line up multiple genomes and look for regions of similarity among them. Tools, such as BLAST (available through NCBI), are available to perform such similarity searches.
  • sequence data As sequence data is generated, public databases are routinely scanned for similar sequences. Thereafter, sequence fragments may be collected by performing a cluster search to build into a larger consensus. Building consensus sequences and whole genomes requires pattern searches to find and mask repeat regions, followed by clustering searches and layered meta-clustering searches. In addition, comparative genomics requires large numbers of searches of different genomes to find related molecules. Given the current volume of sequence data and the speed at which it is growing, sequence searching is often a rate limiting step for modern genomics.
  • Most current searching methods look up pattern position information in a single array data structure.
  • the index of this single array is often calculated by a function that maps the search pattern into a numeric index.
  • the array is then examined at the location represented by the index.
  • the array usually contains a reference to the positions of the patterns that are being searched.
  • the SSAHA Sequence Search and Alignment by Hashing Algorithm, available through The Sanger Institute, Cambridge, UK
  • the single array methods will generate a large and often extremely sparse array.
  • this single array data structure can become substantial.
  • This single array will need to provide an entry or storage position for each possible unique pattern which may be searched for, but which may not necessarily be present within the database to be indexed.
  • This scheme allows a rapid search to be completed for any particular pattern but can be impractical for large pattern sizes.
  • a large number of unique combinations of symbols are available to make up long length patterns which in turn place significant demands on the memory of a computer system used to facilitate such methods.
  • the single large indexing array employed in prior art methods is comparatively sparsely populated with data, again resulting in a relatively inefficient use of resources.
  • the memory resources used to implement such systems will increase exponentially with a linear increase in the length of the pattern searched for.
  • the search capability should be efficient and compact to decrease memory usage compared to memory requirements by current search techniques.
  • a method of cataloguing a data collection composed of a plurality of data symbols, said data symbols having a defined order with respect to one another within the data collection, said method of cataloguing being characterised by the steps of;
  • the present invention is adapted to provide a method, system and apparatus for cataloguing a data collection.
  • the system or apparatus provided may include at least one computer system adapted to read a set of computer executable instructions recorded on computer readable media. These instructions, once executed by the computer system, may be adapted to perform the method of cataloguing discussed below.
  • the data collection to be catalogued may also be provided in an electronic form, thereby allowing a computer system to read and catalogue the data it contains.
  • a catalogue produced in accordance with the present invention may consist of one or more ordered data structures which may in turn be searched to find particular data or patterns within the data present in the catalogued data collection.
  • the data collection to be catalogued may be stored within an electronic database. Database technology is well known in the art and may be readily harnessed to store and retrieve large volumes of data or information.
  • the data collection to be catalogued may be composed of a large number of data symbols which have a defined order with respect to one another within the data collection.
  • the data symbols stored may be nucleotide sequences drawn from the four base pair symbols A, T, C and G. The sequence at which these symbols appear and also the sequence at which chunks or collections of these symbols are arranged with respect to one another is highly relevant.
  • data elements such as for example, peptide sequences, geological sample data, text based data or any other form of data which may be represented in a binary form may be held within a data collection to be catalogued in conjunction with the present invention.
  • data elements may be formed from the stored symbols of the data collection using a sliding window process.
  • the size of the window used may reflect the size of the resulting data element provided and a sliding displacement value associated with the window may determine the number of data elements which are generated from the symbols of the data collection.
  • an initial data element may be formed by the initial number of symbols present within the data collection equal to the length of the window or the data element to be formed.
  • this window may then be moved along a number of symbols equal to the displacement value associated with the window, with this displacement value being equal to one symbol at a minimum or equal to the length or size of the window at a maximum.
  • the displacement value associated with the sliding window technique used will determine the number of data elements generated or formed from the data collection. If the displacement value associated with this sliding window process is set to the standard length provided for data elements the resulting catalogue or data structure will have a size substantially equivalent to the size of the data collection catalogued. Conversely, larger catalogue data structures may be provided with smaller displacement values to give a higher resolution to search results obtained using such a catalogue data structure, at the expense of the memory used resources.
  • a data element may be defined as a sequence of base pair symbols where the length of the sequence or number of symbols integrated into each element is determined by the performance required of the catalogue to be provided.
  • the memory resource requirements of the present invention are reduced. Conversely, smaller data elements may be handled to give the system a higher search resolution, at the expense of requiring further memory resources to provide the catalogue required.
  • Single data elements may be stored at known locations or positions within the data collection. These known locations may be a memory address in RAM or on disc, or alternatively may consist of a base address with an added offset indicating the position at which the data involved is stored. Each of these locations or positions may therefore have a corresponding address which can be used to retrieve the data element involved.
  • each and every data element of the collection is subjected to a transform operation which produces a data item from a data element.
  • the data items produced may have a format which allows them to be ranked or prioritised with respect to one another.
  • the transform applied to data elements may be similar to a hash function used in information technology data indexing applications which will result in a numeric format data item being generated. Numeric format data items may therefore be easily ranked or prioritised with respect to one another in a descending or ascending order.
  • the transform applied to data elements may be a direct hash function.
  • Direct hash functions allow for provision of data items which encapsulate all the information present within data elements.
  • the size or length of the data element to be transformed may result in a data index which is larger than that which can be accommodated by the memory resources in computer hardware available.
  • "lossy hashing" transform operations may be employed, which can result in the same data item being produced for two unique data elements.
  • well known rehashing techniques may be employed to provide an alternative data item from the second data element.
  • rehashing techniques generally increase the computational overhead of the resulting cataloguing process, and any subsequent search process may need to complete multiple transforms on the data element searched for before being able to find the current data item within the catalogue data structure.
  • a retrieval validation process may be implemented during a retrieval or search process. As each stored data item is associated with the storage address of the data element used to generate the data item, the original data element may be retrieved to validate whether the correct data item has been identified. If inconsistencies are present between the data element searched for and the data element retrieved, a subsequent rehashing or further transform operation may then be completed on the data element searched for to look for the alternative data item assigned to avoid a hash collision.
  • the present invention may also use an ordered catalogue data structure which defines a plurality of sequentially arranged storage positions.
  • the data items discussed above may preferably be loaded and stored within the storage positions provided by the catalogue data structure, preferably with a sequential ordered arrangement.
  • an ordered catalogue data structure may be formed by an array. Arrays provide ordered linear data structures consisting of a single sequence of storage positions.
  • the catalogue data structure may store a flag or reference to a further duplicate based data structure.
  • This duplicate based data structure may in turn be used to associate the data item with the plurality of storage addresses of each duplicate data element.
  • such a duplicate based data structure may hold both the single data item value involved in addition to an array of storage addresses.
  • the catalogue data structure may be effectively used to store data items through providing a flag or reference to the location of the further duplicate based data structure, as opposed to the data catalogue structure being used to directly store data items.
  • This aspect of the present invention may be employed to reduce the consumption of memory resources required to catalogue and subsequently search a data collection.
  • a binary search or an interpolative search are employed on the catalogue data structure
  • a number of redundant search steps can normally be completed stepping through the same value of data item for duplicate data elements.
  • the size, length or number of storage positions of the catalogue data structure may be substantially equivalent to the number of data elements within the data collection when a sliding window displacement value equal to the length of the these data elements is provided.
  • the size of the catalogue data structure may be said to be substantially equivalent to the size of the data collection.
  • the catalogue data structure may provide a packed, highly utilised structure which can optimise the use of memory resources required in conjunction with the present invention.
  • each resulting data item created may be sequentially loaded into the catalogue data structure in the order at which the data items are generated.
  • the catalogue data structure may initially be loaded with data items in any particular order or sequence required.
  • the size, length or number of storage positions of the catalogue data structure may not necessarily be equivalent to the size of the data collection where a sliding window data element generation process is used with window displacement value less than the fixed length of the data elements to be provided.
  • a larger catalogue data structure may be provided to in turn give a higher resolution to the results of search is completed.
  • each and every data item may be associated with the storage address of the data element used to generate the data item.
  • Such association of data items to storage addresses may cross reference these two types of information with respect to one another.
  • data items may be associated with storage addresses through the provision of an additional parallel address data structure.
  • This address data structure may be substantially identical to the catalogue data structure in such embodiments and may align associated data items with storage addresses in a complimentary manner to provide the parallel characteristic required.
  • any subsequent sorting, transformation or modification process completed on the catalogue data structure will in turn be completed on the address data structure to maintain the parallel association between data items and storage addresses required.
  • the parallel address data structure discussed above may be formed by an array. In instances where an array is used to provide the catalogue data structure an array can also be provided to implement the parallel characteristics of the address data structure required.
  • catalogue data structure may be expanded or also include storage positions for storage addresses to maintain an association with related data items.
  • these data items may be sorted into new positions depending on the rank or priority of each data item. For example, in one preferred embodiment, the lowest ranked data item may be placed at the first storage position, and the highest ranked data item placed at the last storage position of the catalogue data structure. Alternatively, a descending rank sort may be applied in other embodiments if required.
  • the sort operation executed with respect to the catalogue data structure may also be executed with respect to any parallel address data structure employed. By applying the same sort operation to the address data structure this will maintain the association between specific data items and cross referenced storage addresses.
  • Completing a sort operation on the data items allows relatively fast find operations to be completed on the catalogue data structure. For example, if a search is to be completed for a data item with a median rank value then an initial investigation can be made for the presence of this data item at positions near to the middle of the catalogue data structure.
  • the most significant symbol, bit or component of a data item may not be stored within the resulting sorted catalogue data structure discussed above.
  • the most significant symbol, bit or component may be removed once this data structure is sorted, as this symbol or component will be common to all data items within a particular region of the data structure and therefore is not applicable to differentiating between different data items.
  • the most significant digit of the numeric data item may not be stored to reduce the memory requirements of the present invention.
  • class data structure may be implemented to provide pointers or references to sections of the catalogue data structure where these sections contain data items with a similar rank.
  • such a class data structure may define a set of storage positions which are to hold pointers to various sections or positions within the catalogue data structure which in turn hold data items with differences in their most significant symbol or component. Pointers may be made to the first instance of a difference in these most significant symbols to classify general regions or sections of the catalogue data structure as relating to data items with incremental rank differences.
  • a category data structure may be maintained which holds pointers to the sections of the catalogue data structure at which there is a change in the most significant digit of the data items stored.
  • a class data structure may be formed by an array where this array defines a number of storage positions equal to the number of most significant unique symbols used to rank data items. For example, if data items with numeric values ranging from 1 through 10,000 are provided, a class data structure may be implemented with pointers to sections of the category data structure which can be hundreds based, thousand based, two thousand based and so forth.
  • At least one content data structure may also be employed in conjunction with the present invention.
  • a content data structure may be provided to give an overview of the current data elements held in the data collection to be catalogued, as opposed to the catalogue data structure employed to retrieve storage addresses.
  • Such an ordered content data structure may define a number of storage positions equal or less than to the maximum number of unique data elements which can exist.
  • this content data structure could be comparatively large, and potentially will grow in size as the default or set size of each data element increases.
  • the maximum length or size of the content data structure will therefore be determined by the maximum number of unique data elements which could be contained within the data collection involved.
  • each storage position of the content data structure Preferably there may be associated with each storage position of the content data structure at least one data element.
  • a lossy hash function may be used to associate a plurality of unique data elements with a single storage position of the content data structure.
  • a relatively small, compact content data structure may be provided which has storage positions associated with every single unique data element which may be formed from the data symbols involved.
  • the content data structure may have stored within each of its storage positions a positive or negative indicator depending on whether at least one data element associated with the storage position is actually present within the data collection.
  • positive or negative indicators may consist of single bit encodings in some embodiments through to boolean objects or integer values in others, depending on the software and hardware platform used to implement the present invention. However it should be appreciated that the format of such indicators can be chosen to minimise the number of bytes required to implement the fully loaded content data structure involved.
  • a content data structure may be implemented through a single array similar to that discussed above with respect to the catalogue and address data structure.
  • a single array can be readily formed and loaded with appropriate indicators to provide the content data structure required.
  • a content data structure may be used to quickly determine whether a particular data element is present within the data collection on inspection of the storage position associated with that data element.
  • the presence of a positive or negative indicator at such a storage position can therefore be used to quickly ascertain whether the data element involved is present within the data collection.
  • This technique may also be applied to speed up searches completed on the basic catalogue data structure.
  • An initial check may be made of the content data structure to determine whether a specific data element is present, and if so a search operation can then be completed on the catalogue data structure to find the address associated with the data element of interest. If the data element is not present this search process can terminate early.
  • a plurality of content data structures may be provided in accordance with the present invention.
  • Each separate individual content data structure may employ a separate lossy hash function to map a plurality of unique data elements to a single storage position of the content data structure.
  • a check for the presence of a particular data element across all content data structures can reduce uncertainty as to whether that particular data element is present within the data collection catalogued.
  • the present invention may provide efficient techniques for database storage and searching of a variety of different types of patterns.
  • the pattern may comprise a nucleotide sequence, peptide sequence, geological sample, binary data, textual data, and so forth.
  • the pattern or data element symbol sequences to be searched may exceed the size of the data element used to catalogue the data collection involved.
  • search patterns may consist of sequences of data element symbols with a length greater than that normally found in two or more data elements.
  • a plurality of search queries may be run to find a single data sequence pattern in conjunction with the present invention.
  • the data sequence to be searched for may be broken down into sets of symbols with a length equal to the length of a standard data element.
  • a number of queries for various data elements may be formed using a sliding window process with this window being moved sequentially along the search pattern a fixed displacement of data symbols, ranging from one through to the number of data symbols usually present within a data element.
  • an initial search query may be formed by the first data element present within the sequence to be searched.
  • the next search query may be taken from the search sequence at a point displaced from the start of the sequence by the displacement value fixed for the sliding window.
  • a further data element size search query may be generated, and then the windows slid on through the search sequence again by the window displacement value and a further data element sized query can be extracted. This process will then continue until the last full length data element sized search query is extracted from the search sequence provided.
  • this sliding window approach will generate a large number of search queries for small window displacement sizes and a minimum number of queries when the window's displacement value is equal to the length of the data element employed.
  • the size of the sliding window may preferably be controlled by the user depending on the memory resources available which the present invention may use.
  • the present invention may also implement a search pattern sequence detection process. This process may be used when a number of search queries have been run using the catalogue data structure to generate a series of hits composed of data elements with associated storage addresses.
  • the detection of a pattern from the search results may be made through an inspection of the spacial relationship between the storage address retrieved for specific sequences of data elements. For example, in some instances a search pattern may be detected if a sequence of data elements are found which match the original search sequence and where these data elements are stored adjacent and sequentially with respect to one another within the data collection, as indicated by the retrieved or associated storage addresses involved.
  • an error threshold may be built into such pattern or sequence detection processes through allowing a maximum number of inconsistent data element symbols within a sequence while still classifying the sequence as a pattern match.
  • a threshold error level may be set by a user, allowing the maximum number of symbol inconsistencies for a particular length search sequence or pattern which will still allow a collection of search hits to be classified as a detected pattern.
  • the pattern location is preferably determined within the database by consuming relatively low storage space.
  • the resource requirements are inversely proportional to the time allowed for the searching method to complete.
  • the present invention provides for optimizing resource requirements for pattern matching by using a scaling and sampling technique that decreases as the word size of the pattern match increases.
  • the present invention may allow the location of a particular pattern or data element to be readily found.
  • the size or length of the pattern or data element increases the resulting load place on memory resources used are decreased.
  • a higher resolution search may be completed for smaller length patterns within a data collection, at the expense of an increase in the memory resources required.
  • the method provided may also include selection of a sampling function that is dependent on resource requirements.
  • the patterns are preferably stored in a set of parallel arrays in a manner that permits a search speed that is independent of the length of the arrays.
  • the present techniques are scalable to extremely large data sets, e.g. genomic sequences. Additional computational resources may be provided to further increase the search speed, although the present method has been designed for searching capabilities over the resource spectrum.
  • the data structure created for pattern searching and storage preferably includes an array of index values paired with an array of sequence positional information.
  • Optimized hash functions may be provided for indexing of large patterns with decreased hash function collision.
  • At least portions of the data structure may reside in RAM, external storage mediums, e.g. disk, multiple CPU's, and/or multiple computer systems.
  • the patterns that are stored and searched according to the present invention may be useful in a wide variety of areas.
  • the patterns may form a component in a data encryption system.
  • the patterns may be used in a telecommunication system.
  • the patterns may be analyzed as part of a clustering system.
  • the patterns may also be used for function assignment, mutation searching, SNP scans, building consensi or whole genomes, and orthologue finding.
  • the patterns are useful in database engines, image analysis or processing, sound analysis or processing, radio or deep space frequency analysis, and analysis of data or signals originating from the ocean or from space. At times, the patterns may find use in analysis of the human or animal body, molecular imaging, and chemical or spectral analysis.
  • the paired arrays of the present invention may be used for performing pattern comparison, e.g. for genomic assembly, data assembly, fragment assembly, finding repeated genomic regions ("repeats”), etc.
  • the SSAHA method of genomic searching is improved by efficiently storing the genomic information in the packed data structure of parallel arrays according to the present method.
  • the SSAHA algorithm creates a sparse structure of k bins for the /(-tuples. This structure provides a direct mapping from any nucleotide sub-sequence to their positions in the sequence.
  • This invention records the position information efficiently and creates a dense structure of size (L// ) that decreases as k increases and enables extremely large values of k to be used.
  • Figure 1 is an illustration of one embodiment for partitioning an input pattern, in accordance with a preferred embodiment of the present invention
  • Figure 2 is a block diagram of parallel arrays representing the input pattern of Figure 1 , in accordance with the present invention
  • Figure 3 is a block diagram of sorted arrays representing the parallel arrays of Figure 2, in accordance with the present invention.
  • Figure 4 is an illustration of one embodiment for searching the input pattern shown in Figure 1, in accordance with the present invention.
  • Figure 5 shows a block schematic flowchart of a basic cataloguing processes executed in accordance with one embodiment of the present invention.
  • Figure 6 illustrates a basic schematic flowchart of a basic search and pattern detection process provided in accordance with one embodiment of the present invention.
  • the present invention includes a pattern search capability, which employs a strategy for managing the search phase of pattern searches in a database.
  • One aspect of the present method includes a compact representation of a pattern in a given database.
  • the representation includes pattern information mapped to positional information. This efficient representation allows any specific pattern to be rapidly located.
  • the present method improves on previous single array techniques by employing multiple arrays, i.e. at least two arrays, comprising cross-reference data to track positional pattern information.
  • the arrays are usually aligned in parallel to allow for easy cross-reference of associated data.
  • other methods of alignments and methods of cross-referencing the data in the arrays may be employed.
  • a first array herein referred to as "index[ ] array” is a packed representation of the data of the database.
  • the first array consists of "index” values.
  • a second array herein referred to as “location[ ] array” points to the location of specific sub- patterns in the database and comprises pattern location information.
  • the index values of the first array are paired with the location information of the second array.
  • the index[ ] array To find any specific index, the index[ ] array must be searched to find the location of the specific index in the index array. If a match is found (i.e. the specific query exists) then the paired location[ ] array is examined to find the location of the pattern in the database.
  • the compact approach of the present invention trades off decreased memory usage for a more complex searching strategy. The arrays are searched to locate the matching pattern, rather than simply looking up the index into the array.
  • the index[ ] array is populated by dividing the database into non-overlapping chunks. Each chunk has a length of k. The chunks are each converted to an index value. The conversion from an input pattern into a numeric index is a process known as "indexing".
  • the index can be calculated in several ways. The type of indexing strategy may vary depending upon, inter alia, the word size (k), alphabet size (a) and/or the type of pattern being searched, such as nucleotide or peptide sequences.
  • the chunk can be converted directly to an index by performing a base conversion.
  • indexing may employ a direct mapping technique for assigning index values.
  • mapping This translation process from a pattern to a numeric index is often referred to as “hashing".
  • hashing There is a distinction between direct mapping where the index can be stored either optimally or sub-optimally.
  • a technique, referred to herein as “lossy hashing”, is when precision is lost during the conversion of the pattern into the index.
  • lossy hashing is when precision is lost during the conversion of the pattern into the index.
  • the optional lossy hashing method is a complex function that consistently maps a pattern to a psei/do-random number.
  • the key attribute that separates a hash function from direct mapping function is that the maximum value of the index is known in advance in hashing, whereas, for the direct calculation method the maximum value is potentially unbound.
  • the hash index value will always be in a certain range.
  • the nature of the hash functions means that sometimes two patterns may hash to the same index value, referred to as a "hash collision".
  • the position in the database is stored in an associated location[] array.
  • the locationf ] array is usually positioned in parallel to the index array and with its location data aligned with associated index value data of the indexf ] array.
  • index[i] refers to the index value at position / in the array.
  • location[i] refers to the location information at position / ' .
  • the index[ ] array data may be sorted, such as sorting by increasing numerical order. Such sorting may be particularly desirable for searching large patterns. Accordingly, the paired location[ ] array may be also sorted to maintain data in parallel relation with the data in the index[ ] array. The sorted index[ ] array may be used to quickly find whether any arbitrary index value exists in the index[ ] array.
  • a quick determination may be made as to whether any arbitrary "key" is present in the index[ ] array.
  • a variety of efficient methods may be employed for quickly finding whether the key exists.
  • bitvector[ ] For large k values, it is often the case that no specific exact match is found. To optimize this common case, a bit vector array, herein referred to as "bitvector[ ]", may be constructed to quickly determined whether any specific index value is not in the index[ ].
  • the bitvector[ ] stores a single bit to represent whether a specific index value occurs anywhere in the index[ ] array.
  • efficient search of the index[ ] array may include performing an interpolation search with an initial guess as to the position in the array.
  • the initial guess is determined as a function of the key.
  • This estimation of the most likely position of the key in the index[ ] array is an improved approach to standard binary searches.
  • the result of the index searching stage may include that no index match is found, or that a set of indices is found coupled with the matching set of locations.
  • each pattern may be searched against the database.
  • the search pattern may be broken into k overlapping chunks and converted into an array of search indices, herein referred to as "search[ ] array", which represent the search pattern.
  • search[ ] array an array of search indices
  • Each of the index entries in the search[ ] array is searched using the previously described method. Since each hit search can return a number of hits, a set of hit index values, herein referred to as "chunkhit[ ]", is generated. Each entry in this array is entry recording database position information.
  • the set of chunk hits may be collated by converting the set into a set array of hits[ ].
  • Each entry in the hits[ ] array is a reference to the location information, such as the position in the search pattern and/or position in the database, as well as the chunk frequency count.
  • filtering operations include filtering specific hits (or chunk matches), as well as filtering entire pattern matches.
  • Some examples of specific types of filtering include filtering specific hits if the frequency is too low; filtering specific hits if the frequency is too high; removing all hits if the maximum frequency of any matched chunk is too high; and removing all hits based on applying a threshold to a linear function of x*(maximum frequency) - y*
  • the results from the hit filtering stage are in the form of an array of hits, herein referred to as "hits[ ]".
  • a number of ranking techniques may be used on the results. Some such ranking techniques are based on the total number of chunk hits; the linear function in the filtering section above; and a delta gap function, which combines the total pattern match with the distance between the hit chunks.
  • the output search results may be summarized in several ways.
  • the output may include a list of matching patterns; a list of matching patterns and their scores ranked by their sorted score; a specific sub-pattern that has matched the search string; and/or a set of sub-patterns aligned using a third party tool (such as bl2seq).
  • a third party tool such as bl2seq
  • a search is performed on an original input pattern that is a nucleotide sequence comprising, "A T C G T C G T T C A G C A T A C C G T".
  • the input sequence pattern is broken into four data chunks (14), "ATCGT, CGTTC, AGCAT and ACCGT".
  • Each of the four chunks is converted into a decimal index, e.g. 32, 56, 45 and 19 in an indexf] array (16) of a parallel array table (20), as shown in Figure 2.
  • a location[ ] array (18) includes data representing the position of each data chunk in original file. In this example, the data chunk with the index 32 is at position 0, the chunk with index 56 is at position 5, the chunk with index 45 is at position 10, and the chunk with index 19 is at position 15.
  • a chunk with the correct index is found and the corresponding position is cross-referenced.
  • the parallel arrays table if the first row is examined for the chunk having an index of 45, the chunk will be found at position 10 in the original file.
  • an array table for the human genome may have about 500,000,000 entries. When there are a large number of entries in the parallel array table, it is too time consuming to simply scan the array and look for a matching index. A more efficient search technique is required.
  • the first stage is to sort the parallel array table by the index.
  • the table is often sorted by the position because position may be used for searching. However, in this case, sorting is desirable because the chunk index is used for the searching, rather than the position.
  • the sorted arrays (22) for the present example are depicted in Figure 3, comprising a sorted index[] array (16) and a sorted locationf] array (18).
  • SSAHA requires 4 ⁇ +80 bytes 1 where C is the number of chunks. This converts 4128 bytes to (4096+32).
  • the SSAHA process requires 64 times more RAM than the storage requirement of the present invention to store the same structure as stored by the present invention.
  • the savings realized by use of the present invention are impressive as k increases on real data.
  • Performance was assessed on large data sets compared to current search techniques.
  • a genomic sequence comparison is made by using the present invention and using the current search baseline, BLAST.
  • Each of the 5 million HTG reads of the Populus balsamifera, subspecies trichocarpa genome was compared with each other (effectively 25 million comparisons).
  • the present method resulted in a comparison of all sequences 10,782 times faster than the search time of the BLAST method.
  • the experiment was performed on an AMD Opteron 244 with two 64-bit 1.8GHz processors and 12GB of RAM running Linux. With the present invention, the bigger the job, the greater the differential with other current search methods.
  • Figure 5 shows a block schematic flowchart of a basic cataloguing process executed in accordance with one embodiment of the present invention.
  • the data collection to be catalogued is divided into a number of fixed length data elements.
  • a transform function is applied to each element formed to result in a data item for each data element.
  • this transform is implemented through a direct hash function.
  • each data item is stored within an ordered catalogue data structure, preferably formed by an array.
  • each stored data item is associated with the originating memory address of the data element which is used to form the data item.
  • this step is completed by storing these addresses in a parallel address data structure.
  • both the catalogue data structure and the associated parallel address data structure are sorted based on a rank indication provided by the form of each data item.
  • Figure 6 illustrates a basic schematic flowchart of a search and pattern detection process provided in accordance with one embodiment of the present invention.
  • a search pattern sequence is received where the presence of this pattern is to be detected within a cataloqued data collection.
  • a plurality of search queries are formed from the received search pattern by applying a sliding window process to the received search pattern.
  • the number of search queries formed will depend on the displacement value assigned to this sliding window process.
  • a plurality of storage addresses are retrieved from the catalogue data structure provided, where each of the retrieved addresses are associated with data elements which match the search queries formed in stage 101.
  • a pattern sequence detection process is run over the retrieved storage addresses to detect a pattern through inspecting the spatial relationship between the retrieved storage addresses.

Abstract

The present invention relates to a method of cataloguing a data structure and also preferably a method of searching through such as data structure to detect the presence of search patterns within the data structure. The catalogusing method of the present invention employs the formation of a catalogue data structure which is used to associate data items (transformed from data elements present iwhtin the data collection) with storage addresses. This catalogue data structure may be sorted to facilitate searching through same. Such searches may be completed through the formation of a plurality of search quries from a received search pattern sequence where the results of running these search queries may then be subsequently considered in conjuction with a search pattern sequence detection process.

Description

DATA COLLECTION CATALOGUING AND SEARCHING METHOD AND SYSTEM
TECHNICAL FIELD
The present invention relates to systems and methods for indexing and searching patterns. In particular, the present invention introduces a packed data structure as an index useful in searching patterns. The present invention is particularly useful for searching large patterns, although other sizes of patterns may be searched.
BACKGROUND ART
In many fields, large amounts of pattern data have been accumulated and stored in innumerable databases. However, there is a lack of the capacity to utilize the enormous amounts of data collected and stored. There is mounting interest in compact and efficient database searching techniques to locate a variety of different patterns. Such patterns may include nucleotide sequences, amino acid (e.g. peptide) sequences, geological samples, binary data, textual data, etc. In the particular field of bioinformatics, attempts are made to understand the information stored in nucleotide sequences comprising DNA (and other nucleotide sequences) and their translation into molecules of life, as well as efforts to understand peptide sequences. In numerous applications in bioinformatics, it may be desirable to search for particular sequences of nucleotides and amino acids. Text pattern matching presents a major computational challenge because sequence databases are growing exponentially.
At times, genomes from different species are compared and analyzed by using techniques referred to as "comparative genomics". Researchers examine different features when comparing genomes: sequence similarity, gene location, the length and number of coding regions (called exons) within genes, the amount of noncoding DNA in each genome, and highly conserved regions maintained in organisms as simple as bacteria and as complex as humans. Comparative genomics involves the use of computer programs that can line up multiple genomes and look for regions of similarity among them. Tools, such as BLAST (available through NCBI), are available to perform such similarity searches.
As sequence data is generated, public databases are routinely scanned for similar sequences. Thereafter, sequence fragments may be collected by performing a cluster search to build into a larger consensus. Building consensus sequences and whole genomes requires pattern searches to find and mask repeat regions, followed by clustering searches and layered meta-clustering searches. In addition, comparative genomics requires large numbers of searches of different genomes to find related molecules. Given the current volume of sequence data and the speed at which it is growing, sequence searching is often a rate limiting step for modern genomics.
Most current searching methods look up pattern position information in a single array data structure. The index of this single array is often calculated by a function that maps the search pattern into a numeric index. The array is then examined at the location represented by the index. The array usually contains a reference to the positions of the patterns that are being searched. For example, the SSAHA (Sequence Search and Alignment by Hashing Algorithm, available through The Sanger Institute, Cambridge, UK) method stores a single array for all possible sequence indexes. For large pattern lengths, the single array methods will generate a large and often extremely sparse array.
For large patterns the size or length of this single array data structure can become substantial. This single array will need to provide an entry or storage position for each possible unique pattern which may be searched for, but which may not necessarily be present within the database to be indexed. This scheme allows a rapid search to be completed for any particular pattern but can be impractical for large pattern sizes. A large number of unique combinations of symbols are available to make up long length patterns which in turn place significant demands on the memory of a computer system used to facilitate such methods. Furthermore, the single large indexing array employed in prior art methods is comparatively sparsely populated with data, again resulting in a relatively inefficient use of resources. As can be appreciated by those skilled in the art the memory resources used to implement such systems will increase exponentially with a linear increase in the length of the pattern searched for.
There is a need for a process that finds patterns faster than existing processes and that places no limits on word sizes. The search capability should be efficient and compact to decrease memory usage compared to memory requirements by current search techniques.
All references, including any patents or patent applications cited in this specification are hereby incorporated by reference. No admission is made that any reference constitutes prior art. The discussion of the references states what their authors assert, and the applicants reserve the right to challenge the accuracy and pertinency of the cited documents. It will be clearly understood that, although a number of prior art publications are referred to herein, this reference does not constitute an admission that any of these documents form part of the common general knowledge in the art, in New Zealand or in any other country.
It is acknowledged that the term 'comprise' may, under varying jurisdictions, be attributed with either an exclusive or an inclusive meaning. For the purpose of this specification, and unless otherwise noted, the term 'comprise' shall have an inclusive meaning - i.e. that it will be taken to mean an inclusion of not only the listed components it directly references, but also other non-specified components or elements. This rationale will also be used when the term 'comprised' or 'comprising' is used in relation to one or more steps in a method or process.
It is an object of the present invention to address the foregoing problems or at least to provide the public with a useful choice.
Further aspects and advantages of the present invention will become apparent from the ensuing description which is given by way of example only.
DISCLOSURE OF INVENTION
According to one aspect of the present invention there is provided a method of cataloguing a data collection composed of a plurality of data symbols, said data symbols having a defined order with respect to one another within the data collection, said method of cataloguing being characterised by the steps of;
(i) forming a first data element from an initial sequence of symbols present within the data collection, said data element being stored at a storage location within the data collection having a storage address, and
(ii) transforming the first data element into a first data item, said data item being capable of being ranked with respect to other data items, and
(Hi) storing the first data item using an ordered catalogue data structure which defines a plurality of sequentially arranged storage positions, and
(iv) associating with the first data item the storage address from which the first data element was retrieved, and
(v) repeating steps (i) through (iv) for each data element required from the data collection, and (vi) sorting the ordered catalogue data structure by ranking the data item stored within said catalogue data structure.
According to a further aspect of the present invention there is provided a method of cataloguing a data collection substantially as described above, further characterised by the additional subsequent steps of;
(vii) forming at least one ordered content data structure which defines a number of storage positions equal to or less than the maximum number of unique data elements which can exist, and
(viii) associating with each storage position at least one data element, and
(ix) storing within each storage position of the content data structure a positive or negative indicator depending on whether said at least one data element associated with the storage position is present within the data collection.
The present invention is adapted to provide a method, system and apparatus for cataloguing a data collection. The system or apparatus provided may include at least one computer system adapted to read a set of computer executable instructions recorded on computer readable media. These instructions, once executed by the computer system, may be adapted to perform the method of cataloguing discussed below. Furthermore, the data collection to be catalogued may also be provided in an electronic form, thereby allowing a computer system to read and catalogue the data it contains.
Preferably a catalogue produced in accordance with the present invention may consist of one or more ordered data structures which may in turn be searched to find particular data or patterns within the data present in the catalogued data collection. In a preferred embodiment the data collection to be catalogued may be stored within an electronic database. Database technology is well known in the art and may be readily harnessed to store and retrieve large volumes of data or information.
Preferably the data collection to be catalogued may be composed of a large number of data symbols which have a defined order with respect to one another within the data collection. In a further preferred embodiment, the data symbols stored may be nucleotide sequences drawn from the four base pair symbols A, T, C and G. The sequence at which these symbols appear and also the sequence at which chunks or collections of these symbols are arranged with respect to one another is highly relevant. However, those skilled in the art should appreciate that other types of data elements, such as for example, peptide sequences, geological sample data, text based data or any other form of data which may be represented in a binary form may be held within a data collection to be catalogued in conjunction with the present invention.
In the preferred embodiment data elements may be formed from the stored symbols of the data collection using a sliding window process. The size of the window used may reflect the size of the resulting data element provided and a sliding displacement value associated with the window may determine the number of data elements which are generated from the symbols of the data collection. In these instances an initial data element may be formed by the initial number of symbols present within the data collection equal to the length of the window or the data element to be formed. To form the second data element this window may then be moved along a number of symbols equal to the displacement value associated with the window, with this displacement value being equal to one symbol at a minimum or equal to the length or size of the window at a maximum. Those skilled in the art will appreciate that the displacement value associated with the sliding window technique used will determine the number of data elements generated or formed from the data collection. If the displacement value associated with this sliding window process is set to the standard length provided for data elements the resulting catalogue or data structure will have a size substantially equivalent to the size of the data collection catalogued. Conversely, larger catalogue data structures may be provided with smaller displacement values to give a higher resolution to search results obtained using such a catalogue data structure, at the expense of the memory used resources.
Preferably, a data element may be defined as a sequence of base pair symbols where the length of the sequence or number of symbols integrated into each element is determined by the performance required of the catalogue to be provided. As discussed further below, as the size of the data elements handled increases, the memory resource requirements of the present invention are reduced. Conversely, smaller data elements may be handled to give the system a higher search resolution, at the expense of requiring further memory resources to provide the catalogue required.
For the sake of expediency reference throughout this specification will be made to a single data element being formed from five base pair symbols of a nucleotide sequence. However, those skilled in the art should appreciate that different types of data elements of differing length or size may also be employed and reference to this particular selection should in no way be seen as limiting.
Reference throughout this specification will also be made to data elements and/or data items being formed from a number of symbols depending on the format of the item or element involved. Those skilled in the art should appreciate that these symbols may incorporate binary or any other base numeric symbols, other forms of alpha numeric symbols or any other form or representation of information. Furthermore, the order or precedence or arrangement of such symbols may also change the information contained within a data element or item where the sequence of symbols presented may include one or more most significant symbols which can give meaning, importance, rank or priority to the data element or item.
Single data elements may be stored at known locations or positions within the data collection. These known locations may be a memory address in RAM or on disc, or alternatively may consist of a base address with an added offset indicating the position at which the data involved is stored. Each of these locations or positions may therefore have a corresponding address which can be used to retrieve the data element involved.
Preferably each and every data element of the collection is subjected to a transform operation which produces a data item from a data element. The data items produced may have a format which allows them to be ranked or prioritised with respect to one another. In a further preferred embodiment, the transform applied to data elements may be similar to a hash function used in information technology data indexing applications which will result in a numeric format data item being generated. Numeric format data items may therefore be easily ranked or prioritised with respect to one another in a descending or ascending order.
In preferred embodiments the transform applied to data elements may be a direct hash function. Direct hash functions allow for provision of data items which encapsulate all the information present within data elements.
In some instances the size or length of the data element to be transformed may result in a data index which is larger than that which can be accommodated by the memory resources in computer hardware available. In such instances "lossy hashing" transform operations may be employed, which can result in the same data item being produced for two unique data elements. In such instances well known rehashing techniques may be employed to provide an alternative data item from the second data element. However, such rehashing techniques generally increase the computational overhead of the resulting cataloguing process, and any subsequent search process may need to complete multiple transforms on the data element searched for before being able to find the current data item within the catalogue data structure.
In some embodiments where lossy hashing transforms are used, a retrieval validation process may be implemented during a retrieval or search process. As each stored data item is associated with the storage address of the data element used to generate the data item, the original data element may be retrieved to validate whether the correct data item has been identified. If inconsistencies are present between the data element searched for and the data element retrieved, a subsequent rehashing or further transform operation may then be completed on the data element searched for to look for the alternative data item assigned to avoid a hash collision.
Preferably the present invention may also use an ordered catalogue data structure which defines a plurality of sequentially arranged storage positions. The data items discussed above may preferably be loaded and stored within the storage positions provided by the catalogue data structure, preferably with a sequential ordered arrangement. In a further preferred embodiment, an ordered catalogue data structure may be formed by an array. Arrays provide ordered linear data structures consisting of a single sequence of storage positions.
However in an alternative embodiment, for a large number of duplicate data items relating to the same data element to be stored, the catalogue data structure may store a flag or reference to a further duplicate based data structure. This duplicate based data structure may in turn be used to associate the data item with the plurality of storage addresses of each duplicate data element. In a further preferred embodiment such a duplicate based data structure may hold both the single data item value involved in addition to an array of storage addresses. In these instances the catalogue data structure may be effectively used to store data items through providing a flag or reference to the location of the further duplicate based data structure, as opposed to the data catalogue structure being used to directly store data items.
This aspect of the present invention may be employed to reduce the consumption of memory resources required to catalogue and subsequently search a data collection. Where a binary search or an interpolative search are employed on the catalogue data structure, a number of redundant search steps can normally be completed stepping through the same value of data item for duplicate data elements. By removing duplicate data items from being stored directly within the catalogue data structure such redundant search steps may be eliminated, therefore speeding the resulting search process.
Reference throughout this specification will also be made to the catalogue data structure employed being an array, but those skilled in the art should appreciate that other types of ordered data structures may also be used and reference to the above only throughout this specification should in no way be seen as limiting.
Preferably the size, length or number of storage positions of the catalogue data structure may be substantially equivalent to the number of data elements within the data collection when a sliding window displacement value equal to the length of the these data elements is provided. In such instances the size of the catalogue data structure may be said to be substantially equivalent to the size of the data collection. In such embodiments, the catalogue data structure may provide a packed, highly utilised structure which can optimise the use of memory resources required in conjunction with the present invention. Preferably, each resulting data item created may be sequentially loaded into the catalogue data structure in the order at which the data items are generated. Again however, those skilled in the art should appreciate that the catalogue data structure may initially be loaded with data items in any particular order or sequence required.
Furthermore, those skilled in the art should also appreciate that the size, length or number of storage positions of the catalogue data structure may not necessarily be equivalent to the size of the data collection where a sliding window data element generation process is used with window displacement value less than the fixed length of the data elements to be provided. In such embodiments a larger catalogue data structure may be provided to in turn give a higher resolution to the results of search is completed.
Preferably each and every data item may be associated with the storage address of the data element used to generate the data item. Such association of data items to storage addresses may cross reference these two types of information with respect to one another.
In a preferred embodiment, data items may be associated with storage addresses through the provision of an additional parallel address data structure. This address data structure may be substantially identical to the catalogue data structure in such embodiments and may align associated data items with storage addresses in a complimentary manner to provide the parallel characteristic required. In such embodiments any subsequent sorting, transformation or modification process completed on the catalogue data structure will in turn be completed on the address data structure to maintain the parallel association between data items and storage addresses required. In a further preferred embodiment the parallel address data structure discussed above may be formed by an array. In instances where an array is used to provide the catalogue data structure an array can also be provided to implement the parallel characteristics of the address data structure required.
Reference throughout this specification will also be made to the present invention employing a paired parallel set of arrays to associate data items with storage locations. However, those skilled in the art should appreciate that alternative data structure implementations may be employed to achieve the same aims required. For example, in accordance with one alternative embodiment, the catalogue data structure may be expanded or also include storage positions for storage addresses to maintain an association with related data items.
Preferably, once the catalogue data structure has been filled with all available data items, these data items may be sorted into new positions depending on the rank or priority of each data item. For example, in one preferred embodiment, the lowest ranked data item may be placed at the first storage position, and the highest ranked data item placed at the last storage position of the catalogue data structure. Alternatively, a descending rank sort may be applied in other embodiments if required.
The sort operation executed with respect to the catalogue data structure may also be executed with respect to any parallel address data structure employed. By applying the same sort operation to the address data structure this will maintain the association between specific data items and cross referenced storage addresses.
Completing a sort operation on the data items allows relatively fast find operations to be completed on the catalogue data structure. For example, if a search is to be completed for a data item with a median rank value then an initial investigation can be made for the presence of this data item at positions near to the middle of the catalogue data structure.
In a further preferred embodiment the most significant symbol, bit or component of a data item may not be stored within the resulting sorted catalogue data structure discussed above. The most significant symbol, bit or component may be removed once this data structure is sorted, as this symbol or component will be common to all data items within a particular region of the data structure and therefore is not applicable to differentiating between different data items. For example, in a preferred embodiment where a numeric form data item is provided, the most significant digit of the numeric data item may not be stored to reduce the memory requirements of the present invention.
In a preferred embodiment a further ordered class data structure may also be employed in connection with the present invention. A class data structure may be implemented to provide pointers or references to sections of the catalogue data structure where these sections contain data items with a similar rank.
In a further preferred embodiment such a class data structure may define a set of storage positions which are to hold pointers to various sections or positions within the catalogue data structure which in turn hold data items with differences in their most significant symbol or component. Pointers may be made to the first instance of a difference in these most significant symbols to classify general regions or sections of the catalogue data structure as relating to data items with incremental rank differences. For example, in embodiments where a numeric format data item is used, a category data structure may be maintained which holds pointers to the sections of the catalogue data structure at which there is a change in the most significant digit of the data items stored. In a further preferred embodiment a class data structure may be formed by an array where this array defines a number of storage positions equal to the number of most significant unique symbols used to rank data items. For example, if data items with numeric values ranging from 1 through 10,000 are provided, a class data structure may be implemented with pointers to sections of the category data structure which can be hundreds based, thousand based, two thousand based and so forth.
In a further preferred embodiment at least one content data structure may also be employed in conjunction with the present invention. A content data structure may be provided to give an overview of the current data elements held in the data collection to be catalogued, as opposed to the catalogue data structure employed to retrieve storage addresses.
Such an ordered content data structure may define a number of storage positions equal or less than to the maximum number of unique data elements which can exist. As can be appreciated by those skilled in the art this content data structure could be comparatively large, and potentially will grow in size as the default or set size of each data element increases. The maximum length or size of the content data structure will therefore be determined by the maximum number of unique data elements which could be contained within the data collection involved.
Preferably there may be associated with each storage position of the content data structure at least one data element. In a further preferred embodiment a lossy hash function may be used to associate a plurality of unique data elements with a single storage position of the content data structure. In such embodiments a relatively small, compact content data structure may be provided which has storage positions associated with every single unique data element which may be formed from the data symbols involved. Preferably the content data structure may have stored within each of its storage positions a positive or negative indicator depending on whether at least one data element associated with the storage position is actually present within the data collection. These positive or negative indicators may consist of single bit encodings in some embodiments through to boolean objects or integer values in others, depending on the software and hardware platform used to implement the present invention. However it should be appreciated that the format of such indicators can be chosen to minimise the number of bytes required to implement the fully loaded content data structure involved.
Preferably a content data structure may be implemented through a single array similar to that discussed above with respect to the catalogue and address data structure. A single array can be readily formed and loaded with appropriate indicators to provide the content data structure required.
Preferably a content data structure may be used to quickly determine whether a particular data element is present within the data collection on inspection of the storage position associated with that data element. The presence of a positive or negative indicator at such a storage position can therefore be used to quickly ascertain whether the data element involved is present within the data collection.
Furthermore in embodiments where a lossy hash function is used to associate plurality of data elements with a single storage position of the content data structure this quick check will indicate that at least one of the data elements associated with the storage position are present within the data collection.
This technique may also be applied to speed up searches completed on the basic catalogue data structure. An initial check may be made of the content data structure to determine whether a specific data element is present, and if so a search operation can then be completed on the catalogue data structure to find the address associated with the data element of interest. If the data element is not present this search process can terminate early.
In a further preferred embodiment a plurality of content data structures may be provided in accordance with the present invention. Each separate individual content data structure may employ a separate lossy hash function to map a plurality of unique data elements to a single storage position of the content data structure. As different lossy hash functions are employed across each of the content data structures, a check for the presence of a particular data element across all content data structures can reduce uncertainty as to whether that particular data element is present within the data collection catalogued.
According to a further aspect of the present invention there is provided a method of detecting the presence of search patterns within a data collection catalogued substantially as described above, said method being characterised by the steps of;
i) receiving a search pattern sequence, and
ii) forming a plurality of search queries by running a sliding window process over the received search pattern sequence, and
iii) retrieving a plurality of storage addresses from the catalogue data structure, said search addresses being associated with data elements which match the search queries formed, and
iv) detecting the presence of the search pattern sequence received by inspecting the spatial relationship between the storage addresses received.
The present invention may provide efficient techniques for database storage and searching of a variety of different types of patterns. The pattern may comprise a nucleotide sequence, peptide sequence, geological sample, binary data, textual data, and so forth.
Preferably the pattern or data element symbol sequences to be searched may exceed the size of the data element used to catalogue the data collection involved. In general terms search patterns may consist of sequences of data element symbols with a length greater than that normally found in two or more data elements.
In preferred embodiments a plurality of search queries may be run to find a single data sequence pattern in conjunction with the present invention.
In such embodiments the data sequence to be searched for may be broken down into sets of symbols with a length equal to the length of a standard data element. A number of queries for various data elements may be formed using a sliding window process with this window being moved sequentially along the search pattern a fixed displacement of data symbols, ranging from one through to the number of data symbols usually present within a data element. In such embodiments an initial search query may be formed by the first data element present within the sequence to be searched. The next search query may be taken from the search sequence at a point displaced from the start of the sequence by the displacement value fixed for the sliding window. At this point a further data element size search query may be generated, and then the windows slid on through the search sequence again by the window displacement value and a further data element sized query can be extracted. This process will then continue until the last full length data element sized search query is extracted from the search sequence provided.
Those skilled in the art should appreciate that this sliding window approach will generate a large number of search queries for small window displacement sizes and a minimum number of queries when the window's displacement value is equal to the length of the data element employed. The size of the sliding window may preferably be controlled by the user depending on the memory resources available which the present invention may use. By using a small window displacement at each step a more comprehensive set of search queries will be generated resulting in a comparatively large number of search results.
The present invention may also implement a search pattern sequence detection process. This process may be used when a number of search queries have been run using the catalogue data structure to generate a series of hits composed of data elements with associated storage addresses.
In a preferred embodiment the detection of a pattern from the search results may be made through an inspection of the spacial relationship between the storage address retrieved for specific sequences of data elements. For example, in some instances a search pattern may be detected if a sequence of data elements are found which match the original search sequence and where these data elements are stored adjacent and sequentially with respect to one another within the data collection, as indicated by the retrieved or associated storage addresses involved.
In a further preferred embodiment an error threshold may be built into such pattern or sequence detection processes through allowing a maximum number of inconsistent data element symbols within a sequence while still classifying the sequence as a pattern match. In such instances a threshold error level may be set by a user, allowing the maximum number of symbol inconsistencies for a particular length search sequence or pattern which will still allow a collection of search hits to be classified as a detected pattern.
The pattern location is preferably determined within the database by consuming relatively low storage space. The resource requirements are inversely proportional to the time allowed for the searching method to complete. In particular, the present invention provides for optimizing resource requirements for pattern matching by using a scaling and sampling technique that decreases as the word size of the pattern match increases. Through the provision of one or more highly utilised or packed data structures the present invention may allow the location of a particular pattern or data element to be readily found. Furthermore, as the size or length of the pattern or data element increases the resulting load place on memory resources used are decreased. Conversely, a higher resolution search may be completed for smaller length patterns within a data collection, at the expense of an increase in the memory resources required.
The method provided may also include selection of a sampling function that is dependent on resource requirements. Furthermore, the patterns are preferably stored in a set of parallel arrays in a manner that permits a search speed that is independent of the length of the arrays. The present techniques are scalable to extremely large data sets, e.g. genomic sequences. Additional computational resources may be provided to further increase the search speed, although the present method has been designed for searching capabilities over the resource spectrum.
The data structure created for pattern searching and storage preferably includes an array of index values paired with an array of sequence positional information. Optimized hash functions may be provided for indexing of large patterns with decreased hash function collision. At least portions of the data structure may reside in RAM, external storage mediums, e.g. disk, multiple CPU's, and/or multiple computer systems.
The patterns that are stored and searched according to the present invention may be useful in a wide variety of areas. For example, the patterns may form a component in a data encryption system. In another embodiment, the patterns may be used in a telecommunication system. Furthermore, the patterns may be analyzed as part of a clustering system. The patterns may also be used for function assignment, mutation searching, SNP scans, building consensi or whole genomes, and orthologue finding. In still other embodiments, the patterns are useful in database engines, image analysis or processing, sound analysis or processing, radio or deep space frequency analysis, and analysis of data or signals originating from the ocean or from space. At times, the patterns may find use in analysis of the human or animal body, molecular imaging, and chemical or spectral analysis.
This pattern search capability is particularly desirable for use in comparative genomics that typically requires massive investment in sequence comparison capabilities. The paired arrays of the present invention may be used for performing pattern comparison, e.g. for genomic assembly, data assembly, fragment assembly, finding repeated genomic regions ("repeats"), etc.
In one embodiment, other present or future search processes may be combined with the present method and system to enhance the overall performance. For example, the SSAHA method of genomic searching is improved by efficiently storing the genomic information in the packed data structure of parallel arrays according to the present method. The SSAHA algorithm creates a sparse structure of k bins for the /(-tuples. This structure provides a direct mapping from any nucleotide sub-sequence to their positions in the sequence. This invention records the position information efficiently and creates a dense structure of size (L// ) that decreases as k increases and enables extremely large values of k to be used.
BRIEF DESCRIPTION OF DRAWINGS
The present invention is illustrated by way of example in the figures of the accompanying drawings and the figures are not intended for limitation, which figures are not intended to limit the present invention, and in which: Figure 1 is an illustration of one embodiment for partitioning an input pattern, in accordance with a preferred embodiment of the present invention;
Figure 2 is a block diagram of parallel arrays representing the input pattern of Figure 1 , in accordance with the present invention;
Figure 3 is a block diagram of sorted arrays representing the parallel arrays of Figure 2, in accordance with the present invention; and
Figure 4 is an illustration of one embodiment for searching the input pattern shown in Figure 1, in accordance with the present invention.
Figure 5 shows a block schematic flowchart of a basic cataloguing processes executed in accordance with one embodiment of the present invention; and
Figure 6 illustrates a basic schematic flowchart of a basic search and pattern detection process provided in accordance with one embodiment of the present invention.
BEST MODES FOR CARRYING OUT THE INVENTION
The present invention includes a pattern search capability, which employs a strategy for managing the search phase of pattern searches in a database. One aspect of the present method includes a compact representation of a pattern in a given database. The representation includes pattern information mapped to positional information. This efficient representation allows any specific pattern to be rapidly located.
The present method improves on previous single array techniques by employing multiple arrays, i.e. at least two arrays, comprising cross-reference data to track positional pattern information. The arrays are usually aligned in parallel to allow for easy cross-reference of associated data. However, other methods of alignments and methods of cross-referencing the data in the arrays may be employed.
A first array, herein referred to as "index[ ] array", is a packed representation of the data of the database. The first array consists of "index" values. A second array, herein referred to as "location[ ] array", points to the location of specific sub- patterns in the database and comprises pattern location information. The index values of the first array are paired with the location information of the second array.
To find any specific index, the index[ ] array must be searched to find the location of the specific index in the index array. If a match is found (i.e. the specific query exists) then the paired location[ ] array is examined to find the location of the pattern in the database. The compact approach of the present invention trades off decreased memory usage for a more complex searching strategy. The arrays are searched to locate the matching pattern, rather than simply looking up the index into the array.
To create the data structure, the index[ ] array is populated by dividing the database into non-overlapping chunks. Each chunk has a length of k. The chunks are each converted to an index value. The conversion from an input pattern into a numeric index is a process known as "indexing". The index can be calculated in several ways. The type of indexing strategy may vary depending upon, inter alia, the word size (k), alphabet size (a) and/or the type of pattern being searched, such as nucleotide or peptide sequences.
In general, if the template is small enough to fit into the word size of the CPU
(usually 32 or 64 bits) then the chunk can be converted directly to an index by performing a base conversion. For example, for a pattern that consists of nucleotides, each nucleotide base may be converted using A=0,C=1 , G=2, T=3. If the template is too large to fix into the word size, the chunk can be converted to an index using a hash function.
One embodiment of indexing may employ a direct mapping technique for assigning index values. In the specific case where a 64-bit integer represents the index values and a=4 size alphabet represents genetic nucleotides, it is possible to store a /c=32 length pattern (allowing 2 bits or 22=4 possibilities per character gives 64 bits / 2 bits/character = 32 characters) or c=12 peptide pattern (allowing 5 bits or 25=32 possibilities per character gives 64 bits / 5 bits/character = 12 characters).
This translation process from a pattern to a numeric index is often referred to as "hashing". There is a distinction between direct mapping where the index can be stored either optimally or sub-optimally. A technique, referred to herein as "lossy hashing", is when precision is lost during the conversion of the pattern into the index. For the genomic illustration, the mapping is direct when k≤32 (a=4 for nucleotides) or k≤12 (a=20 for amino acids), or uses lossy hashing when k>32 (a=4) or /θ12 (a=20).
The optional lossy hashing method is a complex function that consistently maps a pattern to a psei/do-random number. The key attribute that separates a hash function from direct mapping function is that the maximum value of the index is known in advance in hashing, whereas, for the direct calculation method the maximum value is potentially unbound. The hash index value will always be in a certain range. Furthermore, the nature of the hash functions means that sometimes two patterns may hash to the same index value, referred to as a "hash collision".
For each data chunk, the position in the database is stored in an associated location[] array. The locationf ] array is usually positioned in parallel to the index array and with its location data aligned with associated index value data of the indexf ] array. Hence, for a given specific position / in the index[ ] array, index[i] refers to the index value at position / in the array. In the corresponding location[ ] array, location[i] refers to the location information at position /'.
Once the pair of arrays has been populated by processing the entire database, the index[ ] array data may be sorted, such as sorting by increasing numerical order. Such sorting may be particularly desirable for searching large patterns. Accordingly, the paired location[ ] array may be also sorted to maintain data in parallel relation with the data in the index[ ] array. The sorted index[ ] array may be used to quickly find whether any arbitrary index value exists in the index[ ] array.
During an index searching phase, a quick determination may be made as to whether any arbitrary "key" is present in the index[ ] array. A variety of efficient methods may be employed for quickly finding whether the key exists.
For large k values, it is often the case that no specific exact match is found. To optimize this common case, a bit vector array, herein referred to as "bitvector[ ]", may be constructed to quickly determined whether any specific index value is not in the index[ ]. The bitvector[ ] stores a single bit to represent whether a specific index value occurs anywhere in the index[ ] array. By initially checking the compact bitvector[ ], there is no need to search the entire index[ ] array when the key is not present in the database.
Furthermore, efficient search of the index[ ] array may include performing an interpolation search with an initial guess as to the position in the array. The initial guess is determined as a function of the key. This estimation of the most likely position of the key in the index[ ] array, is an improved approach to standard binary searches. For any specific key, the result of the index searching stage may include that no index match is found, or that a set of indices is found coupled with the matching set of locations.
To find matches from input search pattern within a database that has been indexed using the present method, each pattern may be searched against the database. The search pattern may be broken into k overlapping chunks and converted into an array of search indices, herein referred to as "search[ ] array", which represent the search pattern. Each of the index entries in the search[ ] array is searched using the previously described method. Since each hit search can return a number of hits, a set of hit index values, herein referred to as "chunkhit[ ]", is generated. Each entry in this array is entry recording database position information.
The set of chunk hits may be collated by converting the set into a set array of hits[ ]. Each entry in the hits[ ] array is a reference to the location information, such as the position in the search pattern and/or position in the database, as well as the chunk frequency count.
Once the hits have been collected a number of filter operations may be performed to reduce the amount of results. Various filtering operations that may be performed include filtering specific hits (or chunk matches), as well as filtering entire pattern matches. Some examples of specific types of filtering include filtering specific hits if the frequency is too low; filtering specific hits if the frequency is too high; removing all hits if the maximum frequency of any matched chunk is too high; and removing all hits based on applying a threshold to a linear function of x*(maximum frequency) - y*|hits|.
After a search has been performed the results from the hit filtering stage are in the form of an array of hits, herein referred to as "hits[ ]". Optionally, a number of ranking techniques may be used on the results. Some such ranking techniques are based on the total number of chunk hits; the linear function in the filtering section above; and a delta gap function, which combines the total pattern match with the distance between the hit chunks.
The output search results may be summarized in several ways. For example, the output may include a list of matching patterns; a list of matching patterns and their scores ranked by their sorted score; a specific sub-pattern that has matched the search string; and/or a set of sub-patterns aligned using a third party tool (such as bl2seq).
EXAMPLE 1 :
A search is performed on an original input pattern that is a nucleotide sequence comprising, "A T C G T C G T T C A G C A T A C C G T". As shown in an illustration (10) of Figure 1, the input pattern (12) has a k=5 non-overlapping contiguous window applied across it. The input sequence pattern is broken into four data chunks (14), "ATCGT, CGTTC, AGCAT and ACCGT". Each of the four chunks is converted into a decimal index, e.g. 32, 56, 45 and 19 in an indexf] array (16) of a parallel array table (20), as shown in Figure 2. A location[ ] array (18) includes data representing the position of each data chunk in original file. In this example, the data chunk with the index 32 is at position 0, the chunk with index 56 is at position 5, the chunk with index 45 is at position 10, and the chunk with index 19 is at position 15.
To find the location of a particular data chunk, a chunk with the correct index is found and the corresponding position is cross-referenced. According to the parallel arrays table, if the first row is examined for the chunk having an index of 45, the chunk will be found at position 10 in the original file. For a large pattern there will be (Length// ) columns in the parallel array table. For example, an array table for the human genome may have about 500,000,000 entries. When there are a large number of entries in the parallel array table, it is too time consuming to simply scan the array and look for a matching index. A more efficient search technique is required.
The first stage is to sort the parallel array table by the index. Originally, the table is often sorted by the position because position may be used for searching. However, in this case, sorting is desirable because the chunk index is used for the searching, rather than the position. The sorted arrays (22) for the present example are depicted in Figure 3, comprising a sorted index[] array (16) and a sorted locationf] array (18). For k=5, an array table (22) of 8 elements is required, which includes an array of 4 for the chunk indices and a parallel array of 4 for the positional information. If 8 bytes per element is used, then 64 bytes of storage is required.
By comparison, a single array technique usually requires much more storage capabilities. For example, SSAHA requires 4^+80 bytes 1 where C is the number of chunks. This converts 4128 bytes to (4096+32). Thus, according to the present example, the SSAHA process requires 64 times more RAM than the storage requirement of the present invention to store the same structure as stored by the present invention. The savings realized by use of the present invention are impressive as k increases on real data.
Figure 4 shows one embodiment of a method of searching. During searching the k=5 template (26) is slid over the search string. Each of the chunks is mapped to an index value.
1From the SSAHA: A Fast Search Method for Large DNA Databases, Genome Research, 2001 There are a large number of efficient algorithms available for finding the index in the (index, position) array shown in Figure 3. These methods include binary searching, which has complexity 0(log L). In binary searching, a low/high bound is found and tested in the middle. If the value at the position is too low or high, the bounds are adjusted and the process is iterated.
EXAMPLE 2:
Performance was assessed on large data sets compared to current search techniques. A genomic sequence comparison is made by using the present invention and using the current search baseline, BLAST. Each of the 5 million HTG reads of the Populus balsamifera, subspecies trichocarpa genome was compared with each other (effectively 25 million comparisons). The present method resulted in a comparison of all sequences 10,782 times faster than the search time of the BLAST method. The experiment was performed on an AMD Opteron 244 with two 64-bit 1.8GHz processors and 12GB of RAM running Linux. With the present invention, the bigger the job, the greater the differential with other current search methods.
Figure 5 shows a block schematic flowchart of a basic cataloguing process executed in accordance with one embodiment of the present invention. At the initial step A of this process the data collection to be catalogued is divided into a number of fixed length data elements.
The next step of this process B a transform function is applied to each element formed to result in a data item for each data element. Preferably this transform is implemented through a direct hash function.
At stage C each data item is stored within an ordered catalogue data structure, preferably formed by an array. At stage D each stored data item is associated with the originating memory address of the data element which is used to form the data item. Preferably this step is completed by storing these addresses in a parallel address data structure.
In the last stage E of this process both the catalogue data structure and the associated parallel address data structure (provided in preferred embodiments) are sorted based on a rank indication provided by the form of each data item.
Figure 6 illustrates a basic schematic flowchart of a search and pattern detection process provided in accordance with one embodiment of the present invention.
In the first stage 100 of this process, a search pattern sequence is received where the presence of this pattern is to be detected within a cataloqued data collection.
At the next stage 101 a plurality of search queries are formed from the received search pattern by applying a sliding window process to the received search pattern. The number of search queries formed will depend on the displacement value assigned to this sliding window process.
At the next stage 102 a plurality of storage addresses are retrieved from the catalogue data structure provided, where each of the retrieved addresses are associated with data elements which match the search queries formed in stage 101.
At the last stage 103 a pattern sequence detection process is run over the retrieved storage addresses to detect a pattern through inspecting the spatial relationship between the retrieved storage addresses.
The present invention has been described above in varied detail by reference to particular embodiments and figures. However, these specifics should not be construed as limitations on the scope of the invention, but merely as illustrations of some of the present embodiments. It is to be further understood that other modifications or substitutions may be made to the described system, as well as methods of its use without departing from the broad scope of the invention.
Aspects of the present invention have been described by way of example only and it should be appreciated that modifications and additions may be made thereto without departing from the scope thereof as defined in the appended claims.

Claims

WHAT WE CLAIM IS
1. A method of cataloguing a data collection composed of a plurality of data symbols, said data symbols having a defined order with respect to one another within the data collection, said method of cataloguing being characterised by the steps of; (i) forming a first data element from an initial sequencing of symbols present within the data collection, said initial data element being stored at a storage location within the data collection having a storage address, and
(ii) transforming the first data element into a first data item, said data item being capable of being ranked with respect to other data items, and
(iii) storing the first data item using an ordered catalogue data structure which defines a plurality of sequentially arranged storage positions, and (iv) associating with the first data item the storage address from which the first data element was retrieved, and
(v) repeating steps (i) through (iv) for each data element required from the data collection, and
(vi) sorting the ordered catalogue data structure by ranking the data item stored within said catalogue data structure.
2. A method of cataloging a data collection as claimed in claim 1 , wherein the size of the catalogue data structure is substantially equivalent to the size of the data collection.
3. A method of cataloging a data collection as claimed in any previous claim, wherein the catalogue data structure is formed from an array.
4. A method of cataloging a data collection as claimed in any previous claim, wherein data items are associated with storage addresses through the provision of a parallel address data structure.
5. A method of cataloging a data collection as claimed in claim 4 wherein the parallel address data structure is formed from an array.
6. A method of cataloging a data collection as claimed in any one of claims 1 to 3 wherein data items are associated with storage addresses throughout the storage of storage addresses within the content data structure.
7. A method of cataloging a data collection as claimed in any previous claim wherein data items are associated with storage addresses through the provision of a duplicate based data structure.
8. A method of cataloging a data collection as claimed in any previous claim wherein the transform process applied to data elements provides numeric format data elements.
9. A method of cataloging a data collection as claimed in any previous claim wherein the transform process applied to data elements is implemented by a direct hash function.
10. A method of cataloging a data collection as claimed in any one of claims 1 to 8 wherein the transform process applied to data elements is implemented by a lossy hash function.
11. A method of cataloging a data collection as claimed in claim 10 wherein a retrieval validation process is executed within a search process which use the catalogue data structure.
12 A method of cataloging a data collection as claimed in any previous claim wherein the most significant symbol of data items is not stored within the resulting sorted catalogue data structure.
13. A method of cataloging a data collection as claimed in any previous claim wherein a class data structure is provided.
14. A method of cataloging a data collection as claimed in claim 13 wherein a class data structure is provided by an array which defines a number of storage positions equal to the number of unique most significant symbol present within data items.
15. A method of cataloguing a data collection as claimed in any previous claim further characterised by the additional subsequent steps of;
(vii) forming at least one ordered content data structure which defines a number of storage positions equal to or less than the maximum number of unique data elements which can exist, and
(viii) associating with each storage position at least one data element, and
(ix) storing within each storage position of the content data structure a positive or negative indicator depending on whether said at least one data element associated with the storage position is present within the data collection.
16. A method of cataloging a data collection as claimed in claim 15 wherein a content data structure is formed from an array.
17. A method of cataloging a data collection as claimed in any previous claim wherein the catalogue data structure is used to find specific data element symbol sequences by running a plurality of search queries generated from a data element symbol sequence.
18. A method of cataloging a data collection as claimed in claim 17 wherein the plurality of search queries run are generated using a sliding window process.
19. A method of cataloging a data collection as claimed in claim 18 wherein the results generated by the plurality of search queries run are processed by a search pattern sequence detection process.
20. A method of cataloging a data collection as claimed in claim 19 wherein the search pattern sequence detection process detects the presence of a pattern on inspection of the spacial relationship between storage addresses associated with data elements found by said search queries.
21. A method of cataloging a data collection as claimed in claim 20 wherein an error tolerance threshold is used to test whether matching patterns sequences have been detected.
22. A method of detecting the presence of search patterns within a data collection catalogued in accordance with any previous claim, said method being characterised by the steps of; i) receiving a search pattern sequence, and ii) forming a plurality of search queries by running a sliding window process over the received search pattern sequence, and iii) retrieving a plurality of storage addresses from the catalogue data structure, said search addresses being associated with data elements which match the search queries formed, and iv) detecting the presence of the search pattern sequence received by inspecting the spatial relationship between the storage addresses received.
23. A method of pattern detection as claimed in claim 22 wherein an error tolerant threshold is used to test whether matching pattern sequences have been detected.
24. Computer executable instructions stored on a computer readable medium, said computer executable instructions being adapted to execute the method of cataloging a data structure as claimed in any previous claim.
25. A computer readable medium with computer executable instructions stored therein, said computer executable instructions being adapted to execute the method of cataloging a data structure as claimed in any one of claims 1 to 21.
6. A method of cataloging a data structure substantially as herein described with reference to and as illustrated by the accompanying drawings and/or examples.
PCT/NZ2005/000134 2004-06-18 2005-06-17 Data collection cataloguing and searching method and system WO2005124596A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US11/630,155 US7640256B2 (en) 2004-06-18 2005-06-17 Data collection cataloguing and searching method and system
EP05757526A EP1769398A4 (en) 2004-06-18 2005-06-17 Data collection cataloguing and searching method and system
JP2007516418A JP2008506165A (en) 2004-06-18 2005-06-17 Method and system for cataloging and searching data sets
AU2005255348A AU2005255348B2 (en) 2004-06-18 2005-06-17 Data collection cataloguing and searching method and system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US58115604P 2004-06-18 2004-06-18
US60/581,156 2004-06-18

Publications (1)

Publication Number Publication Date
WO2005124596A1 true WO2005124596A1 (en) 2005-12-29

Family

ID=35509906

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/NZ2005/000134 WO2005124596A1 (en) 2004-06-18 2005-06-17 Data collection cataloguing and searching method and system

Country Status (5)

Country Link
US (1) US7640256B2 (en)
EP (1) EP1769398A4 (en)
JP (1) JP2008506165A (en)
AU (1) AU2005255348B2 (en)
WO (1) WO2005124596A1 (en)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2394164A4 (en) * 2009-02-03 2014-01-08 Complete Genomics Inc Oligomer sequences mapping
EP2394165A4 (en) * 2009-02-03 2013-12-11 Complete Genomics Inc Oligomer sequences mapping
EP2393944A4 (en) * 2009-02-03 2013-11-27 Complete Genomics Inc Indexing a reference sequence for oligomer sequence mapping
EP2430441B1 (en) * 2009-04-29 2018-06-13 Complete Genomics, Inc. Method and system for calling variations in a sample polynucleotide sequence with respect to a reference polynucleotide sequence
WO2011145955A1 (en) * 2010-05-20 2011-11-24 Real Time Genomics, Inc. Method and system for sequence correlation
EP2500837A1 (en) * 2011-03-11 2012-09-19 Qlucore AB Method for robust comparison of data
US20130091266A1 (en) 2011-10-05 2013-04-11 Ajit Bhave System for organizing and fast searching of massive amounts of data
US9715574B2 (en) * 2011-12-20 2017-07-25 Michael H. Baym Compressing, storing and searching sequence data
US9600625B2 (en) 2012-04-23 2017-03-21 Bina Technologies, Inc. Systems and methods for processing nucleic acid sequence data
US20130297624A1 (en) * 2012-05-07 2013-11-07 Microsoft Corporation Interoperability between Map-Reduce and Distributed Array Runtimes
GB2506523A (en) 2012-08-31 2014-04-02 Real Time Genomics Inc A computerised assignment of genomic sequence values based on multiple reads and probabilistic analysis
WO2015027245A1 (en) 2013-08-23 2015-02-26 Complete Genomics, Inc. Long fragment de novo assembly using short reads
US20150169682A1 (en) * 2013-10-18 2015-06-18 Google Inc. Hash Learning
RU2674331C2 (en) * 2014-09-03 2018-12-06 Дзе Дан Энд Брэдстрит Корпорейшн System and process for analysis, qualification and acquisition of sources of unstructured data by means of empirical attribution
US9811391B1 (en) * 2016-03-04 2017-11-07 Color Genomics, Inc. Load balancing and conflict processing in workflow with task dependencies
US10853130B1 (en) 2015-12-02 2020-12-01 Color Genomics, Inc. Load balancing and conflict processing in workflow with task dependencies
CN106202154B (en) * 2016-06-21 2019-04-02 南开大学 A kind of inverted index expression method and system based on data de-duplication framework
US11550751B2 (en) * 2016-11-18 2023-01-10 Microsoft Technology Licensing, Llc Sequence expander for data entry/information retrieval
CN110892401A (en) * 2017-03-19 2020-03-17 奥菲克-艾什科洛研究与发展有限公司 System and method for generating filters for k mismatched searches
US11183270B2 (en) * 2017-12-07 2021-11-23 International Business Machines Corporation Next generation sequencing sorting in time and space complexity using location integers

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5742807A (en) * 1995-05-31 1998-04-21 Xerox Corporation Indexing system using one-way hash for document service
WO2001013268A2 (en) * 1999-08-11 2001-02-22 Institute Of Medicinal Molecular Design. Inc. Specific identifiers of amino-acid and base sequences
WO2004013769A2 (en) * 2002-07-26 2004-02-12 Lion Bioscience Ag Method and apparatus for combining data of biological sequences into a non-redundant data source

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5799299A (en) * 1994-09-14 1998-08-25 Kabushiki Kaisha Toshiba Data processing system, data retrieval system, data processing method and data retrieval method
US6023659A (en) * 1996-10-10 2000-02-08 Incyte Pharmaceuticals, Inc. Database system employing protein function hierarchies for viewing biomolecular sequence data
US5966712A (en) * 1996-12-12 1999-10-12 Incyte Pharmaceuticals, Inc. Database and system for storing, comparing and displaying genomic information
GB9811574D0 (en) * 1998-05-30 1998-07-29 Ibm Indexed file system and a method and a mechanism for accessing data records from such a system
EP1190092A2 (en) * 1999-04-06 2002-03-27 Yale University Fixed address analysis of sequence tags
DE60026321D1 (en) * 1999-08-13 2006-04-27 Univ Yale New Haven BINARY CODED SEQUENCES MARKERS
US6977153B2 (en) * 2002-12-31 2005-12-20 Qiagen Gmbh Rolling circle amplification of RNA
US7158999B2 (en) * 2004-02-20 2007-01-02 Mainstar Software Corporation Reorganization and repair of an ICF catalog while open and in-use in a digital data storage system
WO2005118877A2 (en) * 2004-06-02 2005-12-15 Vicus Bioscience, Llc Producing, cataloging and classifying sequence tags

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5742807A (en) * 1995-05-31 1998-04-21 Xerox Corporation Indexing system using one-way hash for document service
WO2001013268A2 (en) * 1999-08-11 2001-02-22 Institute Of Medicinal Molecular Design. Inc. Specific identifiers of amino-acid and base sequences
WO2004013769A2 (en) * 2002-07-26 2004-02-12 Lion Bioscience Ag Method and apparatus for combining data of biological sequences into a non-redundant data source

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
ARCHAMBAUD D. ET AL: "RAPID-2, an Object-Oriented Associative Memory Applicable to Genome Data Processing", PROC. 27TH ANNUAL HAWAII INTERNATIONAL CONFERENCE ON SYSTEM SCIENCES, January 1994 (1994-01-01), pages 150 - 159, XP008116225 *
CALIFANO A. ET AL: "FLASH: A Fast Look-Up Algorithm for String Homology", 1ST INT. CONFERENCE ON INTELLIGENT SYSTEMS FOR MOLECULAR BIOLOGY, 1993, pages 56 - 64, XP008116226 *
COOPER G ET AL.: "Indexing genomic databases", BIOINFORMATICS AND BIOENGINEERING, 2004. BIBE 2004. PROCEEDINGS. FOURTH IEEE SYMPOSIUM ON TAICHUNG, TAIWAN, 19 May 2004 (2004-05-19), pages 587 - 591
See also references of EP1769398A4
WILBUR W.J. ET AL: "Rapid Similarity Searches of Nucleic Acid and Protein Data Banks", PROC. NATL. ACADEMY OF SCIENCES, vol. 80, February 1983 (1983-02-01), pages 726 - 730, XP000670000 *
WILLIAMS H.E. ET AL: "Indexing and Retrieval for Genomic Databases", IEEE TRANSACTIONS OF KNOWLEDGE AND DATA ENGINEERING, vol. 14, no. 1, 2002, pages 63 - 78, XP011094076 *

Also Published As

Publication number Publication date
JP2008506165A (en) 2008-02-28
EP1769398A4 (en) 2009-01-21
AU2005255348B2 (en) 2009-12-17
EP1769398A1 (en) 2007-04-04
US20080256070A1 (en) 2008-10-16
AU2005255348A1 (en) 2005-12-29
US7640256B2 (en) 2009-12-29

Similar Documents

Publication Publication Date Title
AU2005255348B2 (en) Data collection cataloguing and searching method and system
EP1585073B1 (en) Method for duplicate detection and suppression
CN106295250B (en) Short sequence quick comparison analysis method and device was sequenced in two generations
Brāzma et al. Predicting gene regulatory elements in silico on a genomic scale
Burkhardt et al. q-gram based database searching using a suffix array (QUASAR)
US20150186471A1 (en) System and method for approximate searching very large data
JP5183155B2 (en) Batch search method and search system for a large number of sequences
US7822700B2 (en) Method for using lengths of data paths in assessing the morphological similarity of sets of data by using equivalence signatures
Kumar et al. Fast and memory efficient approach for mapping NGS reads to a reference genome
JPWO2008108297A1 (en) Homology search system
Vaddadi et al. Read mapping on genome variation graphs
WO2011073680A1 (en) Improvements relating to hash tables
Stoye et al. A unified approach for reconstructing ancient gene clusters
CN112534507A (en) System and method for grouping and folding sequencing reads
Xu et al. Using MoBIoS'scalable genome join to find conserved primer pair candidates between two genomes
Giladi et al. SST: An algorithm for searching sequence databases in time proportional to the logarithm of the database size
Somayajulu Index based multiple pattern matching algorithm using DNA sequence and pattern count
Esmat et al. A parallel hash‐based method for local sequence alignment
US20060155479A1 (en) Efficiently calculating scores for chains of sequence alignments
Aung et al. An indexing scheme for fast and accurate chemical fingerprint database searching
Bonnici et al. A k-mer based sequence similarity for pangenomic analyses
Jiang et al. Survey on index based homology search algorithms
Bartoň et al. MANASIG: Python package to manipulate nanopore signals from sequencing files
Martayan et al. Fractional Hitting Sets for Efficient Multiset Sketching
Burkhardt et al. q-gram based database searching using a su x array (QUASAR)

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPE1 Request for preliminary examination filed after expiration of 19th month from priority date (pct application filed from 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2007516418

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

WWW Wipo information: withdrawn in national office

Country of ref document: DE

WWE Wipo information: entry into national phase

Ref document number: 2005255348

Country of ref document: AU

WWE Wipo information: entry into national phase

Ref document number: 2005757526

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2005255348

Country of ref document: AU

Date of ref document: 20050617

Kind code of ref document: A

WWP Wipo information: published in national office

Ref document number: 2005255348

Country of ref document: AU

WWP Wipo information: published in national office

Ref document number: 2005757526

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 11630155

Country of ref document: US