The invention generally relates to systems and methods for describing genetic variants and polymorphisms.
When a child is born suffering from symptoms that are associated with a genetic condition, genetic testing can be very valuable to the child and his or her family. Genetic testing for the child can aid the diagnosis. Genetic testing for the parents can help the parents evaluate risks and factors as the family plans and grows. Hundreds of different genetic tests exist to study many of the 20,000-plus genes and include, in a broader sense, a variety of molecular and biochemical tests.
Lab results from any given genetic test are typically presented to a doctor who then interprets the results for the patient. For example, if the raw results indicate a genetic mutation, the doctor may look up whether that mutation has been reported in the literature. Some mutations are published in databases. These databases typically exist as a “flat file” of genetic sequence data, sometimes organized by gene or by disease.
Searching the literature and database is a laborious process. Any given mutation may have several different common names arising from different studies reported in different publications. Databases provide for electronic lookup but are limited by their flat file structures. For example, each known mutation may be stored as its own row in a table. Medical significance often results from certain combinations of mutations. For example, a single nucleotide polymorphism may only be indicative of a disease when a certain deletion is present on the same chromosome. Flat file gene databases generally have no mechanism for storing information about such combinations. Even where a doctor can find database entries for all of the patient's lab results, the doctor may then have to turn back to the literature to research the pathology of the particular combination of results. Thus, even with existing flat file databases, interpreting the results of genetic tests for patient counseling is a slow and imperfect process.
The invention generally relates to a system and method for describing genetic variants based on information about variant mutation types and information about relationships among variants. The invention uses object-oriented concepts to store and describe variants and relations among those variants. Genetic information is stored as objects corresponding to known mutations as well as objects corresponding to relations among those mutations. Variant objects and relationship objects are all instances of one abstract class of genomic feature and objects may contain other objects. Since each object can contain any number of other objects, a relation object can contain variant objects that each describe a mutation. Each variant object can be used by many relation objects and new variant objects or relation objects can be added without modifying the existing data structure. Thus, descriptions of many variants can be represented without having to provide a new flat file entry for each new variant. Where a disorder is known to arise from a combination of mutations, disorder-specific information can be associated with the relation object that represents that combination, even where the individual mutations are benign. This way, genetic test results that indicate specific mutations can be used to access corresponding objects to provide a report of variants for a patient. The report can include medical information associated with the combination of mutations in the patient's genome. Since production of the patient report involves accessing the variant objects and relation objects, the patient report can accurately and richly describe the patient's carrier screening results. With such tools, reports can be provided to health professionals, allowing them to counsel patients and families on important health issues.
In one aspect, the invention involves providing a description of genetic variants in a patient's genome within the context of the production of a patient report. After genetic data representing mutations within the individual are received, one or more modules of the invention operate to retrieve, for each mutation, a variant object comprising a description of the mutation. The variant objects are retrieved from storage in a variant database where they are stored as instances of an abstract class of genomic feature. The one or more modules are used to determine a relationship between mutations and retrieve a relation object from the database, which is also an instance of the abstract class of genomic feature. In certain non-limiting embodiments, a results entry module is employed to retrieve the objects and determine relationships and a report production module is employed to provide the report. In some embodiments, the one or more modules operate within an online-transaction processing framework (e.g., the results entry module accessing the objects to enter results, the report production module accessing the variant representations, etc.) to enter results and to deliver the report with a rapid turnaround time.
Using object-oriented concepts, each object (i.e., the variant objects and the variant relation objects) inherits attributes from the abstract class such as, for example, a start position in genomic coordinate space. The objects can be provided by a relational database within a computer-readable storage device. In some embodiments, the production application operates in a production server within an online transaction processing framework, and reads the objects from the storage device, using the objects and associated information to produce a patient report.
Methods of the invention are extensible and new genomic features may be represented as they are introduced or discovered. An object can be used, for example, to represent an exon, intron, gene, open reading frame, epigenetically modified region, methylated sequence, regulatory region, promoter, splice site, protein motif, protein secondary structure, and non-coding region or any other such genomic region. Objects can be variants or variant relations, and variant relation objects can contain any number of objects including variant objects and other variant relation objects. In some embodiments, a variant object contains a description of a mutation, for example, as a systematic name with a numeral representing a distance from a start position, a specification of a mutation type, and one or more IUPAC characters representing nucleotides.
Information can be received from multiple different assay pipelines including, for example, next-generation-sequencing, multi-plex ligation dependent probe amplification analyses, biochemical analyses, or other such analyses. Information can be received that describes a novel mutation and the novel mutation can be included in the patient report. In some embodiments, novel mutations are fed back into the underlying database, either directly, or via a development environment, e.g., to be curated by geneticists. Novel mutation information can be stored in the database in the storage device for immediate inclusion or to be curated in a later stage.
In a related aspect, the invention provides a system for providing a description of variants in a patient's genome, the system having a processor and a computer-readable storage device. Stored instructions, when executed, cause the processor to receive genetic data representing mutations in an individual, retrieve from a database a first object with a description of a first mutation as a variant of a reference and a second object, itself having a description of the second mutation. The processor can determine a relationship between the mutations, and retrieve a third object including a description of the relationship. Each object is an instance of an abstract class of genomic feature and receives, via object oriented concepts relating to inheritance and polymorphisms, attributes of the abstract class. Use of these objects and concepts allows the system to represent a wide variety of different genomic constructs within a very simple and extensible design. This allows the system to provide variant reports with rich levels of semantic information for those genomic constructs within rapid turnaround times.
The production of patient reports according to embodiments of the invention draws upon a database of genetic information. Accordingly, aspects of the invention provide systems and methods for the use and development of a database.
In another aspect, the invention provides methods for building a database of variant descriptions by using a computer to provide an abstract class of genomic feature object. Mutations are described by creating variant objects as instances of the abstract class. Relations among mutations are described by creating variant relation objects, also instances of the abstract class. A variant relation object is itself a subclass of variant and further may contain one or more variants, including other variant relations. Descriptions of variants are represented in the database by objects such as one or more of the variant relation objects. As each object is an instance of the abstract class of genomic feature, each object inherits attributes from that class such as, for example, start position in genomic coordinate space. Using object-oriented concepts of polymorphism and composition, a relation object can be described as having one or more other objects (e.g., having a “has-a” relationship to other objects). Under these concepts, objects can be described as instances of the abstract class (e.g., having an “is-a” relationship to the abstract class).
Methods of constructing the database are provided that accommodate complex information. For example, additional variants can be added by creating new variant objects and additional relations can be added by creating new variant relation objects. Methods of the invention can be used to provide a relational database, for example, stored within a computer-readable storage device. Objects within the database can be branded with information showing the database version in which they appear. Methods further include releasing the branded objects to the production environment. Thus is provided a database that, when released to production, can be used to provide patient reports that include information pointing back to the database version upon which they were based.
In some embodiments, new versions of the database replace or supplement previous versions. For example, a database may include objects with description made in reference to human genome build 18 (hg18) and a subsequent database may be based on hg19. In certain embodiments however, a new version of the database includes the addition of new data to an existing version without overriding or modifying the existing version. In fact, extensibility is a hallmark of the methods and systems of the invention. For example, new types of genomic features, not yet included in the database, may be added without disrupting or changing the existing database contents.
In a related aspect, the invention provides systems for building a database of variant descriptions by using a computer to provide an abstract class of genomic feature object. Systems of the invention include a computer processor operable to create variant objects, each variant object being an instance of an abstract class of genomic feature object and including a description of a mutation. Each object can be stored in a computer storage device including a tangible, non-transitory, computer-readable medium. The processor is further operable to create relation objects. Each relation object is an instance of the abstract class of genomic feature object and may contain one or more genomic feature objects as well as a description of a relationship among the one or more genomic feature objects. Systems of the invention can then provide descriptions of variants based on at least one of the relation objects.
The invention generally relates to systems and methods for reporting genetic variants. Embodiments of the invention provide a database and interface application for use in a clinical environment to analyze genetic test results and produce a report describing a patient's genetic variants and their medical significance. The invention further includes systems and methods for developing a database of genetic information for use in production and research applications. In production, the invention can use an online transaction processing framework to access the database in real time to produce the patient report. Accurate and specific real-time transactions according to the invention allow for genetic testing, results analysis, and reporting with good turn around time (TAT), which supports medical practices to help treat patients in a cost-effective way.
Examining a patient may include ordering one or more genetic tests to obtain test results to be used in diagnosis and counseling. The invention may operate with any suitable results from genetic testing or with any genetic information format known in the art including, for example, results obtained from laboratory tests or from family history information. In certain embodiments, results are obtained by genetic testing.
Genetic testing, including DNA-based tests, involves techniques used to test for genetic disorders through the direct examination of nucleic acids. Other genetic tests include biochemical tests for such gene products as enzymes and other proteins and for microscopic examination of stained or fluorescent chromosomes.
Genetic tests may be used in a variety of circumstances or for a variety of purposes. For example, genetic testing includes carrier screening to identify unaffected individuals who carry one copy of a gene for a disease with a homozygous recessive genotype. Genetic testing can further include pre-implantation genetic diagnosis, prenatal diagnosis, newborn screening, genealogical testing, screening and risk-assessment for adult-onset disorders such as Huntington's, cancer or Alzheimer's disease, as well as forensic and identity testing.
Testing is sometimes used just after birth to identify genetic disorders that can be treated early in life. Newborn tests include tests for phenylketonuria and congenital hypothyroidism.
Genetic tests can be used to diagnose genetic or chromosomal conditions at any point in a person's life, to rule out or confirm a diagnosis. Carrier testing is used to identify people who carry one copy of a gene mutation that, when present in two copies, causes a genetic disorder. Prenatal testing is used to detect changes in a fetus's genes or chromosomes before birth.
Predictive testing is used to detect gene mutations associated with disorders that appear later in life. For example, testing for a mutation in BRCA1 can help identify people at risk for breast cancer. Pre-symptomatic testing can help identify those at risk for hemochromatosis.
Genetic testing further plays important roles in research. Researchers use existing lab techniques, as well as develop new ones, to study known genes, discover new genes, and understand genetic conditions.
At present, there are more than 1,000 different genetic tests available. Genetic tests can be performed using a biological sample such as blood, hair, skin, amniotic fluid, cheek swabs from a buccal smear, or other biological materials. Blood samples can be collected via syringe or through a finger-prick or heel-prick. Such biological samples are typically processed and sent to a laboratory. A number of genetic tests can be performed, including karyotyping, restriction fragment length polymorphism (RFLP) tests, biochemical tests, mass spectrometry tests such as tandem mass spectrometry (MS/MS), tests for epigenetic phenomenon such as patterns of nucleic acid methylation, and nucleic acid hybridization tests such as fluorescent in-situ hybridization. In certain embodiments, a nucleic acid is isolated and sequenced.
Nucleic acid template molecules (e.g., DNA or RNA) can be isolated from a sample containing other components, such as proteins, lipids and non-template nucleic acids. Nucleic acid can be obtained directly from a patient or from a sample such as blood, urine, cerebrospinal fluid, seminal fluid, saliva, sputum, stool and tissue. Any tissue or body fluid specimen may be used as a source for nucleic acid. Nucleic acid can also be isolated from cultured cells, such as a primary cell culture or a cell line. Generally, nucleic acid can be extracted, isolated, amplified, or analyzed by a variety of techniques such as those described by Green and Sambrook, Molecular Cloning: A Laboratory Manual (Fourth Edition), Cold Spring Harbor Laboratory Press, Woodbury, N.Y. 2,028 pages (2012); or as described in U.S. Pat. Nos. 7,957,913; 7,776,616; 5,234,809; U.S. Pub. 2010/0285578; and U.S. Pub. 2002/0190663.
Nucleic acid obtained from biological samples may be fragmented to produce suitable fragments for analysis. Template nucleic acids may be fragmented or sheared to desired length, using a variety of mechanical, chemical and/or enzymatic methods. Nucleic acid may be sheared by sonication, brief exposure to a DNase/RNase, hydroshear instrument, one or more restriction enzymes, transposase or nicking enzyme, exposure to heat plus magnesium, or by shearing. RNA may be converted to cDNA, e.g., before or after fragmentation. In one embodiment, nucleic acid from a biological sample is fragmented by sonication. Generally, individual nucleic acid template molecules can be from about 2 kb bases to about 40 kb, e.g., 6 kb-10 kb fragments.
A biological sample as described herein may be lysed, homogenized, or fractionated in the presence of a detergent or surfactant. The concentration of the detergent in the buffer may be about 0.05% to about 10.0%, e.g., 0.1% to about 2%. The detergent, particularly a mild one that is non-denaturing, can act to solubilize the sample. Detergents may be ionic (e.g., deoxycholate, sodium dodecyl sulfate (SDS), N-lauroylsarcosine, and cetyltrimethylammonium bromide) or nonionic (e.g., octyl glucoside, polyoxyethylene(9)dodecyl ether, digitonin, polysorbate 80 such as that sold under the trademark TWEEN by Uniqema Americas (Paterson, N.J.), (C14H22O(C2H4)n) sold under the trademark TRITON X-100 by Dow Chemical Company (Midland, Mich.), polidocanol, n-dodecyl beta-D-maltoside (DDM), or NP-40 nonylphenyl polyethylene glycol). A zwitterionic reagent may also be used in the purification schemes, such as zwitterion 3-14 and 3-[(3-cholamidopropyl) dimethyl-ammonio]-1-propanesulfonate (CHAPS). Urea may also be added. Lysis or homogenization solutions may further contain other agents, such as reducing agents. Examples of such reducing agents include dithiothreitol (DTT), β-mercaptoethanol, dithioerythritol (DTE), glutathione (GSH), cysteine, cysteamine, tricarboxyethyl phosphine (TCEP), or salts of sulfurous acid.
In various embodiments, the nucleic acid is amplified, for example, from the sample or after isolation from the sample. Amplification refers to production of additional copies of a nucleic acid sequence and is generally carried out using polymerase chain reaction (PCR) or other technologies known in the art. The amplification reaction may be any amplification reaction known in the art that amplifies nucleic acid molecules, such as PCR, nested PCR, PCR-single strand conformation polymorphism, ligase chain reaction (Barany, F., The Ligase Chain Reaction in a PCR World, Genome Research, 1:5-16 (1991); Barany, F., Genetic disease detection and DNA amplification using cloned thermostable ligase, PNAS, 88:189-193 (1991); U.S. Pat. Nos. 5,869,252; and 6,100,099), strand displacement amplification and restriction fragments length polymorphism, transcription based amplification system, rolling circle amplification, and hyper-branched rolling circle amplification. Further examples of amplification techniques that can be used include, but are not limited to, quantitative PCR, quantitative fluorescent PCR (QF-PCR), multiplex fluorescent PCR (MF-PCR), real time PCR (RTPCR), restriction fragment length polymorphism PCR (PCR-RFLP), in situ rolling circle amplification (RCA), bridge PCR, picotiter PCR, emulsion PCR, transcription amplification, self-sustained sequence replication, consensus sequence primed PCR, arbitrarily primed PCR, degenerate oligonucleotide-primed PCR, and nucleic acid based sequence amplification (NABSA). Amplification methods that can be used include those described in U.S. Pat. Nos. 5,242,794; 5,494,810; 4,988,617; and 6,582,938. In certain embodiments, the amplification reaction is PCR as described, for example, in Dieffenbach and Dveksler, PCR Primer, a Laboratory Manual, 2nd Ed, 2003, Cold Spring Harbor Press, Plainview, N.Y.; U.S. Pat. Nos. 4,683,195; and 4,683,202, hereby incorporated by reference. Primers for PCR, sequencing, and other methods can be prepared by cloning, direct chemical synthesis, and other methods known in the art. Primers can also be obtained from commercial sources such as Eurofins MWG Operon (Huntsville, Ala.) or Life Technologies (Carlsbad, Calif.).
With these methods, a single copy of a specific target nucleic acid may be amplified to a level that can be detected by several different methodologies (e.g., sequencing, staining, hybridization with a labeled probe, incorporation of biotinylated primers followed by avidin-enzyme conjugate detection, or incorporation of 32P-labeled dNTPs). Further, the amplified segments created by an amplification process such as PCR are, themselves, efficient templates for subsequent PCR amplifications. After any processing steps (e.g., obtaining, isolating, fragmenting, or amplification), nucleic acid can be sequenced.
Sequencing may be by any method known in the art. DNA sequencing techniques include classic dideoxy sequencing reactions (Sanger method) using labeled terminators or primers and gel separation in slab or capillary, sequencing by synthesis using reversibly terminated labeled nucleotides, pyrosequencing, 454 sequencing, Illumina/Solexa sequencing, allele specific hybridization to a library of labeled oligonucleotide probes, sequencing by synthesis using allele specific hybridization to a library of labeled clones that is followed by ligation, real time monitoring of the incorporation of labeled nucleotides during a polymerization step, polony sequencing, and SOLiD sequencing. Separated molecules may be sequenced by sequential or single extension reactions using polymerases or ligases as well as by single or sequential differential hybridizations with libraries of probes.
A sequencing technique that can be used includes, for example, use of sequencing-by-synthesis systems sold under the trademarks GS JUNIOR, GS FLX+ and 454 SEQUENCING by 454 Life Sciences, a Roche company (Branford, Conn.), and described by Margulies, M. et al., Genome sequencing in micro-fabricated high-density picotiter reactors, Nature, 437:376-380 (2005); U.S. Pat. Nos. 5,583,024; 5,674,713; and U.S. Pat. No. 5,700,673, the contents of which are incorporated by reference herein in their entirety. 454 sequencing involves two steps. In the first step of those systems, DNA is sheared into fragments of approximately 300-800 base pairs, and the fragments are blunt ended. Oligonucleotide adaptors are then ligated to the ends of the fragments. The adaptors serve as primers for amplification and sequencing of the fragments. The fragments can be attached to DNA capture beads, e.g., streptavidin-coated beads using, e.g., Adaptor B, which contains 5′-biotin tag. The fragments attached to the beads are PCR amplified within droplets of an oil-water emulsion. The result is multiple copies of clonally amplified DNA fragments on each bead. In the second step, the beads are captured in wells (pico-liter sized). Pyrosequencing is performed on each DNA fragment in parallel. Addition of one or more nucleotides generates a light signal that is recorded by a CCD camera in a sequencing instrument. The signal strength is proportional to the number of nucleotides incorporated. Pyrosequencing makes use of pyrophosphate (PPi) which is released upon nucleotide addition. PPi is converted to ATP by ATP sulfurylase in the presence of adenosine 5′ phosphosulfate. Luciferase uses ATP to convert luciferin to oxyluciferin, and this reaction generates light that is detected and analyzed.
Another example of a DNA sequencing technique that can be used is SOLiD technology by Applied Biosystems from Life Technologies Corporation (Carlsbad, Calif.). In SOLiD sequencing, genomic DNA is sheared into fragments, and adaptors are attached to the 5′ and 3′ ends of the fragments to generate a fragment library. Alternatively, internal adaptors can be introduced by ligating adaptors to the 5′ and 3′ ends of the fragments, circularizing the fragments, digesting the circularized fragment to generate an internal adaptor, and attaching adaptors to the 5′ and 3′ ends of the resulting fragments to generate a mate-paired library. Next, clonal bead populations are prepared in microreactors containing beads, primers, template, and PCR components. Following PCR, the templates are denatured and beads are enriched to separate the beads with extended templates. Templates on the selected beads are subjected to a 3′ modification that permits bonding to a glass slide. The sequence can be determined by sequential hybridization and ligation of partially random oligonucleotides with a central determined base (or pair of bases) that is identified by a specific fluorophore. After a color is recorded, the ligated oligonucleotide is removed and the process is then repeated.
Another example of a DNA sequencing technique that can be used is ion semiconductor sequencing using, for example, a system sold under the trademark ION TORRENT by Ion Torrent by Life Technologies (South San Francisco, Calif.). Ion semiconductor sequencing is described, for example, in Rothberg, et al., An integrated semiconductor device enabling non-optical genome sequencing, Nature 475:348-352 (2011); U.S. Pubs. 2009/0026082, 2009/0127589, 2010/0035252, 2010/0137143, 2010/0188073, 2010/0197507, 2010/0282617, 2010/0300559, 2010/0300895, 2010/0301398, and 2010/0304982, the content of each of which is incorporated by reference herein in its entirety. In ion semiconductor sequencing, DNA is sheared into fragments of approximately 300-800 base pairs, and the fragments are blunt ended. Oligonucleotide adaptors are then ligated to the ends of the fragments. The adaptors serve as primers for amplification and sequencing of the fragments. The fragments can be attached to a surface and are attached at a resolution such that the fragments are individually resolvable. Addition of one or more nucleotides releases a proton (H+), which signal is detected and recorded in a sequencing instrument. The signal strength is proportional to the number of nucleotides incorporated.
Another example of a sequencing technology that can be used is Illumina sequencing. Illumina sequencing is based on the amplification of DNA on a solid surface using fold-back PCR and anchored primers. Genomic DNA is fragmented, and adapters are added to the 5′ and 3′ ends of the fragments. DNA fragments that are attached to the surface of flow cell channels are extended and bridge amplified. The fragments become double stranded, and the double stranded molecules are denatured. Multiple cycles of the solid-phase amplification followed by denaturation can create several million clusters of approximately 1,000 copies of single-stranded DNA molecules of the same template in each channel of the flow cell. Primers, DNA polymerase and four fluorophore-labeled, reversibly terminating nucleotides are used to perform sequential sequencing. After nucleotide incorporation, a laser is used to excite the fluorophores, and an image is captured and the identity of the first base is recorded. The 3′ terminators and fluorophores from each incorporated base are removed and the incorporation, detection and identification steps are repeated. Sequencing according to this technology is described in U.S. Pub. 2011/0009278, U.S. Pub. 2007/0114362, U.S. Pub. 2006/0024681, U.S. Pub. 2006/0292611, U.S. Pat. Nos. 7,960,120, 7,835,871, 7,232,656, 7,598,035, 6,306,597, 6,210,891, 6,828,100, 6,833,246, and 6,911,345, each of which are herein incorporated by reference in their entirety.
Another example of a sequencing technology that can be used includes the single molecule, real-time (SMRT) technology of Pacific Biosciences (Menlo Park, Calif.). In SMRT, each of the four DNA bases is attached to one of four different fluorescent dyes. These dyes are phospholinked. A single DNA polymerase is immobilized with a single molecule of template single stranded DNA at the bottom of a zero-mode waveguide (ZMW). A ZMW is a confinement structure which enables observation of incorporation of a single nucleotide by DNA polymerase against the background of fluorescent nucleotides that rapidly diffuse in and out of the ZMW (in microseconds). It takes several milliseconds to incorporate a nucleotide into a growing strand. During this time, the fluorescent label is excited and produces a fluorescent signal, and the fluorescent tag is cleaved off. Detection of the corresponding fluorescence of the dye indicates which base was incorporated. The process is repeated.
Another example of a sequencing technique that can be used is nanopore sequencing (Soni, G. V., and Meller, A., Clin Chem 53: 1996-2001 (2007)). A nanopore is a small hole, of the order of 1 nanometer in diameter. Immersion of a nanopore in a conducting fluid and application of a potential across it results in a slight electrical current due to conduction of ions through the nanopore. The amount of current which flows is sensitive to the size of the nanopore. As a DNA molecule passes through a nanopore, each nucleotide on the DNA molecule obstructs the nanopore to a different degree. Thus, the change in the current passing through the nanopore as the DNA molecule passes through the nanopore represents a reading of the DNA sequence.
Another example of a sequencing technique that can be used involves using a chemical-sensitive field effect transistor (chemFET) array to sequence DNA (for example, as described in U.S. Pub. 2009/0026082). In one example of the technique, DNA molecules can be placed into reaction chambers, and the template molecules can be hybridized to a sequencing primer bound to a polymerase. Incorporation of one or more triphosphates into a new nucleic acid strand at the 3′ end of the sequencing primer can be detected by a change in current by a chemFET. An array can have multiple chemFET sensors. In another example, single nucleic acids can be attached to beads, and the nucleic acids can be amplified on the bead, and the individual beads can be transferred to individual reaction chambers on a chemFET array, with each chamber having a chemFET sensor, and the nucleic acids can be sequenced.
Another example of a sequencing technique that can be used involves using a electron microscope as described, for example, by Moudrianakis, E. N. and Beer M., in Base sequence determination in nucleic acids with the electron microscope, III. Chemistry and microscopy of guanine-labeled DNA, PNAS 53:564-71 (1965). In one example of the technique, individual DNA molecules are labeled using metallic labels that are distinguishable using an electron microscope. These molecules are then stretched on a flat surface and imaged using an electron microscope to measure sequences.
Sequencing generates a plurality of reads. Reads generally include sequences of nucleotide data less than about 150 bases in length, or less than about 90 bases in length. In certain embodiments, reads are between about 80 and about 90 bases, e.g., about 85 bases in length. In some embodiments, these are very short reads, i.e., less than about 50 or about 30 bases in length. After obtaining sequence reads, they can be assembled into sequence assemblies. Sequence assembly can be done by methods known in the art including reference-based assemblies, de novo assemblies, assembly by alignment, or combination methods. Assembly can include methods described in U.S. Pat. No. 8,209,130 titled Sequence Assembly, and co-pending U.S. patent application Ser. No. 13/494,616, both by Porecca and Kennedy, the contents of each of which are hereby incorporated by reference in their entirety for all purposes. In some embodiments, sequence assembly uses the low coverage sequence assembly software (LOCAS) tool described by Klein, et al., in LOCAS-A low coverage sequence assembly tool for re-sequencing projects, PLoS One 6(8) article 23455 (2011), the contents of which are hereby incorporated by reference in their entirety. Sequence assembly is described in U.S. Pat. Nos. 8,165,821; 7,809,509; 6,223,128; U.S. Pub. 2011/0257889; and U.S. Pub. 2009/0318310, the contents of each of which are hereby incorporated by reference in their entirety.
Nucleic acid sequencing, assembly, and analysis is but one assay pipeline of information compatible with the invention. The invention includes systems and methods that can use one or more different assay pipelines for genetic analysis. The invention further includes systems and methods adapted to operate with changing assay pipelines—i.e., certain pipelines may, over time, cease to be used in systems and methods of the invention, new assay pipelines may be introduced, suspended assay pipelines may be re-introduced, and existing assay pipelines may be transformed or repurposed as technology or demand changes. Nucleic acid sequencing embraces a plurality of different assay pipelines including those discussed above. The analytical targets of individual assay pipelines may overlap or not. For example, certain assay pipelines may be used to study one aspect of genetic information and a different assay pipeline may be used to re-study that aspect or to confirm a prior study (e.g., sequencing by Sanger dideoxy chain termination can complement IIlumina sequencing). Other assay pipelines for use with the invention include those suitable for use with the aims and methodologies described herein, such as the multiplex ligation-dependent probe amplification systems sold under the trademark MLPA by MRC-Holland (Amsterdam, the Netherlands), triplet-PCR, or other genotyping techniques.
Multiplex ligation-dependent probe amplification (MLPA) uses a pair of primer probe oligos, in which each oligo of the pair has a hybridization portion and a fluorescently-labeled primer portion. When the two oligos hybridize adjacent to each other on the target sequence, they are ligated by a ligase. The primer portions are then used to amplify the ligated probes. Resulting product is separated by electrophoresis, and the presence of fluorescent label at positions indicting the presence of target in the sample is detected. Using a single set of primers and hybridization portions for multiple targets, the analysis can be multiplexed. Such techniques can be used for quantitative detection of genomic deletions, duplications and point mutations. Multiplex ligation-dependent probe amplification discriminates sequences that differ even by a single nucleotide and can be used to detect known mutations. Methods for use in multiplex ligation-dependent amplification are described in Yau S C, et al., Accurate diagnosis of carriers of deletions and duplications in Duchenne/Becker muscular dystrophy by fluorescent dosage analysis, J Med Genet. 33(7):550-558 (1996); Procter M, et al., Molecular diagnosis of Prader-Willi and Angelman syndromes by methylation-specific melting analysis and methylation-specific multiplex ligation-dependent probe amplification, Clin Chem 52(7):1276-1283 (2006); Bunyan DJ, et al., Dosage analysis of cancer predisposition genes by multiplex ligation-dependent probe amplification, Br J Cancer 91(6):1155-1159 (2004); U.S. Pub. 2012/0059594; U.S. Pub. 2009/0203014; U.S. Pub. 2007/0161013; U.S. Pub. 2007/0092883; and U.S. Pub. 2006/0078894, the contents of which are hereby incorporated by reference in their entirety.
In some embodiments, assay pipelines make use of the triplet repeat primed PCR (TP-PCR) method to test for variant alleles. TP-PCR was developed to screen for expanded alleles in myotonic dystrophy as discussed in Warner J. P., et al., A general method for the detection of large CAG repeat expansions by fluorescent PCR, J Med Genet. 33(12):1022-1026 (1996). The PCR assay uses fluorescently labeled primer pairs in which one sits by a repeat and the other sits at any of multiple, repeated sites within a repeat. The results give a fluorescence trace ladder showing pathogenic repeats that cannot be amplified using flanking primers. TP-PCR is discussed in Ciotti, et al., Triplet repeat primed PCR (TP PCR) in molecular diagnostic testing for Friedreich ataxia, J Mol Diagn 6(4):285-289 (2004).
In certain embodiments, assay pipelines include restriction mapping analysis. With this method genomic DNA is digested with a restriction enzyme and analyzed on an electrophoresis gel or with a Southern blot to determine the presence or absence of a polymorphism that changes the recognition site for the restriction enzyme. This method can also be used to determine the presence or absence of SNP or indel variants by observing the lengths of the resulting DNA fragments. Restriction analysis is discussed in U.S. Pub. 2007/0042369.
Other assay pipelines include methods for detecting genetic markers at a site known to be associated with a genetic condition. Genetic markers can be detected using various tagged oligonucleotide hybridization technologies using, for example, microarrays or other chip-based or bead-based arrays. In some embodiments, a sample from an individual is tested simultaneously for multiple (e.g., thousands) genetic markers. Microarray analysis allows for the detection of abnormalities at a high level of resolution. An array such as an SNP array allows for increased resolution to detect copy number changes while also allowing for copy neutral detection (for both uniparental disomy and consanguinity). Detecting variants through arrays or marker hybridization is discussed, for example, in Schwartz, S., Clinical utility of single nucleotide polymorphism arrays, Clin Lab Med 31(4):581-94 (2011); Li, et al., Single nucleotide polymorphism genotyping and point mutation detected by ligation on microarrays, J Nanosci Nanotechnol 11(2):994-1003 (2011). Reverse dot blot arrays can be used to detect autosomal recessive disorders such as thalassemia and provide for genotyping of wild-type and thalassemia DNA using chips on which allele-specific oligonucleotide probes are immobilized on membrane (e.g., nylon). Assay pipelines can include array-based tests such as those described in Lin, et al., Development and evaluation of a reverse dot blog assay for the simultaneous detection of common alpha and beta thalassemia in Chinese, Blood Cells Mol Dis 48(2):86-90 (2012); Jaijo, et al., Microarray-based mutation analysis of 183 Spanish families with Usher syndrome, Invest Ophthalmol Vis Sci 51(3):1311-7 (2010); and Oliphant A. et al., BeadArray technology: enabling an accurate, cost-effective approach to high-throughput genotyping, Biotechniques Supp1:56-8, 60-1 (2002). DNA arrays in genetic diagnostics are discussed further in Yoo, et al., Applications of DNA microarray in disease diagnostics, J Microbiol Biotechnol 19(7):635-46 (2009); U.S. Pat. No. 6,913,879; U.S. Pub. 2012/0179384; and U.S. Pub. 2010/0248984, the contents of which are hereby incorporated by reference in their entirety.
Any assay pipeline can be initiated. For example, a variant (e.g., an SNP or indel) can be identified using oligonucleotide ligation assay in which two probes are hybridized over an SNP and are ligated only if identical to the target DNA, one of which has a 3′ end specific to the target allele. The probes are only hybridized in the presence of the target. Product is detected by gel electrophoresis, MALDI-TOF mass spectrometry, or by capillary electrophoresis. This assay has been used to report 11 unique cystic fibrosis alleles. Schwartz, et al., Identification of cystic fibrosis variants by polymerase chain reaction/oligonucleotide ligation assay, J Mol Diag 11(3):211-215 (2009). Oligonucleotide ligation assay for use in pipelines is described further in U.S. Pub. 2008/0076118 and U.S. Pub. 2002/0182609, the contents of which are hereby incorporated by reference in their entirety.
Assay pipelines generally provide results that include a description of a patient's genetic information. That information can be an identification of a mutation, or variant, of a known gene or other genetic region. For example, in some embodiments, result information includes a sequence listing of part of a patient's genes. In certain embodiments, the results are provided as, for example, a gene sequence file (e.g., a FASTA file).
In some embodiments, results are provided according to a systematic nomenclature. For example, a variant can be described by a systematic comparison to a specified reference which is assumed to be unchanging and identified by a unique label such as a name or accession number. For a given gene, coding region, or open reading frame, the A of the ATG start codon is denoted nucleotide +1 and the nucleotide 5′ to +1 is −1 (there is no zero). A lowercase g, c, or m prefix, set off by a period, indicates genomic DNA, cDNA, or mitochondrial DNA, respectively.
A systematic name can be used to describe a number of variant types including, for example, substitutions, deletions, insertions, and variable copy numbers. A substitution name starts with a number followed by a “from to” markup. Thus, 199A>G shows that at position 199 of the reference sequence, A is replaced by a G. A deletion is shown by “del” after the number. Thus 223delT shows the deletion of T at nt 223 and 997-999del shows the deletion of three nucleotides (alternatively, this mutation can be denoted as 997-999delTTC). In short tandem repeats, the 3′ nt is arbitrarily assigned; e.g. a TG deletion is designated 1997-1998delTG or 1997-1998del (where 1997 is the first T before C). Insertions are shown by ins after an interval. Thus 200-201insT denotes that T was inserted between nts 200 and 201. Variable short repeats appear as 997(GT)N-N′. Here, 997 is the first nucleotide of the dinucleotide GT, which is repeated N to N′ times in the population.
Variants in introns can use the intron number with a positive number indicating a distance from the G of the invariant donor GU or a negative number indicating a distance from an invariant G of the acceptor site AG. Thus, IVS3+1C>T shows a C to T substitution at nt +1 of intron 3. In any case, cDNA nucleotide numbering may be used to show the location of the mutation, for example, in an intron. Thus, c.1999+1C>T denotes the C to T substitution at nt +1 after nucleotide 1997 of the cDNA. Similarly, c.1997−2A>C shows the A to C substitution at nt −2 upstream of nucleotide 1997 of the cDNA. When the full length genomic sequence is known, the mutation can also be designated by the nt number of the reference sequence.
Relative to a reference, a patient's genome may vary by more than one mutation, or by a complex mutation that is describable by more than one character string or systematic name. The invention further provides systems and methods for describing more than one variant using a systematic name. For example, two mutations in the same allele can be listed within brackets as follows: [1997G>T; 2001A>C]. Systematic nomenclature is discussed in Antonarakis and the Nomenclature Working Group, Recommendations for a nomenclature system for human gene mutations, Human Mutation 11:1-3 (1998).
Assay pipelines produce data that represent one or more mutations. These data are received and a computer application can be used to process the data, determine the relationships among the variants, and to prepare a patient report. The computer application can produce the report by making use of a variant database. As described herein, a variant database according to the invention can include medical information for reporting that is associated with variants, relationships among variants, or both. The computer application produces the report in a transaction that includes accessing those database records that are indicated by the processed, interpreted pipeline results.
A variant database according to the invention allows for rapid transaction turn-around-times for patient report production by employing a novel structure to store and describe variants. In accordance with the invention, individual variants are stored and relationships among variants are stored that use the related variants without needing to duplicate or modify the stored variants.
In certain embodiments, the invention uses the object-oriented principles of abstraction, inheritance, polymorphism, and containment. For example, the invention uses abstraction to represent nearly every feature of a chromosome as an abstract class of genomic feature. The abstract class of genomic feature can be created having one or more attributes or operations (sometimes called methods). For example, in some embodiments, as shown in
Among subclasses of a superclass, the different attributes or methods of the different subclasses confer polymorphic properties on the subclasses. For example, exon and intron may each be a subclass of genomic feature (and instances of each may be contained by a gene subclass—the containment relation is not pictured in
As shown in
In certain embodiments, object-oriented concepts of composition are used to provide descriptions of variants. An insight of the invention is that, while many classes of genomic features can be described by an “is-a” relationship to a superclass (e.g., an exon is a genomic feature, a gene is a genomic feature, GH1 is a gene), some genomic features are suited to being described through a “has-a” relationship. For example, the GH1 gene has 5 exons and 4 introns and could be described as a gene object containing 5 exon objects and 4 intron objects. Note here that, since the gene is contained in a chromosome genomic feature object, the exon and intron objects are thus also contained in the chromosome genomic feature object. (Further note that an object can be contained in, or had by, multiple objects. For example, if it is desired to describe a gene cloned into a plasmid, a plasmid genomic feature object can contain the gene object without disturbing the containment of that gene object by a chromosomal gene object.) Thus the invention uses composition or containment relationships (i.e., “has-a” relationships) along with the is-a hierarchy to produce multiple levels of ownership relationships.
Embodiments of the invention implement a three-level supertype-subtype hierarchy, as shown in
In certain embodiments, each level of the hierarchy may be represented by a corresponding table, and those tables can be joined by parent-child one-to-one relationships through foreign keys. Thus, in some embodiments, genomic feature, variant, and SNPandSmallInsOrDel (for single nucleotide polymorphism (SNP) or a small insertion or deletion) exist as three separate tables that are joined by parent-child one-to-one relationships through foreign keys. The actual physical mappings can be various and other table to data mappings are within the scope of the invention.
Since variant is a supertype, it can have attributes and methods specific to variants and how they relate to other objects. For example, the variant class can have an alias attribute so that each object that is a variant has an alias attribute. The alias attribute can be used to capture names for variants, such as the common descriptive names reported in the literature. Further, the variant class can contain attributes related to medical significance or pathogenicity (e.g., pathogenic, predicted pathogenic, etc.) and supporting references to supporting literature to be drawn on in providing evidence for, and supporting, the patient report produced by systems and methods of the invention.
One feature of the design is provided by making the variant relation a subtype of variant such that each variant relation is-a variant.
Accordingly, the invention provides systems and methods for the production of reports that include descriptions of genetic variants for a patient and information significant by virtue of relationships among variants therein. For example, a mutation may be found within a human mitochondrial genome (e.g., m.593T>C) that is not reported to have clinical statistical significance on its own. An SNP object can store this as a variant. Where the literature has reported that this variant with another variant (i.e., m.11778G>A) exhibits a synergistic effect on the severity of Leber's hereditary optic neuropathy (LHON), a variant relation object can be created containing the m.593T>C variant object and the m.11778G>A variant object, and the variant relation object can include the reporting information such as the results described in Zhang, et al., Is mitochondrial tRNAphe variant m.593T>C a synergistically pathogenic mutation in Chinese LHON families with m.11778G>A?, PLoS ONE 6(10):e26511 (2011).
As another illustrative example, people who have two mutated copies of the BRCA2 gene are reported to be susceptible to Fanconi anemia. While not all variants within the BRCA2 gene are detrimental, there are a number of different known variants that are known to be detrimental. Further, the BRCA2 protein requires the protein products of the CHK2 and FANCD2 genes, so mutations in those genes can—when present in combination with certain variants in the BRCA2 gene—be oncogenic (see, e.g., Yoshida, K., and Miki, Y., Role of BRCA1 and BRCA2 as regulators of DNA repair, transcription, and cell cycle in response to DNA damage, Cancer Sci 95(11):866-71 (2004); Friedenson, B., BRCA1 and BRCA2 pathways and the risk of cancers other than breast or ovarian, Med Gen Med 7(2):60 (2005).) Here, a number of variants are known and combinations of those variants are known, or suspected to be, either pathogenic or benign. Each known pathogenic combination can be represented by a variant relation that contains the relevant variants as well as supporting documentation from the literature.
Thus it can be seen that systems and methods of the invention can capture various types of associations among variants including, for example, variants in cis, recessive homozygous, complex combinations, and mitochondrial variants. Further associations that can be captured include heterozygosity (or loss of heterozygosity), for example, in somatic cells. In some embodiments, a variant relationship can be used to represent heterozygosity in non Mendelian frequencies such as, for example, 33%, 10%, 1%, or 0.01%.
Variant relation objects can be used to describe many combinations and associations of variant objects (which include other variant relation objects) thus providing a mechanism for systems and methods of the invention to tailor reporting to the real-world semantic relationship among genetic information.
It is noted here that
A variant database according to the invention can be used to report complex genetic relationships in a nimble, dynamic fashion. New information can be introduced by instantiating new objects without disrupting the existing structure or data. It will be appreciated that a number of genetic variants can produce many combinations For example, where a bi-allelic (A or B) diploid locus and a tri-allelic (C, D, or E) diploid locus are proximal to one another in, for example, a gene, an individual may have any of six genotypes (AC, AD, AE, BC, BD, or BE) on either chromosome for a total of 21 diploid genotypes. However, a number of variant types, such as polynucleotide repeats and copy number variants, can have numerous alleles. Further, the number of variants associated with clinical significance, be they SNPs, indels, polyN variants, etc., is large and ever-growing. The invention allows for agile reporting of the known clinical significance of combinations of the variants.
Cystic fibrosis is a genetic disease affecting the lungs caused by mutations in the cystic fibrosis transmembrane conductance receptor (CFTR) gene located on the long arm of chromosome 7. Over 1,500 mutations, or variants, of the gene are known. One class of mutations includes R117H (i.e., c.350G>A based on GenBank cDNA reference sequence NM—000492.3) and interferes with normal ion transport. The phenotypic consequences of R117H may be attributable to the presence of a poly-T variant in the acceptor splice site of intron 8 of CFTR in cis with R117H. Common variants of this poly-T site are T5, T7, and T9 and evidence supports the role of T5 in pathogenic alternate splicing or exon skipping. Aspects of the genetics of cystic fibrosis are discussed in Rowntree and Harris, The phenotypic consequences of CFTR mutations, Ann Hum Gen 67:471-485 (2003); Thauvin-Robinet, et al., The very low penetrance of cystic fibrosis for the R117H mutation: a reappraisal for genetic counseling and newborn screening, J Med Genet 46:752-758 (2009); and Kreindler, Cystic fibrosis: exploiting its genetic basis in the hunt for new therapies, Pharmacol Ther 125(2):219-229 (2010), the contents of each of which are hereby incorporated by reference in their entirety.
The relation among the R117H variant, the T5 variant, the T7 variant, and the T9 variant can be illustrated using the concepts illustrated by the diagram shown in
For example, since R117H represents as a single nucleotide polymorphism in which an adenine is substituted for a guanine at the position represented by nucleotide 350 of the cDNA sequence represented in GenBank by reference number NM—000492.3, systems and methods of the invention create a variant object 537 that has an “is-a” relationship 535 with an SNP:Variant class 533 that itself has an “is-a” relationship 531 with the abstract class 513. That is, variant 537 is an instance of class 513. Similarly, a variant object is created for the T5 variant as an instance of a class of PolyT:Variant that is a subclass of abstract class 513. Objects are also created for the T7 and T9 variants. Where a result indicates that a patient has a genotype that is homozygous for T5, a T5/T5 variant relation 509 is created. Further, systems and methods of the invention can create a R117H T5/T5 variant relation object 505 that contains 507 the variant object 537 and the T5/T5 variant relation 509. Note that variant relation object 505 also is 517 itself an instance of the abstract class of genomic feature 513. Systems and methods of the invention can thus be used to produce a report 501 that contains 503 the R117H T5/T5 variant relation object 505 and thus provides a description of genetic variants for a patient.
It should further be appreciated that the label R117H refers to an amino acid substitution. Here, if either the amino acid substitution or the nucleotide variant (e.g., c.350G>A) is included, object 537 can still be instantiated and, further, relation 505 could use either an amino acid variant object or a corresponding nucleotide variant object. In certain embodiments, a computer application interprets the amino acid string to instantiate a nucleotide variant object.
Using the object hierarchy as discussed above, assay pipeline data is used to create a genotypic model in a production environment. A variant in the data is identified (e.g., by comparison to a reference such as hg18) and a variant object is invoked. As needed, other variant objects are invoked, each containing the data from the assay pipeline. Based on the assay pipeline to reference comparison, the relationships among the variants are invoked as relation objects from the database and the associated text or content is provided in a report.
Systems and methods of the invention provide for numerous such transactions with rapid turn-around times by using and re-using the objects provided by a database. Using techniques associated with online transaction processing, systems and methods of the invention can rapidly provide reports based on incoming assay pipeline data requiring a complex array of relationships among the underlying variants.
Making reference to
Systems and methods of the invention are provided to handle relations among variants much more complex than those represented in
Thus, with the addition of T6, for example, existing files, queries, sort orders, or look-up keys need not be modified. See, for example, Huang, et al., Comparative analysis of common CFTR polymorphisms poly-T, TG-repeats and M470V in a healthy Chinese population, World J Gastroenterol 14(12):1925-30 (2008). If an assay pipeline gave results indicating a R117H T6/T9 variant, with T6 not yet represented, applications of the invention can be operated to invoke and create a new variant object, inheriting attributes and methods from the abstract class of genomic feature. Then, R117H is fetched and T9 is fetched; a T6/T9 relationship is instantiated and made to contain the new T6 variant and the existing T9 variant. The T6/T9 relation object and the R117H object are related by a relation object that is then created. In certain embodiment, a physician in the production environment can then cause the new objects to be contributed to the database, either directly or by transmitting the new objects to the development environment where they are further curated by geneticists. The physician or geneticists may further contribute clinically significant information, for example, to either the T6 variant object, the new R117H T6/T9 relation object, or both (referencing, for example, Huang 2008). Based on objects in the database, or newly created objects as-needed, the application provides a description of genetic variants for a patient by producing a report containing material associated with the appropriate variant relation or variant objects.
Further, implementations of systems of the invention are extensible using, for example, multiple parallel processors or storage virtualization devices such as redundant arrays of independent disks (RAID memory), as discussed in more detail below. Accordingly, systems and methods of the invention can support a high number of contemporaneous users and transactions.
In some embodiments, implementations of the invention benefit from high throughput use by exploiting high volumes of transactions to support the growth of the underlying substantive contents of the database. For example, every novel variant or relation can be tagged—given appropriate anonymization and informed consent. Thus input of a new variant and associated information via the curation of incoming results makes that new variant, associated information, and containing relationships available. In some embodiments, new variants are made available substantially immediately (e.g., data is anonymized and released into production). Moreover, where the subject genetic information relates to an infectious agent and not to genetic information of a patient (e.g., the genetic information concerning variants of anthrax or West Nile virus), there may be clinically significant genetic information that does not required patient consent or other regulatory compliance for shared use, and embodiments of the invention may provide rapid, global bio-threat response tools. Further, embodiments of the invention may be implemented in a distributed pattern, with system users working in different buildings or even cities to curate results or generate reports as ordered by medical professionals.
As discussed herein, embodiments of the invention are disclosed suitable for deployment in a clinical environment. In some embodiments, systems and methods of the invention receive assay pipeline results from laboratories via laboratory information management systems (LIMS) and use a production terminal to present a dashboard interface engine for use by a system user to review and finalize reports.
A LIMS (Laboratory Information Management System) is shown in
Due to the assay pipeline integration, the disclosed system accommodates both automatically derived and manually entered results over a wide range of assays. For example, the system automatically analyzes NGS results (e.g., from the Illumina HiSeq DNA sequencer) using an NGS assay pipeline shown in
In some embodiments, variants are picked up from the variant database for the NGS assay pipeline processing shown in the top assay pipeline in
Each result module depicted on the right side of
As results are processed, the variant database data representation drives the user interface and results amalgamation for generation of a patient report. The patient report may be generated by a report generation module, which can be triggered by a laboratory director's approval event from the lab director dashboard. In some embodiments, the system automates one or more reporting category selection, e.g., for deterministic situations where a negative result is indisputable. In certain embodiments, in some cases, the system assists the laboratory director in making an informed choice on patient results. Further, systems and methods of the invention combine results as needed from assay pipelines and generate a composite report, which can then be inspected or approved by a laboratory director or physician. Report generation uses the variant data to report the variant seen on the patient report. Moreover, the variant data model of the invention enables identification of the variant irrespective of the type of assay used for the experiment.
In some embodiments, a database application is developed in Perl (e.g., optionally using BioPerl). Object-oriented development in Perl is discussed in Tisdall, Mastering Perl for Bioinformatics, O'Reilly & Associates, Inc., Sebastopol, CA 2003. In some embodiments, a database application, database, and production application are developed using BioPerl, a collection of Perl modules that allows for object-oriented development of bioinformatics applications. BioPerl is available for download from the website of the Comprehensive Perl Archive Network (CPAN). See also Dwyer, Genomic Perl, Cambridge University Press (2003) and Zak, CGI/Perl, 1st Edition, Thomson Learning (2002).
In certain embodiments, applications and databases are developed using Java and optionally the BioJava collection of objects, developed at EBI/Sanger in 1998 by Matthew Pocock and Thomas Down. BioJava provides an application programming interface (API) and is discussed in Holland, et al., BioJava: an open-source framework for bioinformatics, Bioinformatics 24(18):2096-2097 (2008). Programming in Java is discussed in Liang, Introduction to Java Programming, Comprehensive (8th Edition), Prentice Hall, Upper Saddle River, N.J. (2011) and in Poo, et al., Object-Oriented Programming and Java, Springer Singapore, Singapore, 322 p. (2008).
Applications and databases of the invention can be developed using the Ruby programming language and optionally BioRuby, Ruby on Rails, or a combination thereof. Ruby or BioRuby can be implemented in Linux, Mac OS X, and Windows as well as, with JRuby, on the Java Virtual Machine, and supports object oriented development. See Metz, Practical Object-Oriented Design in Ruby: An Agile Primer, Addison-Wesley (2012) and Goto, et al., BioRuby: bioinformatics software for the Ruby programming language, Bioinformatics 26(20):2617-2619 (2010).
Systems and methods of the invention can be developed using the Groovy programming language and the web development framework Grails. Grails is an open source model-view-controller (MVC) web framework and development platform that provides domain classes that carry application data for display by the view. Grails domain classes can generate the underlying database schema. Grails provides a development platform for applications including web applications, as well as a database and an object relational mapping framework called Grails Object Relational Mapping (GORM). The GORM can map objects to relational databases and represent relationships between those objects. GORM relies on the Hibernate object-relational persistence framework to map complex domain classes to relational database tables. Grails further includes the Jetty web container and server and a web page layout framework (SiteMesh) to create web components. Groovy and Grails are discussed in Judd, et al., Beginning Groovy and Grails, Apress, Berkeley, Calif., 414 p. (2008); Brown, The Definitive Guide to Grails, Apress, Berkeley, Calif., 618 p. (2009).
One skilled in the art will recognize that different aspects or components of the invention may be developed or implemented using any of, or a combination of, development languages and environments such as those discussed herein. A development application can be developed using object-oriented techniques to describe variants based on entries in a development database with an object-oriented design and corresponding relational database schema.
In certain embodiments, the implementation of the development database uses the object-oriented (OO) principles of abstraction, inheritance, polymorphism, and containment, as discussed above. The development database (e.g., stored in development storage 269) thus provides an abstract class of genomic feature object. Development application 251 can be used to create variant objects, each being an instance of the abstract class of genomic feature object and comprising a description of a mutation. The data can be received via network 223 from, for example, assay pipelines 211, assay pipelines 215 and analysis system 225, production application 231, or research application server 241. Development geneticists or other personnel can input information about variants as data using development terminal 217 having memory 221 coupled to processor 219.
As shown in
Novel variants of any characterization, e.g., pathogenic, suspected pathogenic, benign, etc. can be automatically added to the variant database as a new variant by the assay pipeline. Variants added in the production environment can be labeled or identified according to the clinic, lab, or enterprise providing the information. Existing or novel variants and relation objects can be tracked further using production information relation to frequency (i.e., number of times observed in individuals, possibly by ethnicity). Over time, genetic researchers or other parties can vet new data for potential inclusion into subsequent development versions and thus into the production instance of the database (step 3 in
Turning back to
While the storage, terminals, analytical systems, and servers are shown in
In certain embodiments, as shown, for example, in
With the development database thus created and populated, it can be released into production (i.e., step 3 in
While described generally in terms of on-line transaction processing (OLTP), it will be appreciated that embodiments of the invention further may be employed in on-line analytical processing (OLAP) and decision support systems (DSS). For example, in some embodiments, research application server 241 and research storage 265 provide a DSS/OLAP system.
By providing descriptions of variants in an agile, OLTP framework based on an object-oriented relational database schema, systems and methods of the invention can reliably and rapidly produce patient reports as assay pipeline results are obtained. Patient reports can include information about known and novel mutations, including mutations known to be, or suspected to be, disease associated. In certain embodiments, systems and methods of the invention are used to produce patient reports based on variants and relations among them in a patient's genome and to provide diagnostic, prognostic, or treatment information about associated medical conditions. Database records and patient reports can contain information relating to a variety of conditions including, for example, cancer, cystic fibrosis, Tay-Sachs disease, Canavan disease, fragile X, familial dysautonomia, Bloom syndrome, Fanconi anemia group C, Gaucher disease, mucolipidosis type IV, Niemann-Pick disease type A, spinal muscular atrophy (SMA), Sickle cell anemia, Thalassemia, or novel mutations.
Other embodiments are within the scope and spirit of the invention. For example, due to the nature of software, functions described above can be implemented using software, hardware, firmware, hardwiring, or combinations of any of these. Features implementing functions can also be physically located at various positions, including being distributed such that portions of functions are implemented at different physical locations.
As one skilled in the art would recognize as necessary or best-suited for performance of the methods of the invention, systems of the invention include one or more processors (e.g., a central processing unit (CPU), a graphics processing unit (GPU), etc.), computer-readable storage devices (e.g., main memory, static memory, etc.), or combinations thereof which communicate with each other via a bus.
In an exemplary embodiment shown in
Steps of the invention may be performed using development application server 251, production application server 231, research application server 241, or a combination thereof. Each server may be engaged over network 223, or directly, to each other or one of terminal 201 or 217. Preferably, production data is segregated from research data or development data. In fact, one benefit of systems structured according to embodiments disclosed herein is that the inherent structural segregation of research, development, and production components of the system facilitate segregation of the data. This allows, for example, the production application to operate without raising regulatory complexities that may be associated with some patient data.
Systems of the invention may include one or more computers. For example, any of the terminals, servers, and storage devices depicted in
A processor may be any suitable processor such as the microprocessor sold under the trademark XEON E7 by Intel (Santa Clara, Calif.) or the microprocessor sold under the trademark OPTERON 6200 by AMD (Sunnyvale, Calif.).
A computer-readable storage device (e.g., memory 207, 221, 237, 247, 257, or 229 or any of storage 261, 265, or 269 in
Input/output devices according to the invention may include a video display unit (e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT) monitor), an alphanumeric input device (e.g., a keyboard), a cursor control device (e.g., a mouse or trackpad), a disk drive unit, a signal generation device (e.g., a speaker), a touchscreen, an accelerometer, a microphone, a cellular radio frequency antenna, and a network interface device, which can be, for example, a network interface card (NIC), Wi-Fi card, or cellular modem.
References and citations to other documents, such as patents, patent applications, patent publications, journals, books, papers, web contents, have been made throughout this disclosure. All such documents are hereby incorporated herein by reference in their entirety for all purposes.
Various modifications of the invention and many further embodiments thereof, in addition to those shown and described herein, will become apparent to those skilled in the art from the full contents of this document, including references to the scientific and patent literature cited herein. The subject matter herein contains important information, exemplification and guidance that can be adapted to the practice of this invention in its various embodiments and equivalents thereof.
This application claims priority to and the benefit of Provisional U.S. Patent Application Ser. No. 61/621,779, filed on Apr. 9, 2012, the entire contents of which are incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
4683195 | Mullis et al. | Jul 1987 | A |
4683202 | Mullis | Jul 1987 | A |
4988617 | Landegren et al. | Jan 1991 | A |
5234809 | Boom et al. | Aug 1993 | A |
5242794 | Whiteley et al. | Sep 1993 | A |
5494810 | Barany et al. | Feb 1996 | A |
5583024 | McElroy | Dec 1996 | A |
5604097 | Brenner | Feb 1997 | A |
5636400 | Young | Jun 1997 | A |
5674713 | McElroy | Oct 1997 | A |
5695934 | Brenner | Dec 1997 | A |
5700673 | McElroy | Dec 1997 | A |
5701256 | Marr et al. | Dec 1997 | A |
5830064 | Bradish et al. | Nov 1998 | A |
5846719 | Brenner et al. | Dec 1998 | A |
5863722 | Brenner | Jan 1999 | A |
5866337 | Schon | Feb 1999 | A |
5869252 | Bouma et al. | Feb 1999 | A |
5871921 | Landegren et al. | Feb 1999 | A |
5993611 | Moroney, III et al. | Nov 1999 | A |
6100099 | Gordon et al. | Aug 2000 | A |
6138077 | Brenner | Oct 2000 | A |
6150516 | Brenner et al. | Nov 2000 | A |
6172214 | Brenner | Jan 2001 | B1 |
6172218 | Brenner | Jan 2001 | B1 |
6197508 | Stanley | Mar 2001 | B1 |
6210891 | Nyren et al. | Apr 2001 | B1 |
6223128 | Allex et al. | Apr 2001 | B1 |
6235472 | Landegren et al. | May 2001 | B1 |
6235475 | Brenner et al. | May 2001 | B1 |
6235501 | Gautsch et al. | May 2001 | B1 |
6258568 | Nyren | Jul 2001 | B1 |
6274320 | Rothberg et al. | Aug 2001 | B1 |
6306597 | Macevicz | Oct 2001 | B1 |
6352828 | Brenner | Mar 2002 | B1 |
6361940 | Van Ness et al. | Mar 2002 | B1 |
6403320 | Read et al. | Jun 2002 | B1 |
6489105 | Matlashewski et al. | Dec 2002 | B1 |
6558928 | Landegren | May 2003 | B1 |
6582938 | Su et al. | Jun 2003 | B1 |
6714874 | Myers et al. | Mar 2004 | B1 |
6719449 | Laugharn, Jr. et al. | Apr 2004 | B1 |
6818395 | Quake et al. | Nov 2004 | B1 |
6828100 | Ronaghi | Dec 2004 | B1 |
6833246 | Balasubramanian | Dec 2004 | B2 |
6858412 | Willis et al. | Feb 2005 | B2 |
6911345 | Quake et al. | Jun 2005 | B2 |
6913879 | Schena | Jul 2005 | B1 |
6948843 | Laugharn, Jr. et al. | Sep 2005 | B2 |
7034143 | Preparata et al. | Apr 2006 | B1 |
7041481 | Anderson et al. | May 2006 | B2 |
7049077 | Yang | May 2006 | B2 |
7057026 | Barnes et al. | Jun 2006 | B2 |
7071324 | Preparata et al. | Jul 2006 | B2 |
7074564 | Landegren | Jul 2006 | B2 |
7115400 | Adessi et al. | Oct 2006 | B1 |
7169560 | Lapidus et al. | Jan 2007 | B2 |
7211390 | Rothberg et al. | May 2007 | B2 |
7232656 | Balasubramanian et al. | Jun 2007 | B2 |
7244559 | Rothberg et al. | Jul 2007 | B2 |
RE39793 | Brenner | Aug 2007 | E |
7264929 | Rothberg et al. | Sep 2007 | B2 |
7282337 | Harris | Oct 2007 | B1 |
7297518 | Quake et al. | Nov 2007 | B2 |
7320860 | Landegren et al. | Jan 2008 | B2 |
7323305 | Leamon et al. | Jan 2008 | B2 |
7335762 | Rothberg et al. | Feb 2008 | B2 |
7351528 | Landegren | Apr 2008 | B2 |
7393665 | Brenner | Jul 2008 | B2 |
7510829 | Faham et al. | Mar 2009 | B2 |
7537897 | Brenner et al. | May 2009 | B2 |
7544473 | Brenner | Jun 2009 | B2 |
7582431 | Drmanac et al. | Sep 2009 | B2 |
7598035 | Macevicz | Oct 2009 | B2 |
7666593 | Lapidus | Feb 2010 | B2 |
7700323 | Willis et al. | Apr 2010 | B2 |
7776616 | Heath | Aug 2010 | B2 |
RE41780 | Anderson et al. | Sep 2010 | E |
7790388 | Landegren et al. | Sep 2010 | B2 |
7809509 | Milosavljevic | Oct 2010 | B2 |
7835871 | Kain et al. | Nov 2010 | B2 |
7862999 | Zheng et al. | Jan 2011 | B2 |
7865534 | Chandra et al. | Jan 2011 | B2 |
7883849 | Dahl | Feb 2011 | B1 |
7957913 | Chinitz | Jun 2011 | B2 |
7960120 | Rigatti et al. | Jun 2011 | B2 |
7993880 | Willis et al. | Aug 2011 | B2 |
8024128 | Rabinowitz | Sep 2011 | B2 |
8165821 | Zhang | Apr 2012 | B2 |
8209130 | Kennedy | Jun 2012 | B1 |
20010007742 | Landergren | Jul 2001 | A1 |
20010046673 | French et al. | Nov 2001 | A1 |
20020001800 | Lapidus | Jan 2002 | A1 |
20020164629 | Quake et al. | Nov 2002 | A1 |
20020182609 | Arcot | Dec 2002 | A1 |
20020187496 | Andersson et al. | Dec 2002 | A1 |
20020190663 | Rasmussen | Dec 2002 | A1 |
20030166057 | Hildebrand et al. | Sep 2003 | A1 |
20030177105 | Xiao et al. | Sep 2003 | A1 |
20030203370 | Yakhini et al. | Oct 2003 | A1 |
20030224384 | Sayood et al. | Dec 2003 | A1 |
20040106112 | Nilsson et al. | Jun 2004 | A1 |
20040142325 | Mintz et al. | Jul 2004 | A1 |
20040152108 | Keith et al. | Aug 2004 | A1 |
20040209299 | Pinter et al. | Oct 2004 | A1 |
20050026204 | Landegren | Feb 2005 | A1 |
20050032095 | Wigler et al. | Feb 2005 | A1 |
20050048505 | Fredrick et al. | Mar 2005 | A1 |
20050059048 | Gunderson et al. | Mar 2005 | A1 |
20050100900 | Kawashima et al. | May 2005 | A1 |
20050112590 | Boom et al. | May 2005 | A1 |
20050244879 | Schumm et al. | Nov 2005 | A1 |
20060019304 | Hardenbol et al. | Jan 2006 | A1 |
20060024681 | Smith et al. | Feb 2006 | A1 |
20060078894 | Winkler et al. | Apr 2006 | A1 |
20060177837 | Borozan et al. | Aug 2006 | A1 |
20060183132 | Fu et al. | Aug 2006 | A1 |
20060192047 | Goossen | Aug 2006 | A1 |
20060292585 | Nautiyal et al. | Dec 2006 | A1 |
20060292611 | Berka et al. | Dec 2006 | A1 |
20070020640 | McCloskey et al. | Jan 2007 | A1 |
20070042369 | Reese et al. | Feb 2007 | A1 |
20070092883 | Schouten et al. | Apr 2007 | A1 |
20070114362 | Feng et al. | May 2007 | A1 |
20070128624 | Gormley et al. | Jun 2007 | A1 |
20070161013 | Hantash | Jul 2007 | A1 |
20070166705 | Milton et al. | Jul 2007 | A1 |
20070225487 | Nilsson et al. | Sep 2007 | A1 |
20070264653 | Berlin et al. | Nov 2007 | A1 |
20080003142 | Link et al. | Jan 2008 | A1 |
20080014589 | Link et al. | Jan 2008 | A1 |
20080076118 | Tooke et al. | Mar 2008 | A1 |
20080081330 | Kahvejian | Apr 2008 | A1 |
20080269068 | Church et al. | Oct 2008 | A1 |
20080280955 | McCamish | Nov 2008 | A1 |
20080293589 | Shapero | Nov 2008 | A1 |
20090019156 | Mo et al. | Jan 2009 | A1 |
20090026082 | Rothberg et al. | Jan 2009 | A1 |
20090098551 | Landers et al. | Apr 2009 | A1 |
20090099041 | Church et al. | Apr 2009 | A1 |
20090105081 | Rodesch et al. | Apr 2009 | A1 |
20090119313 | Pearce | May 2009 | A1 |
20090127589 | Rothberg et al. | May 2009 | A1 |
20090129647 | Dimitrova et al. | May 2009 | A1 |
20090156412 | Boyce, IV et al. | Jun 2009 | A1 |
20090163366 | Nickerson et al. | Jun 2009 | A1 |
20090191565 | Lapidus et al. | Jul 2009 | A1 |
20090192047 | Parr et al. | Jul 2009 | A1 |
20090203014 | Wu et al. | Aug 2009 | A1 |
20090226975 | Sabot et al. | Sep 2009 | A1 |
20090233814 | Bashkirov et al. | Sep 2009 | A1 |
20090298064 | Batzoglou et al. | Dec 2009 | A1 |
20090318310 | Liu et al. | Dec 2009 | A1 |
20100035243 | Muller et al. | Feb 2010 | A1 |
20100035252 | Rothberg et al. | Feb 2010 | A1 |
20100063742 | Hart et al. | Mar 2010 | A1 |
20100069263 | Shendure et al. | Mar 2010 | A1 |
20100105107 | Hildebrand et al. | Apr 2010 | A1 |
20100137143 | Rothberg et al. | Jun 2010 | A1 |
20100137163 | Link et al. | Jun 2010 | A1 |
20100188073 | Rothberg et al. | Jul 2010 | A1 |
20100197507 | Rothberg et al. | Aug 2010 | A1 |
20100216151 | Lapidus et al. | Aug 2010 | A1 |
20100248984 | Shaffer et al. | Sep 2010 | A1 |
20100282617 | Rothberg et al. | Nov 2010 | A1 |
20100285578 | Selden et al. | Nov 2010 | A1 |
20100297626 | McKernan et al. | Nov 2010 | A1 |
20100300559 | Schultz et al. | Dec 2010 | A1 |
20100300895 | Nobile et al. | Dec 2010 | A1 |
20100301042 | Kahlert | Dec 2010 | A1 |
20100301398 | Rothberg et al. | Dec 2010 | A1 |
20100304982 | Hinz et al. | Dec 2010 | A1 |
20100330619 | Willis et al. | Dec 2010 | A1 |
20110004413 | Carnevali et al. | Jan 2011 | A1 |
20110009278 | Kain et al. | Jan 2011 | A1 |
20110015863 | Pevzner et al. | Jan 2011 | A1 |
20110021366 | Chinitz et al. | Jan 2011 | A1 |
20110034342 | Fox | Feb 2011 | A1 |
20110098193 | Kingsmore et al. | Apr 2011 | A1 |
20110159499 | Hindson et al. | Jun 2011 | A1 |
20110166029 | Margulies et al. | Jul 2011 | A1 |
20110230365 | Rohlfs et al. | Sep 2011 | A1 |
20110257889 | Klammer et al. | Oct 2011 | A1 |
20110301042 | Steinmann et al. | Dec 2011 | A1 |
20120015050 | Abkevich et al. | Jan 2012 | A1 |
20120021930 | Schoen et al. | Jan 2012 | A1 |
20120059594 | Hatchwell et al. | Mar 2012 | A1 |
20120165202 | Porreca et al. | Jun 2012 | A1 |
20120179384 | Kuramitsu et al. | Jul 2012 | A1 |
20120252020 | Shuber | Oct 2012 | A1 |
20120252684 | Selifonov et al. | Oct 2012 | A1 |
20130275103 | Struble et al. | Oct 2013 | A1 |
20130344096 | Chiang et al. | Dec 2013 | A1 |
Number | Date | Country |
---|---|---|
1321477 | Jun 2003 | EP |
1564306 | Aug 2005 | EP |
2437191 | Apr 2012 | EP |
9511995 | May 1995 | WO |
9844151 | Oct 1998 | WO |
0018957 | Apr 2000 | WO |
02093453 | Nov 2002 | WO |
2004018497 | Mar 2004 | WO |
2007010251 | Jan 2007 | WO |
2007107717 | Sep 2007 | WO |
2007123744 | Nov 2007 | WO |
2007135368 | Nov 2007 | WO |
2009036525 | Mar 2009 | WO |
2010024894 | Mar 2010 | WO |
2010126614 | Nov 2010 | WO |
2012040387 | Mar 2012 | WO |
2012051208 | Apr 2012 | WO |
2012087736 | Jun 2012 | WO |
2012109500 | Aug 2012 | WO |
2012134884 | Oct 2012 | WO |
2013058907 | Apr 2013 | WO |
Entry |
---|
Sequeira, R. A., R. L. Olson, and J. M. McKinion. “Implementing generic, object-oriented models in biology.” Ecological Modelling 94.1 (1997): 17-31. |
Goto, S. A Study on Development of a Deductive Object-Oriented Database and Its Application to Genome Analysis. Diss. PhD Thesis, Kyushu University, 1994. |
Notification of Transmittal of the International Search Report and Written Opinion for PCT/US2013/032885 dated Jun. 28, 2013 (2 pages). |
International Search Report for PCT/US2013/032885 dated Jun. 28, 2013 (3 pages). |
Written Opinion for PCT/US2013/032885 dated Jun. 28, 2013 (6 pages). |
Antonarakis and the Nomenclature Working Group, Recommendations for a nomenclature system for human gene mutations, Human Mutation 11:1-3 (1998). |
Barany, F., Genetic disease detection and DNA amplification using cloned thermostable ligase, PNAS, 88:189-193 (1991). |
Barany, F., The Ligase Chain Reaction in a PCR World, Genome Research, 1:5-16 (1991). |
Bunyan DJ, et al., Dosage analysis of cancer predisposition genes by multiplex ligation-dependent probe amplification, Br J Cancer 91(6):1155-1159 (2004). |
Ciotti, et al., Triplet repeat primed PCR (TP PCR) in molecular diagnostic testing for Friedreich ataxia, J Mol Diagn 6(4):285-289 (2004). |
Dudley and Butte, A quick guide for developing effective bioinformatics programming skills, PLoS Comput Biol 5(12):e1000589 (2009). |
Friedenson, B., BRCA1 and BRCA2 pathways and the risk of cancers other than breast or ovarian, Med Gen Med 7(2):60 (2005). |
Goto, et al., BioRuby: bioinformatics software for the Ruby programming language, Bioinformatics 26(20):2617-2619 (2010). |
Holland, et al., BioJava: an open-source framework for bioinformatics, Bioinformatics 24(18):2096-2097 (2008). |
Huang, et al., Comparative analysis of common CFTR polymorphisms poly-T, TG-repeats and M470V in a healthy Chinese population, World J Gastroenterol 14(12):1925-30 (2008). |
Jaijo, et al., Microarray-based mutation analysis of 183 Spanish families with Usher syndrome, Invest Ophthalmol Vis Sci 51(3):1311-7 (2010). |
Klein, et al., In LOCAS—A low coverage sequence assembly tool for re-sequencing projects, PLoS One 6(8) article 23455 (2011). |
Kreindler, Cystic fibrosis: exploiting its genetic basis in the hunt for new therapies, Pharmacol Ther 125(2):219-229 (2010). |
Kumar, S. et al., Comparative genome assemblers for 454 transcriptome data, Genomics 11:571 (2010). |
Lin, et al., Development and evaluation of a reverse dot blog assay for the simultaneous detection of common alpha and beta thalassemia in Chinese, Blood Cells Mol Dis 48(2):86-90 (2012). |
Margulies, M. et al., Genome sequencing in micro-fabricated high-density picotiter reactors, Nature, 437:376-380 (2005). |
Moudrianakis, E. N. and Beer M., In Base sequence determination in nucleic acids with the electron microscope, III. Chemistry and microscopy of guanine-labeled DNA, PNAS 53:564-71 (1965). |
Oliphant A. et al., BeadArray technology: enabling an accurate, cost-effective approach to high-throughput genotyping, Biotechniques Suppl:56-8, 60-1 (2002). |
Procter M, et al., Molecular diagnosis of Prader-Willi and Angelman syndromes by methylation-specific melting analysis and methylation-specific multiplex ligation-dependent probe amplification, Clin Chem 52(7):1276-1283 (2006). |
Rothberg, et al., An integrated semiconductor device enabling non-optical genome sequencing, Nature 475:348-352 (2011). |
Rowntree and Harris, The phenotypic consequences of CFTR mutations, Ann Hum Gen 67:471-485 (2003). |
Schwartz, et al., Identification of cystic fibrosis variants by polymerase chain reaction/oligonucleotide ligation assay, J Mol Diag 11(3):211-215 (2009). |
Schwartz, S., Clinical utility of single nucleotide polymorphism arrays, Clin Lab Med 31(4):581-94 (2011). |
Soni, G. V., and Meller, A., Clin Chem 53: 1996-2001 (2007). |
Thauvin-Robinet, et al., The very low penetrance of cystic fibrosis for the R117H mutation: a reappraisal for genetic counseling and newborn screening, J Med Genet 46:752-758 (2009). |
Warner J. P., et al., A general method for the detection of large CAG repeat expansions by fluorescent PCR, J Med Genet. 33(12):1022-1026 (1996). |
Yau SC, et al., Accurate diagnosis of carriers of deletions and duplications in Duchenne/Becker muscular dystrophy by fluorescent dosage analysis, J Med Genet. 33(7):550-558 (1996). |
Yoo, et al., Applications of DNA microarray in disease diagnostics, J Microbiol Biotechnol 19(7):635-46 (2009). |
Yoshida, K., and Miki, Y., Role of BRCA1 and BRCA2 as regulators of DNA repair, transcription, and cell cycle in response to DNA damage, Cancer Sci 95(11):866-71 (2004). |
Zhang, et al., Is mitochondrial tRNAphe variant m.593T>C a synergistically pathogenic mutation in Chinese LHON families with m.11778G>A?, PLoS One 6(10):e26511 (2011). |
Akhras, M.S., et al., 2007, Connector Inversion Probe Technology: A Powerful OnePrimer Multiplex DNA Amplification System for Numerous Scientific Applications PLoS ONE 2(9):e915. |
Alazard, et al., 2002, Sequencing of production-scale synthetic oligonucleotides by enriching for coupling failures using matrix-assisted laser desorption/ ionization time-of-flight mass spectrometry, Analytical biochemistry 301:57-64. |
Albert, 2007, Direct selection of human genomic loci by microarray hybridization, Nature Methods 4(11):903-5. |
Aljanabi, Salah M.; Martinez, Iciar, 1997, Universal and rapid salt-extraction of high quality genomic DNA for PCR-based techniques Nucl. Acids Res. 25:4692-3. |
Ball, M.P., et al., 2009, Targeted and genome-scale strategies reveal gene-body methylation signatures in human cells, Nature Biotechnology, 27:361-8. |
Bau, et al., 2008, Targeted next-generation sequencing by specific capture of multiple genomic loci using low-volume microfluidic DNA arrays, Analytical and bioanalytical chem 393(1):171-5. |
Benner, et al., 2001, Evolution, language and analogy in functional genomics, Trends in Genetics 17:414-8. |
Bentzley, et al., 1996, Oligonucleotide sequence and composition determined by matrix-assisted laser desorption/ ionization, Anal Chem 68:2141-2146. |
Bentzley, et al., 1998, Base specificity of oligonucleotide digestion by calf spleen phosphodiesterase with matrixassisted laser desorption ionization analysis, Anal Biochem 258:31-37. |
Bickle, Thomas A. & Kruger, Detlev, H., 1993, Biology of DNA Restriction, Microbiological Reviews 57(2):434-50. |
Boyer, H. W., 1971, DNA restriction and modification mechanisms in bacteria, Annual Review of Microbiology 25:153-76. |
Braasch, et al., 2001, Locked nucleic acid (LNA): ¢ne-tuning the recognition of DNA and RNA, Chemistry & Biology 8(1):1-7. |
Braslaysky, et al., 2003, Sequence information can be obtained from single DNA molecules, Proceedings of the National Academy of Sciences, (USA) 100:3960-4. |
Brown, et al., 1979, Chemical synthesis and cloning of a tyrosine tRNA gene, Methods Enzymol., 68:109. |
Browne, Kenneth A., 2002, Metal ion-catalyzed nucleic acid alkylation and fragmentation, Journal of American Chemical Society, 124(27)7950-62. |
Burrow & Wheeler, 1994, A block-sorting lossless data compression algorithm, Technical Report 124, Digital Equipment Corporation, CA. |
Castellani, et al., 2008, Consensus on the use and interpretation of cystic fibrosis mutation analysis in clinical practice, Journal of Cystic Fibrosis 7(3):179-96. |
Chan, et al., 2011, Natural and engineered nicking endonucleases from cleavage mechanism to engineering of strand-specificity, Nucleic Acids Research, 39(1):1-18. |
Chevreux, B., et al., 1999, Genome Sequence Assembly Using Trace Signals and Additional Sequence Information, Computer Science and Biology: Proceedings of the German Conference on Bioinformatics (GCB) 99:45-56. |
Chirgwin, et al., 1979, Isolation of biologically active ribonucleic acid from sources enriched in ribonuclease, Biochemistry, 18:5294-99. |
Choe, et al., 2010, Novel CFTR Mutations in a Korean Infant with Cystic Fibrosis and Pancreatic Insufficiency, J Korean Med Sci 25:163-5. |
Collins, et al., 2004, Finishing the euchromatic sequence of the human genome, Nature 431.7011:931-45. |
Dahl, et al., 2005, Multiplexamplification enabled by selective circularization of large sets of genomic DNA fragments, Nucleic Acids Research 33:e71. |
de la Bastide, M. & McCombie, 2007, W. R., Assembling genome DNA sequences with PHRAP, Current Protocols in Bioinformatics, 17:11.4.1-11.4.15. |
Delcher, A.L., et al., 1999, Alignment of whole genomes, Nucleic Acids Research, 27:11. |
Deng, et al., 2009, Targeted bisulfite sequencing reveals changes in DNA methylation associated with nuclear reprogramming, nature biotechnology 27:353-60 (and supplement). |
DiGuistini, S., et al., 2009, De novo genome sequence assembly of a filamentous fungus using Sanger, 454 and Illumina sequence data, Genome Biology, 10:R94. |
Dong, C. & Yu, B., 2011, Mutation Surveyor: An In Silico Tool for Sequencing Analysis, Methods in Molecular Biology 760:223-37. |
Dore, et al., 1969, The Alkaline Denaturation of DNA, Biophysical Journal 9(11):1281-1311. |
European Search Report for EP application No. 10770071.8, dated Nov. 8, 2012. |
Exam Report from EPO for EP 10770071.8, dated Jul. 16, 2013. |
Faulstich, et al., 1997, A sequencing method for RNA oligonucleotides based on mass spectrometry, Anal Chem 69:4349-4353. |
Fares, et al., 2008, Carrier frequency of autosomal-recessive disorders in the Ashkenazi Jewish population: should the rationale for mutation choice for screening be reevaluated?, Prenatal Diagnosis 28:236-41. |
Frey, Bruce, 2006, Statistics Hacks 108-115. |
Gemayel, et al., 2010, Variable Tandem Repeats Accelerate Evolution of Coding and Regulatory Sequences, Annual Review of Genetics 44:445-77. |
Glover, et al., 1995, Sequencing of oligonucleotides using high performance liquid chromatography and electrospray mass spectrometry, Rapid Com Mass Spec 9:897-901. |
Gnirke, et al., 2009, Solution hybrid selection with ultra-long oligonucleotides for massively parallel targeted sequencing, nature biotechnology 27:182-9. |
Gut, I. G. & Beck, S., 1995, A procedure for selective DNA alkylation and detection by mass spectrometry, Nucleic Acids Research 23(8):12367-73. |
Hammond, et al., 1996, Extraction of DNA from Preserved Animal Specimens for Use in Randomly Amplified Polymorphic DNA Analysis, Analytical Biochemistry 240:298-300. |
Hardenbol, et al., 2003, Multiplexed genotyping with sequence-tagged molecular inversion probes, nature biotechnology 21:673-8. |
Hardenbol, et al., 2005, Highly multiplexed molecular inversion probe genotyping: Over 10,000 targeted SNPs genotyped in a single tube assay, Genome Research 15:269-75. |
Harris, et al., 2006, Defects Can Increase the Melting Temperature of DNA-Nanoparticle Assemblies, The Journal of Physical Chemistry B 110:16393-6. |
Harris, et al., 2008, Single-Molecule DNA Sequencing of a Viral Genome, Science 320:106-9. |
Hodges, et al., 2007, Genome-wide in situ exon capture for selective resequencing, nature genetics 29:1522-7. |
Husemann, P. & Stoye, 2009, Phylogenetic Comparative Assembly, Algorithms in Bioinformatics: 9th International Workshop, pp. 145-156, Salzberg, S., and Warnow, T., Eds. Springer-Verlag, Berlin Heidelberg. |
International Preliminary Report on Patentability for PCT/US2010/01293. |
International Preliminary Report on Patentability for PCT/US2010/01293, dated Oct. 28, 2010. |
International Search Report and Written Opinion for WO2010/126614. |
International Search Report and Written Opinion mailed Apr. 3, 2012, for International Patent Application No. PCT/US2011/065098, filed Dec. 15, 2011 (8 pages). |
International Search Report and Written Opinion mailed Aug. 12, 2013, for International Patent Application No. PCT/US13/36575, filed Apr. 15, 2013 (9 pages). |
International Search Report and Written Opinion mailed Feb. 25, 2013 for International Patent Application No. PCT/US12/55362. |
International Search Report and Written Opinion mailed Jun. 10, 2013, for International Patent Application No. PCT/US13/33435, filed Mar. 22, 2013 (6 pages). |
International Search Report and Written Opinion mailed Jun. 14, 2012, for International Patent Application No. PCT/US12/29790, filed Mar. 20, 2012 (8 pages). |
International Search Report and Written Opinion mailed Nov. 1, 2013, for International Patent Application No. PCT/US2013/044039, filed Jun. 4, 2013 (6 pages). |
International Search Report and Written Opinion mailed on Feb. 4, 2014, for Patent Application No. PCT/US13/62842, filed Oct. 1, 2013 (5 pages). |
International Search Report and Written Opinion mailed on Oct. 28, 2010, for Patent Application No. PCT/US2010/001293, filed Apr. 30, 2010 (8 pages). |
Iqbal, et al., 2012, De novo assembly and genotyping of variants using colored de Bruijn graphs, Nature Genetics, 44(2):226-233. |
Jones, et al., 2008, Core Signaling Pathways in Human Pancreatic Cancers Revealed by Global Genomic Analyses, Science 321(5897):1801-1806. |
Kent, W.J., 2002, BLAT-The BLAST-like alignment tool, Genome Research 4: 656-664. |
Kircher, et al., 2010, High-througput DNA sequencing—concepts and limitations, Bioassays 32:524-36. |
Kirpekar, et al., 1994, Matrix assisted laser desorption/ionization mass spectrometry of enzymatically synthesized RNA up to 150 kDa, Nucleic Acids Res 22:3866-3870. |
Krawitz, et al., 2010, Microindel detection in short-read sequence data, Bioinformatics 26(6). |
Krishnakumar, et al., 2008, A comprehensive assay for targeted multiplex amplification of human DNA sequences, Proc. National Academy of Science USA 105:9296-9301. |
Kurtz, S., et al., 2004, Versatile and open software for comparing large genomes, Genome Biology, 5:R12. |
Lam, et al., 2008, Compressed indexing and local alignment of DNA, Bioinformatics 24(6):791-97. |
Langmead, et al., 2009, Ultrafast and memory-efficient alignment of short DNA sequences to the human genome, Genome Biology, 10:R25. |
Larkin M.A., et al., 2007, Clustal W and Clustal X version 2.0, Bioinformatics, 23, 2947-2948. |
Lecompte, O., et al., 2001, Multiple alignment of complete sequences (MACS) in the post-genomic era, Gene 270:17-30. |
Li H. & Durbin R., 2009, Fast and accurate short read alignment with Burrows-Wheeler transform, Bioinformatics, 25(14):1754-60. |
Li H. & Durbin R., 2010, (2010) Fast and accurate long-read alignment with Burrows-Wheeler Transform. Bioinformatics, Epub. |
Li, et al., 2008, SOAP: short oligonucleotide alignment program, Bioinformatics 24(5):713-14. |
Li, et al., 2009, SOAP2: an improved ultrafast tool for short read alignment, Bioinformatics 25(15): 1966-67. |
Li, et al., 2009, The Sequence Alignment/Map format and SAMtools, Bioinformatics, 2009, 25(16):2078-9. |
Li, et al., 2011, Single Nucleotide Polymorphism Genotyping and Point Mutation Detection by Ligation on Microarrays, Journal of Nanoscience and Nanotechnology 11(2):994-1003. |
Lipman, D.J., et al., 1985, Rapid and sensitive protein similarity searches, Science 227(4693):1435-41. |
Mamanova, 2010, Target-enrichment strategies for nextgeneration sequencing, Nature Methods 7(2):111-8. |
Marras, 1999, Multiplex detection of single-nucleotide variations using molecular beacons, Genetic Analysis: Biomolecular Engineering 14:151. |
Maxam, et al., 1977, A new method for sequencing DNA, Proc. of National Academy of Science USA 74:560-4. |
May, Robert M., 1988, How Many Species Are There on Earth?, Science 241:1441. |
Mills, R.E., et al., 2010, Mapping copy number variation by population-scale genome sequencing, Nature 470:59-65. |
Minton, et al., 2011, Mutation Surveyor: Software for DNA Sequence Analysis, Methods in Molecular Biology 688:143-53. |
Mockler, et al., 2005, Applications of DNA tiling arrays for whole-genome analysis, Genomics 85:1-15. |
Mullan, L. J., 2002, Multiple sequence alignment-the gateway to further analysis, Brief Bioinform., 3:303-5. |
Nan, et al., 2006, A novel CFTR mutation found in a Chinese patient with cystic fibrosis, Chinese Medical Journal 119(2):103-9. |
Narang, et al., 1979, Improved phosphotriester method for the synthesis of gene fragments, Methods Enzymol., 68:90. |
Ng, et al., 2009, Targeted capture and massively parallel sequencing of 12 human exomes, Nature 461(7261):272-6. |
Nicholas, H. B. Jr., et al., 2002, Strategies for multiple sequence alignment, Biotechniques 32:572-91. |
Nickerson, et al., 1990, Automated DNA diagnostics using an ELISA-based oligonucleotide ligation assay, Proc. National Academy of Science 87:8923-7. |
Nielsen, et al., 1999, Peptide Nucleic Acids, Protocols and Applications (Norfolk: Horizon Scientific Press, 1-19). |
Nilsson, et al., 2006, Analyzing genes using closing and replicating circles, Trends in Biotechnology 24:83-8. |
Ning, Z., et al., 2001, SSAHA: a fast search method for large DNA databases, Genome Research 11(10): 1725-9 (2001). |
Nordhoff, et al., 2003, Ion stability of nucleic acids in infrared matrix-assisted laser desorption/ionization mass spectrometry, Nucleic Acids Research 21(15):3347-57. |
Oefner, et al., 1996, Efficient random subcloning of DNA sheared in a recirculating point-sink flow system, Nucleic Acids Research 24:3879-89. |
Oka, et al., 2006, Detection of Loss of Heterozygosity in the p53 Gene in Renal Cell Carcinoma and Bladder Cancer Using the Polymerase Chain Reaction, Molecular Carcinogenesis 4(1). |
Ordahl, et al., 1976, Sheared DNA fragment sizing:comparison of techniques, Nucleic Acids Research 3:2985-99. |
Ostrer, et al., 2001, A genetic profile of contemporary Jewish populations, Nature Reviews Cancer 2:891-8. |
Owens, et al., 1998, Aspects of oligonucleotide and peptide sequencing with MALDI and electrospray mass spectrometry, Bioorg Med Chem 6:1547-1554. |
Parameswaran, et al., 2007, A pyrosequencing-tailored nucleotide barcode design unveils opportunities for large-scale sample multiplexing, Nucleic Acids Research 35:e130, pp. 1-9. |
Pearson W.R., et al., 1988, Improved tools for biological sequence comparison, PNAS 85(8):2444-8. |
Pertea, et al., 2003, TIGR gene indices clustering tools (TGICL), Bioinformatics 19(5):651-52. |
Pieles, et al., 1993, Matrix-assisted laser desorption ionization time-of-flight mass spectrometry: A powerful tool for the mass and sequence analysis of natural and modified oligonucleotides, Nucleic Acids Res 21:3191-3196. |
Porreca, et al., 2007, Multiplex amplification of large sets of human exons, Nature Methods 4:931-6. |
Quail, et al., 2010, DNA: Mechanical Breakage, Encyclopedia of Life Sciences 2010. |
Rambaut, et al., 1997, Seq-Gen:an application for the Monte Carlo simulation of DNA sequence evolution along phylogenetic trees, Bioinformatics (formerly CABIOS) 13:235-38. |
Richter, et al., 2008, MetaSim—A Sequencing Simulator for Genomics and Metagenomics, PLoS ONE 3:e3373. |
Roberts, R.J., 1980, Restriction and modification enzymes and their recognition sequence, Nucleic Acids Research 8(1):r63-r80. |
Rosendahl, et al., 2013, CFTR, SPINK1, CTRC and PRSS1 variants in chronic pancreatitis: is the role of mutated CFTR over estimated?, Gut 62:585-92. |
Sanger, et al., 1977, DNA sequencing with chain-terminating inhibitors, Proc.National Academy of Science USA 74(12):5463-7. |
Santa Lucia, John Jr., 1998, A unified view of polymer, dumbbell, and oligonucleotide DNA nearest-neighbor thermodynamics, Proc. National Academy of Science USA 95:1460-5. |
Sargent, T.D., 1988, Isolation of Differentially Expressed Genes, Methods in Enzymology 152:432. |
Sauro, 2004, How Do You Calculate a Z-Score/ Sigma Level?, https://www.measuringusability.com/zcalc.htm (online publication). |
Sauro, 2004, What's a Z-Score and Why Use it in Usability Testing?, https://www.measuringusability.com/z.htm (online publication). |
Schadt, et al., 2010, A window into third-generation sequencing, Human Molecular Genetics 19(R2):R227-40. |
Schatz, et al., 2010, Assembly of large genomes using second-generation sequencing, Genome Res., 20:1165-1173. |
Schrijver, et al., 2005, Diagnostic Testing by CFTR Gene Mutation Analysis in a Large Group of Hispanics, The Journal of Molecular Diagnostics 7:289-99. |
Schuette, et al., 1995, Sequence analysis of phosphorothioate oligonucleotides via matrix-assisted laser desorption ionization ionization time-of-flight mass spectrometry, J. Pharm. Biomed. Anal 13:1195-1203. |
Sievers F., et al., 2011, Fast, scalable generation of high-quality protein multiple sequence alignments using Clustal Omega, Mol Syst Biol 7:539. |
Simpson, J.T., et al., 2009, ABySS: A parallel assembler for short read sequence data, Genome Res., 19(6): 1117-23. |
Slater, G., & Birney, E, 2005, Automated generation of heuristics for biological sequence comparison, BMC Bioinformatics 6:31. |
Spanu, P.D., et al., 2010, Genome expansion and gene loss in powdery mildew fungi reveal tradeoffs in extreme parasitism, Science 330(6010): 1543-46. |
Summerer, Daniel, 2009, Enabling technologies of genomic-scale sequence enrichment for targeted high-throughput sequencing, Genomics 94:363-8. |
Sunnucks, et al., 1996, Microsatellite and Chromosome Evolution of Parthenogenetic Sitobion Aphids in Australia, Genetics Society of America 144:747-56. |
Thompson, et al., 1994, Clustal W: improving the sensitivity of progressive multiple sequence alignment through sequence weighting, position-specific gap penalities and matrix choice, Nucl. Acids. Res., 22:4673-80. |
Thorstenson, et al., 1998, An Automated Hydrodynamic Process for Controlled, Unbiased DNA Shearing, Genome Methods 8:848-55. |
Thorvaldsdottir, et al., 2012, Integrative GenomicsViewer (IGV): high-performance genomics data visualization and exploration, Briefings in Bioinformatics 24(2):178-92. |
Tokino, 1996, Characterization of the human p57 KIP2 gene: alternative splicing, insertion/deletion polymorphisms in VNTR sequences in the coding region, and mutational analysis, Human Genetics 96:625-31. |
Turner, et al., 2009, Massively parallel exon capture and library-free resequencing acrossl6 genomes, nature methods 6:315-6 (and supplement). |
Turner, et al., 2009, Methods for Genomic Partitioning, Annual Review of Genomics and Human Genetics 10:263-84. |
Wallace, et al., 1979, Hybridization of synthetic oligodeoxyribonucteotides to dp x 174DNA:the effect of single base pair mismatch, Nucleic Acids Research 6:3543-3557. |
Warren, R., et al., 2007, Assembling millions of short DNA sequences using SSAKE, Bioinformatics, 23:500-501. |
Watson, et al., 2004, Cystic fibrosis population carrier screening: 2004 revision of American College of Medical Genetics mutation panel, Genetics in Medicine 6(5). |
Williams , 2003, Restriction Endonucleases Classification, Properties, and Applications, Molecular Biotechnology 23(3):225-43. |
Wittung, et al., 1997, Extended DNA-Recognition Repertoire of Peptide Nucleic Acid (PNA): PNA-dsDNA Triplex Formed with Cytosine-Rich Homopyrimidine PNA, Biochemistry 36:7973. |
Wu & Aboleneed , 2001, Improved oligonucleotide sequencing by alkaline phosphatase and exonuclease digestions with mass spectrometry, Anal Biochem 290:347-352. |
Wu, et al., 1998, Sequencing regular and labeled oligonucleotides using enzymatic digestion and ionspray mass spectrometry, Anal Biochem 263:129-138. |
Yu, 2007, A Novel Set of DNA Methylation Markers in Urine Sediments for Sensitive/Specific Detection of Bladder Cancer, Clinical Cancer Research 13(24):7296-7304. |
Yuan, Robert, 1981, Structure and Mechanism of Multifunctional Restriction Endonucleases Annuual Review of Biochemistry 50:285-319. |
Zerbino D.R., et al., 2008, Velvet: algorithms for de novo short read assembly using de Bruijn graphs, Genome Research 18 (5):821-829. |
Zhao F., et al., 2009, PGA4genomics for comparative genome assembly based on genetic algorithm optimization, Genomics. 94(4):284-6. |
Zheng, et al., 2011, iAssembler: a package for de novo assembly of Roche-454/Sanger transcriptome sequences, BMC Bioinformatics 12:453. |
Zimmerman, et al., 2010, A novel custom resequencing array for dilated cardiomyopathy, Genetics in Medicine 12(5):268-78. |
Number | Date | Country | |
---|---|---|---|
20130268474 A1 | Oct 2013 | US |
Number | Date | Country | |
---|---|---|---|
61621779 | Apr 2012 | US |