A new multiplatform computer program for numerical identification of microorganisms.

Size: px
Start display at page:

Download "A new multiplatform computer program for numerical identification of microorganisms."

Transcription

1 JCM Accepts, published online ahead of print on 14 October 2009 J. Clin. Microbiol. doi: /jcm Copyright 2009, American Society for Microbiology and/or the Listed Authors/Institutions. All Rights Reserved A new multiplatform computer program for numerical identification of microorganisms. Oscar Flores 1, Lluís A. Belanche 2 and Anicet R. Blanch 3* Molecular Modelling and Bioinformatics Group, Institute for Research in Biomedicine, Parc Científic de Barcelona. Baldiri Reixac 10, Barcelona 2 Department of Software. Technical University of Catalonia. Jordi Girona 1-3, Barcelona. 3 Department of Microbiology, University of Barcelona, Avda. Diagonal 645, Barcelona. Running head: Computer-assisted numerical identification of bacteria Key words: Vibrio, software, taxonomical identification, bacteria classification *To whom correspondence should be addressed. Tel.: Fax: ablanch@ub.edu 1

2 Abstract The classification of bacteria using genomic methods or expensive biochemical-based commercial kits is sometimes beyond the reach of many laboratories who need to perform many classifications of unknown bacterial strains in a fast, cheap and reliable way. A new computer program, Identax, for the computerassisted identification of microorganisms using only results obtained by conventional biochemical tests is presented. Identax improves current microbial identification software and provides a multiplatform and user-friendly program. It can be executed from any operating system and can be downloaded without any cost from the website Note Traditional identification and classification of microorganisms is usually based on numerical taxonomy that was introduced at the end of the 1950s (15, 16, 17). Numerical taxonomic methods were applied extensively for classification and identification in subsequent years (6, 18), and they were strengthened by the extensive use of computers in various research fields (1, 8, 9, 14, 20). Later, computer-assisted identification programs were developed for the identification of bacterial groups, based mostly on phenotype data obtained by traditional methods or raw data from commercial kits (2, 4, 5, 7, 11, 13). Recently, genomic analyses have proven successful in defining taxa within different microbial groups. The use of 16S rrna has been proposed as the most reliable tool for allocating bacterial strains to families and genera. Moreover, other molecular methods, such as multilocus sequencing typing, have also been needed for the assignation of strains to species (19). However, the use of these molecular methods for routine analyses and rapid diagnosis, which are usually required for clinical and environmental analyses involving high numbers of samples or strains, remains impractical. Identification procedures for routine practices need to be simple, low-cost and rapid in order to be effective and successful. In this way, conventional biochemical identification provides the optimal approach for microbial identification in lieu of complete genomic characterization. Evidently, genomic analyses should be 2

3 carried out for studies of systematic bacteriology or biodiversity when molecular taxonomical criteria are needed. Numerical approaches are currently applied to identify microorganisms, but there is no wide-ranging software that could be applied to any microbial group and run on any computer system. Identax has been developed as a platform-independent computer program for numerical identification of microorganisms. It is user-friendly and runs on almost all existing operating systems and computer platforms, as it relies on the flexibility and power of the Java platform. It could be applied for any microbial group by creating, updating or merging microbial databases on unlimited phenotypic characters. The software allows the identification of any microorganism that is listed on an available database. It can also generate interactive dichotomous trees for rapid offline analysis. In this study, the Identax software was developed and evaluated by using recently updated biochemical databases on the genus Vibrio (12). Later, it has been also evaluated with other databases of different bacterial groups that have been defined by other authors in previous taxonomical studies (3, 10). Features. Identax has two main features. The first is the fast identification of unknown bacterial strains from phenotype data, represented as the dichotomous result (positive or negative) of a set of biochemical tests. The second main feature is the generation of dichotomous trees that will allow the isolation of one taxon from the others with the lowest possible number of tests. The first feature is the most adequate from the point of view of decision support systems, as the software recommends, in real time, the test with the most discriminative potential. It can also detect and handle false positives and show the current candidates. The second feature consists in the generation of a dichotomous tree. Each node represents a test and its two branches correspond to a negative or to a positive result on the test. This tree offers an overview of the search space and allows rapid identification without the need of using a computer. Programming fundamentals. The core of the software consists of a simple and 3

4 efficient model of conditional probabilities. This model is based on a Bayes' theorem approach (4) but a few optimizations have been applied to ensure the scalability and efficiency of the algorithm as well as avoid some inherent restrictions. To calculate the probability that an unknown isolate belongs to a given species or taxon, the following formula is used: ( R) P t i = P j taxon ( R t ) P( t ) i i ( R t ) P( t ) where P(x y) is the conditional probability of the event x assuming the occurrence of the event y, P(x) is the unconditional probability of the event x and j runs on the taxa. In this case, R represents a specific combination of results for all the experiments on the taxon in the dataset used, and t i is a specific taxon. To score the discriminative power of each test, all possible pairs of taxa are evaluated to see if they are discriminated by this test (i.e., one is expected to return a positive and the other a negative result). The pseudo code for this algorithm is the following: for each test t score[t] = 0 for each non-discarded taxon pair <x, y> if t(x) differs from t(y) then score[t] score[t] + 1 end if end for end for Apart from this simple count, the absolute value of the difference between the prior probability that taxon x and taxon y will give a positive result on the test t is used as a secondary sorting factor, as the software understands that, for example, discrimination between a probability of 0 and a probability of 1 is better than another one between 0.15 and The application of industry-standard software engineering procedures as three layer architectural design and iterative development ensures the robustness of the software. Bacteria identification reliability is directly 4 P j j

5 115 linked to the reliability of the matrices which are published in other articles (3, 10, 12) Identification parameters. The basis of this program is the used matrix (database), which can be retrieved from the literature or can be created by the users themselves. This matrix contains, at position XY, the probability of retrieving a positive result for test X on taxon Y. The variability for a test is included on the probability of retrieving a positive result. Consequently, databases should be defined in consistence with taxonomical studies of the bacterial group of interest by user. Identax permits the user to tune its operation by setting the confidence thresholds desired. Once a matrix has been imported into the software system, the next step needed to start the identification is to input the set of results of the biochemical tests, in order to achieve the confidence threshold established. If the identification threshold is not achieved with the results introduced, Identax suggests additional tests to be performed to reach the threshold. System requirements. Due to its architecture, Identax works well on most operating systems. The wide range of supported operating systems and minimum hardware requirements are those specified by the Java Virtual Machine version 6 or higher ( The software has been tested without any problem in Microsoft Windows XP/Vista, Apple Mac OS X 10.5 and Ubuntu Linux Apart from the platform-independent executable JAVA, two system-customized installation packages for Windows XP/Vista and Mac OS X are provided. Customization. Identax allows the import of reference matrices in XLS and CSV formats. So, any user can create their own datasets or use the ones published in the literature. The import of matrices from previous identification software files (4) is also supported. The generation of work summaries can be customized by a system of templates and the trees generated can be exported in XML, TreeML or DOT formats. Although there are many programs that allow a custom representation of the trees generated in the enumerated formats, GraphViz ( is recommended for its capacity and ease of use. Identax also includes an interactive tree viewer that allows export to graphical formats (JPG, BMP and PNG), although it may be difficult to customize for large-tree representations. Finally, as an opensource project, Identax code can be adapted by any user to their necessities, and for 5

6 147 this reason complete javadoc documentation is included with the source code For a detailed description of the program features, a users manual is available at the project homepage at Identax can be downloaded at no cost from this website. Users can also find a set of matrices to identify different bacterial groups, that are based on previous published taxonomical studies (3, 10, 12) Conclusions. Identax is open platform software that could be used by any laboratory for microbial identification and classification purposes. Users could easily adapt Identax to the analysis of the results of routine tests to identify microorganisms. There is no need to modify the traditional methods or commercial kits used in routine analyses. Historical data could be used to develop the most appropriate database to be used as reference by Identax. Previously existing databases could be imported for their application in Identax. Databases could also be shared by Identax users if permitted by the creators. Consequently, Identax is a valuable tool to support and facilitate microbial identification for several purposes (medical, ecological, environmental, etc.), at any microbiology laboratory, using conventional biochemical methods. References 1. Bascomb, S., Lapage, S.P., Curtis, M. A. and Willcox, W. R Identification of bacteria by computer: identification of reference strains. J. Gen. Microbiol. 77: Boeufgras, J. M., J. L. Blazer, F. Allards, and I. Diaz A new computer program for routine interpretation of API identification systems. In 2nd Conference on Taxonomy and Automatic Identification of Bacteria. Scientific Computer Department, API Systems, La Balme-Les Grottes, France. 3. Bryant,T.N PIBWin -- software for probabilistic identification. J Appl Microbiol 97: Bryant,T.N., Lee,J.V. and West,P.A Numerical classification of species of 6

7 Vibrio and related genera. Journal of Applied Bacteriology 61: Cox, R. P., and J. K. Thomsen Computer-aided identification of lactic acid bacteria using the API CHL system. Lett. Appl. Microbiol. 10: Dybowski, W., and D. A. Franklin Conditional probability and the identification of bacteria: a pilot study. J. Gen. Microbiol. 54: Freney, J., M. T. Duperron, C. Courtier, W. Hansen, F. Allard, J. M. Boeufgras, D. Monget, and J. Fleurette Evaluation of API Coryne in comparison with conventional methods for identifying coryneform bacteria. J. Clin. Microbiol. 29: Gyllenberg, H. G A model for computer identification of microorganisms. J. Gen. Microbiol. 39: Lapage, S. P., S. Bascomb, W. R. Willcox, and M. A. Curtis Identification of bacteria by computer: general aspects and perspectives. J. Gen. Microbiol. 77: Manero, A. and A. R. Blanch Identification of Enterococcus spp. with a biochemical key. Appl. Environ. Microbiol. 65: Miller, J.M.; Alachi, P Evaluation of new computer-enhanced identification program for microorganism: adaptation of BioBase for identification of members of the family Enterobacteriaceae. J. Clin. Microbiol. 34: Noguerola, I. and Blanch, A.R Identification of Vibrio spp. with a set of dichotomous keys. J. Appl. Microbiol. 105: Rhoden, D. L., G. A. Hancock, and J. M. Miller Numerical approach to reference identification of Staphylococcus, Stomatococcus, and Micrococcus spp. J. Clin. Microbiol. 31: Schnider, J Computer-aided numerical identification of gram negative fermentative rods on a desk-top computer. J. Appl. Bacteriol. 47: Sneath, P. H. A. 1957a. Some thoughts on bacterial classification. J. Gen. Microbiol. 17: Sneath, P. H. A. 1957b. The application of computers to taxonomy. J. Gen. Microbiol. 17:

8 Sneath, P. H. A., and R. R. Sokal Numerical taxonomy. Nature (London) 193: Sneath, P. H. A., and R. R. Sokal Numerical taxonomy. The principles and practice of numerical classification. W. H. Freeman & Co., San Francisco. 19. Stackebrandt, E., W. Frederiksen, G. M. Garrity, P. A. D. Grimont, P. Kampfer, M. C. J. Maiden, X. Nesme, R. Rossello-Mora, J. Swings, H. G. Truper, L. Vauterin, A. C. Ward, and W. B. Whitman Report of the ad hoc committee for the re-evaluation of the species definition in bacteriology. Int. J. Syst. Evol. Microbiol. 52: Willcox, W. R., S. P. Lapage, S. Bascomb, and M. A. Curtis Identification of bacteria by computer: theory and programming. J. Gen. Microbiol. 77: Downloaded from on April 22, 2018 by guest 8

Introduction to OTU Clustering. Susan Huse August 4, 2016

Introduction to OTU Clustering. Susan Huse August 4, 2016 Introduction to OTU Clustering Susan Huse August 4, 2016 What is an OTU? Operational Taxonomic Units a.k.a. phylotypes a.k.a. clusters aggregations of reads based only on sequence similarity, independent

More information

Bioinformatic tools for metagenomic data analysis

Bioinformatic tools for metagenomic data analysis Bioinformatic tools for metagenomic data analysis MEGAN - blast-based tool for exploring taxonomic content MG-RAST (SEED, FIG) - rapid annotation of metagenomic data, phylogenetic classification and metabolic

More information

Providing clear solutions to microbiological challenges TM. cgmp/iso CLIA. Polyphasic Microbial Identification & DNA Fingerprinting

Providing clear solutions to microbiological challenges TM. cgmp/iso CLIA. Polyphasic Microbial Identification & DNA Fingerprinting Providing clear solutions to microbiological challenges TM Cert. No. 2254.01 Polyphasic Microbial Identification & DNA Fingerprinting Microbial Contamination Tracking & Trending cgmp/iso-17025-2005 CLIA

More information

KnowledgeENTERPRISE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK. Advanced Analytics on Spark BROCHURE

KnowledgeENTERPRISE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK. Advanced Analytics on Spark BROCHURE FAST TRACK YOUR ACCESS TO BIG DATA WITH ANGOSS ADVANCED ANALYTICS ON SPARK Are you drowning in Big Data? Do you lack access to your data? Are you having a hard time managing Big Data processing requirements?

More information

Microbial Culture Collection of Cantacuzino Institute

Microbial Culture Collection of Cantacuzino Institute Microbial Culture Collection of Cantacuzino Institute Present and perspectives of development Olguta Dracea, Camelia Babes, Rodica Oancea, Anca Israil, Irina Codita, Adrian Onu, Gabriel Ionescu Cantacuzino

More information

RiboPrinter microbial characterization system

RiboPrinter microbial characterization system DuPont Qualicon RiboPrinter microbial characterization system Staphylococcus epidermidis RiboGroup 102-45-3 DEDICATED TO MICROBIOLOGY OK. You found it. Now what? RiboPrinter microbial characterization

More information

What is it? Sherlock knows! Microbial Identification System

What is it? Sherlock knows! Microbial Identification System What is it? Sherlock knows! Microbial Identification System Sherlock Microbial Identification System Microbial ID 10 Minutes... $2.50 Is it accurate? Established technology with 15 years of clinical and

More information

PRECISE AND POWERFUL MOLECULAR PATHOGEN DETECTION

PRECISE AND POWERFUL MOLECULAR PATHOGEN DETECTION PRECISE AND POWERFUL MOLECULAR PATHOGEN DETECTION RAPID FOOD SAFETY YOU CAN RELY ON Food companies, service labs and government regulators around the world rely on the Hygiena BAX System, which uses the

More information

MicroSEQ Rapid Microbial Identification System

MicroSEQ Rapid Microbial Identification System MicroSEQ Rapid Microbial Identification System Giving you complete control over microbial identification using the gold-standard genotypic method The MicroSEQ ID microbial identification system, based

More information

Assigning Sequences to Taxa CMSC828G

Assigning Sequences to Taxa CMSC828G Assigning Sequences to Taxa CMSC828G Outline Objective (1 slide) MEGAN (17 slides) SAP (33 slides) Conclusion (1 slide) Objective Given an unknown, environmental DNA sequence: Make a taxonomic assignment

More information

UNIFI: The user environment Ken Eglinton Nordic User Training, September 2013

UNIFI: The user environment Ken Eglinton Nordic User Training, September 2013 UNIFI: The user environment Ken Eglinton Nordic User Training, September 2013 2013 Waters Corporation 1 What is UNIFI? Single Platform for Chromatography, Mass Spectrometry, Data Management and Laboratory

More information

Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc.

Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc. Product Summary of XLReporter with GE Intelligent Platforms SyTech, Inc. Page 1 Contents Summary... 3 SYTECH is THE REPORT COMPANY... 3 Product Overview... 4 XLREPORTER EDITIONS... 4 DATA INTERFACES...

More information

Exploring Similarities of Conserved Domains/Motifs

Exploring Similarities of Conserved Domains/Motifs Exploring Similarities of Conserved Domains/Motifs Sotiria Palioura Abstract Traditionally, proteins are represented as amino acid sequences. There are, though, other (potentially more exciting) representations;

More information

cgmp/iso CLIA Experience Unsurpassed Quality

cgmp/iso CLIA Experience Unsurpassed Quality Cert. No. 2254.01 cgmp/iso-17025-2005 CLIA Experience Unsurpassed Quality Polyphasic Microbial Identification & DNA Fingerprinting Microbial Contamination Tracking & Trending Microbial Identification

More information

Tutorial Segmentation and Classification

Tutorial Segmentation and Classification MARKETING ENGINEERING FOR EXCEL TUTORIAL VERSION 1.0.10 Tutorial Segmentation and Classification Marketing Engineering for Excel is a Microsoft Excel add-in. The software runs from within Microsoft Excel

More information

Methods Available for the Analysis of Data from Dominant Molecular Markers

Methods Available for the Analysis of Data from Dominant Molecular Markers Methods Available for the Analysis of Data from Dominant Molecular Markers Lisa Wallace Department of Biology, University of South Dakota, 414 East Clark ST, Vermillion, SD 57069 Email: lwallace@usd.edu

More information

Tutorial Segmentation and Classification

Tutorial Segmentation and Classification MARKETING ENGINEERING FOR EXCEL TUTORIAL VERSION v171025 Tutorial Segmentation and Classification Marketing Engineering for Excel is a Microsoft Excel add-in. The software runs from within Microsoft Excel

More information

NordVal International. c/o Norwegian Veterinary Institute PB 750 Sentrum, N-0106 Oslo, Norway RAPID L. mono

NordVal International. c/o Norwegian Veterinary Institute PB 750 Sentrum, N-0106 Oslo, Norway  RAPID L. mono NordVal International / NMKL c/o Norwegian Veterinary Institute PB 75 Sentrum, N-6 Oslo, Norway www.nmkl.org Issued for: RAPID L. mono NordVal No: First approval date: November 5 Extension date: December

More information

SapphireIMS 4.0 ITAM Suite Feature Specification

SapphireIMS 4.0 ITAM Suite Feature Specification SapphireIMS 4.0 ITAM Suite Feature Specification Overview Organizations are realizing significant cost savings and improved planning capabilities through integration of the entire asset lifecycle. Strong

More information

Thioglycolate Medium for Differentiating

Thioglycolate Medium for Differentiating APPLIED MICROBIOLOGY, Feb. 1972, p. 326-331 Copyright i 1972 American Society for Microbiology Vol. 23, No. 2 Printed in U.S.A. Use of Shake Cultures in a Semisolid Thioglycolate Medium for Differentiating

More information

Assessing and Improving Methods Used in Operational Taxonomic Unit-Based Approaches for 16S rrna Gene Sequence Analysis

Assessing and Improving Methods Used in Operational Taxonomic Unit-Based Approaches for 16S rrna Gene Sequence Analysis APPLIED AND ENVIRONMENTAL MICROBIOLOGY, May 2011, p. 3219 3226 Vol. 77, No. 10 0099-2240/11/$12.00 doi:10.1128/aem.02810-10 Copyright 2011, American Society for Microbiology. All Rights Reserved. Assessing

More information

Temporal and spatial diversity of the tap water microbiota in a. Norwegian hospital

Temporal and spatial diversity of the tap water microbiota in a. Norwegian hospital AEM Accepts, published online ahead of print on 16 October 2009 Appl. Environ. Microbiol. doi:10.1128/aem.01174-09 Copyright 2009, American Society for Microbiology and/or the Listed Authors/Institutions.

More information

Open Source Telemedicine. Sana Android Client and OpenMRS. Winter 2012 IAP

Open Source Telemedicine. Sana Android Client and OpenMRS. Winter 2012 IAP Open Source Telemedicine Sana Android Client and OpenMRS Winter 2012 IAP Images of phone in this presentation Google. All rights reserved. This content is excluded from our Creative Commons license. For

More information

IBM WebSphere Service Registry and Repository, Version 6.0

IBM WebSphere Service Registry and Repository, Version 6.0 Helping you get the most business value from your SOA IBM Repository, Version 6.0 Highlights Provide clear visibility into service Use other standard registries associations and relationships while and

More information

Get The Best Out Of Oracle Scheduler

Get The Best Out Of Oracle Scheduler Get The Best Out Of Oracle Scheduler Vira Goorah Oracle America Redwood Shores CA Introduction Automating the business process is a key factor in reducing IT operating expenses. The need for an effective

More information

GeriMedProfiles. Consultant Pharmacist Software

GeriMedProfiles. Consultant Pharmacist Software GeriMedProfiles Consultant Pharmacist Software Features GerimedProfiles TM is a comprehensive medical database for clinical pharmacists Utilizes Microsoft Access as the core database allowing the end-user

More information

Implementation of the VITEK MS and Its Use in Microbial Identification

Implementation of the VITEK MS and Its Use in Microbial Identification Implementation of the VITEK MS and Its Use in Microbial Identification K a t a l i n K i s s, P h. D., P M P M a n a g e r, S c i e n t i s t, L a b o r a t o r y Te s t i n g S e r v i c e s, AT C C O

More information

IBM Tivoli Endpoint Manager for Lifecycle Management

IBM Tivoli Endpoint Manager for Lifecycle Management IBM Endpoint Manager for Lifecycle Management A single-agent, single-console approach for endpoint management across the enterprise Highlights Manage hundreds of thousands of endpoints regardless of location,

More information

CERTIFICATE OF ACCREDITATION

CERTIFICATE OF ACCREDITATION CERTIFICATE OF ACCREDITATION ANSI-ASQ National Accreditation Board/ACLASS 500 Montgomery Street, Suite 625, Alexandria, VA 22314, 877-344-3044 This is to certify that Molecular Epidemiology, Inc. (MEI)

More information

INSTRUCTIONS CITY OF SALINAS RFQ GUIDELINE. City of Salinas. Open Data Committee 11/20/2017. City of Salinas RFQ Guideline Page 1 of 11

INSTRUCTIONS CITY OF SALINAS RFQ GUIDELINE. City of Salinas. Open Data Committee 11/20/2017. City of Salinas RFQ Guideline Page 1 of 11 CITY OF SALINAS RFQ GUIDELINE City of Salinas Open Data Committee 11/20/2017 City of Salinas RFQ Guideline Page 1 of 11 Dear Respondent: The City of Salinas is interested in developing an open data platform

More information

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability December 2002 IBM Tivoli Monitoring solutions for performance and availability 2 Contents 2 Performance and availability monitoring 3 Tivoli Monitoring software 4 Resource models 6 Built-in intelligence

More information

Instruction Manual. for. gskin U-Value Kit

Instruction Manual. for. gskin U-Value Kit Instruction Manual for gskin U-Value Kit Status: July 12, 2016 gskin U-Value KIT: Instruction Manual 1 / 10 Content 1. The gskin U-Value KIT delivery overview... 1 2. General overview of the gskin U-value

More information

ThermoKill Database R8110: The Latest Version of a Microbial Thermal Death Database and Its Corresponding Information Statistics

ThermoKill Database R8110: The Latest Version of a Microbial Thermal Death Database and Its Corresponding Information Statistics Japan Journal of Food Engineering, Vol. 13, No. 4, pp. 137-142, Dec. 2012 ThermoKill Database R8110: The Latest Version of a Microbial Thermal Death Database and Its Corresponding Information Statistics

More information

Analytical Capability Security Compute Ease Data Scale Price Users Traditional Statistics vs. Machine Learning In-Memory vs. Shared Infrastructure CRAN vs. Parallelization Desktop vs. Remote Explicit vs.

More information

Bisan Enterprise. Non Governmental Organizations NGO Professional Edition. A New Dimension in Financial Management Applications

Bisan Enterprise. Non Governmental Organizations NGO Professional Edition.  A New Dimension in Financial Management Applications Bisan Enterprise Non Governmental Organizations NGO Professional Edition www.bisan.com A New Dimension in Financial Management Applications Bisan Enterprise NGO Professional Edition The information you

More information

Chapter 10: Classification of Microorganisms

Chapter 10: Classification of Microorganisms Chapter 10: Classification of Microorganisms 1. The Taxonomic Hierarchy 2. Methods of Identification 1. The Taxonomic Hierarchy Phylogenetic Tree of the 3 Domains Taxonomic Hierarchy 8 successive taxa

More information

Bisan Enterprise. Non Governmental Organizations - NGO Lite Edition. A New Dimension in Financial Management Applications

Bisan Enterprise. Non Governmental Organizations - NGO Lite Edition.  A New Dimension in Financial Management Applications Bisan Enterprise Non Governmental Organizations - NGO Lite Edition www.bisan.com A New Dimension in Financial Management Applications Bisan Enterprise NGO Lite Edition For small and medium size institutions

More information

Solutions Implementation Guide

Solutions Implementation Guide Solutions Implementation Guide Salesforce, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

METAGENOMICS. Aina Maria Mas Calafell Genomics

METAGENOMICS. Aina Maria Mas Calafell Genomics METAGENOMICS Aina Maria Mas Calafell Genomics Introduction Microbial communities Primary role in biogeochemical systems Study of microbial communities 1.- Culture-based methodologies Only isolated microbes

More information

Lightweight Virtualization in Cloud Computing for Research

Lightweight Virtualization in Cloud Computing for Research Lightweight Virtualization in Cloud Computing for Research Muhamad Fitra Kacamarga, Bens Pardamean, and Hari Wijaya 1 Bioinformatics & Data Science Research Center, Bina Nusantara University Jakarta, Indonesia

More information

How to view Results with Scaffold. Proteomics Shared Resource

How to view Results with Scaffold. Proteomics Shared Resource How to view Results with Scaffold Proteomics Shared Resource Starting out Download Scaffold from http://www.proteomes oftware.com/proteom e_software_prod_sca ffold_download.html Follow installation instructions

More information

Isolation and Characterization of Antibiotic-producing Actinomycetes from hot spring sediment of Thailand

Isolation and Characterization of Antibiotic-producing Actinomycetes from hot spring sediment of Thailand Isolation and Characterization of Antibiotic-producing Actinomycetes from hot spring sediment of Thailand Chitti Thawai Department of Biology and Microbial Resource Management Unit, Scientific Instrument

More information

Original Software Qualify versus Hewlett Packard Quality Center. An Original Insight

Original Software Qualify versus Hewlett Packard Quality Center. An Original Insight versus Hewlett Packard An Original Insight Introduction Format of Comparison...This document is focussed on the test management area although at Original Software we believe the requirement is much broader

More information

ProfessionalPLUS Station Software Suite

ProfessionalPLUS Station Software Suite DeltaV Distributed Control System Product Data Sheet September 2017 ProfessionalPLUS Station Software Suite Global database, architected for flexibility and scalability Powerful, graphical engineering

More information

An introduction into 16S rrna gene sequencing analysis. Stefan Boers

An introduction into 16S rrna gene sequencing analysis. Stefan Boers An introduction into 16S rrna gene sequencing analysis Stefan Boers Microbiome, microbiota or metagenomics? Microbiome The entire habitat, including the microorganisms, their genomes (i.e., genes) and

More information

Introduction of Hinemos an Open Source Integrated System Management Software

Introduction of Hinemos an Open Source Integrated System Management Software Introduction of Hinemos an Open Source Integrated System Management Software NTT DATA Intellilink Corporation IT Operations Management Business Unit 2017/7/1 2017 NTT DATA INTELLILINK Corporation INDEX

More information

CORE BANK PROCESSING NUPOINT. Dynamic Solutions. Superior Results.

CORE BANK PROCESSING NUPOINT. Dynamic Solutions. Superior Results. CORE BANK PROCESSING NUPOINT Dynamic Solutions. Superior Results. NUPOINT FULL INTEGRATION OF CORE SERVICES AND MUCH MORE FULL INTEGRATION across banking platforms NuPoint provides your bank with a dynamic,

More information

ACCELERATING GENOMIC ANALYSIS ON THE CLOUD. Enabling the PanCancer Analysis of Whole Genomes (PCAWG) consortia to analyze thousands of genomes

ACCELERATING GENOMIC ANALYSIS ON THE CLOUD. Enabling the PanCancer Analysis of Whole Genomes (PCAWG) consortia to analyze thousands of genomes ACCELERATING GENOMIC ANALYSIS ON THE CLOUD Enabling the PanCancer Analysis of Whole Genomes (PCAWG) consortia to analyze thousands of genomes Enabling the PanCancer Analysis of Whole Genomes (PCAWG) consortia

More information

Database Searching and BLAST Dannie Durand

Database Searching and BLAST Dannie Durand Computational Genomics and Molecular Biology, Fall 2013 1 Database Searching and BLAST Dannie Durand Tuesday, October 8th Review: Karlin-Altschul Statistics Recall that a Maximal Segment Pair (MSP) is

More information

Risk Management User Guide

Risk Management User Guide Risk Management User Guide Version 17 December 2017 Contents About This Guide... 5 Risk Overview... 5 Creating Projects for Risk Management... 5 Project Templates Overview... 5 Add a Project Template...

More information

Enrichment, Isolation and Identification of Hydrocarbon Degrading Bacteria

Enrichment, Isolation and Identification of Hydrocarbon Degrading Bacteria International Journal of Current Microbiology and Applied Sciences ISSN: 2319-7706 Volume 4 Number 6 (2015) pp. 708-713 http://www.ijcmas.com Original Research Article Enrichment, Isolation and Identification

More information

What s Spoiling Your Beer?

What s Spoiling Your Beer? What s Spoiling Your Beer? the MiL, Inc. MICROBE INOTECH LABORATORIES, INC. The Microbiology of Beer Contamination Microorganisms that contribute to the spoilage of beer, such as bacteria, wild yeasts,

More information

Innovative solutions to simplify your business. IBM System i5 Family

Innovative solutions to simplify your business. IBM System i5 Family Innovative solutions to simplify your business IBM System i5 Family Highlights Provide faster, extremely reliable and highly secure ways to help simplify your IT environment, enabling savings to be invested

More information

Deswik.MDM Mining Data Management

Deswik.MDM Mining Data Management Deswik.MDM Mining Data Management WORKFLOW-DRIVEN MANAGEMENT OF MINING DATA Connecting the planning value chain Tightly integrating with the Deswik.CAD and Deswik.Sched applications, Deswik.MDM provides

More information

Useful P6 EPPM Terms Security Configuration Process in P6 EPPM Defining Global Security Profiles in P6 EPPM... 19

Useful P6 EPPM Terms Security Configuration Process in P6 EPPM Defining Global Security Profiles in P6 EPPM... 19 P6 EPPM Application Administration Guide Version 17 October 2017 Contents Cloud or On-Premises Content... 7 About the P6 EPPM Application Administration Guide... 9 P6 Setup Tasks... 11 Users and Security

More information

The largest network of harmonized bio/ pharmaceutical GMP product testing labs worldwide, Eurofins BioPharma Product Testing enables companies to

The largest network of harmonized bio/ pharmaceutical GMP product testing labs worldwide, Eurofins BioPharma Product Testing enables companies to The largest network of harmonized bio/ pharmaceutical GMP product testing labs worldwide, Eurofins BioPharma Product Testing enables companies to advance candidates from development through commercialization

More information

a-dB. Code assigned:

a-dB. Code assigned: This form should be used for all taxonomic proposals. Please complete all those modules that are applicable (and then delete the unwanted sections). For guidance, see the notes written in blue and the

More information

IT portfolio management template User guide

IT portfolio management template User guide IBM Rational Focal Point IT portfolio management template User guide IBM Software Group IBM Rational Focal Point IT Portfolio Management Template User Guide 2011 IBM Corporation Copyright IBM Corporation

More information

Differentiation of Corynebacterium amycolatum, C. minutissimum, and C. striatum by Carbon Substrate Assimilation Tests

Differentiation of Corynebacterium amycolatum, C. minutissimum, and C. striatum by Carbon Substrate Assimilation Tests JOURNAL OF CLINICAL MICROBIOLOGY, Dec. 1998, p. 3698 3702 Vol. 36, No. 12 0095-1137/98/$04.00 0 Copyright 1998, American Society for Microbiology. All Rights Reserved. Differentiation of Corynebacterium

More information

Lab Exercise: Examining Water Quality: Most Probable Number & Colilert Test Kit Lab

Lab Exercise: Examining Water Quality: Most Probable Number & Colilert Test Kit Lab Lab Exercise: Examining Water Quality: Most Probable Number & Colilert Test Kit Lab OBJECTIVES 1. Understand the use of MPN to determine likely fecal water contamination. 2. Understand the use of MUG,

More information

Milestone XProtect. Open Platform IP video software management. new technologies as they become available.

Milestone XProtect. Open Platform IP video software management. new technologies as they become available. Product Overview Milestone XProtect Open Platform IP video software management hoose independence. Future-proof your investment with XProtect. Whether you re looking to update and expand an existing video

More information

Infectious Disease Omics

Infectious Disease Omics Infectious Disease Omics Metagenomics Ernest Diez Benavente LSHTM ernest.diezbenavente@lshtm.ac.uk Course outline What is metagenomics? In situ, culture-free genomic characterization of the taxonomic and

More information

Curt Burmeister Director, Risk Solutions Algorithmics ERM Symposium Chicago March 30, 2007

Curt Burmeister Director, Risk Solutions Algorithmics ERM Symposium Chicago March 30, 2007 Algo Risk Application Reporting Dashboard Curt Burmeister Director, Risk Solutions Algorithmics ERM Symposium Chicago March 30, 2007 Objective flexible reporting tool 1. Integrate market risk, credit risk,

More information

Using Decision Tree to predict repeat customers

Using Decision Tree to predict repeat customers Using Decision Tree to predict repeat customers Jia En Nicholette Li Jing Rong Lim Abstract We focus on using feature engineering and decision trees to perform classification and feature selection on the

More information

Best Practices in Lifecycle Management: Comparing Suites from Dell KACE, Symantec, LANDesk, and Microsoft

Best Practices in Lifecycle Management: Comparing Suites from Dell KACE, Symantec, LANDesk, and Microsoft Best Practices in Lifecycle : Comparing Suites from Dell KACE,, LANDesk, and Microsoft First published: January 2007 Revised: January 2011 IT & DATA MANAGEMENT RESEARCH, INDUSTRY ANALYSIS & CONSULTING

More information

Using Mobile Agents for the Management of Telecommunication Networks

Using Mobile Agents for the Management of Telecommunication Networks Using Mobile Agents for the Management of Telecommunication s L. Moura e Silva +, P. Simões +, J. Gabriel e Silva + J. Boavida *, P. Monteiro *, J. Rebhan *, C. Renato *, L. Almeida *, N. Sthoer * + Dep.

More information

Contrail Web Pre-Launch Planning

Contrail Web Pre-Launch Planning Contrail Web Pre-Launch Planning Software Version 6.0.X CORPORATE HEADQUARTERS OneRain Incorporated 1531 Skyway Drive, Unit D Longmont, CO 80504-6270 Revision 2.0 THE SPECIFICATIONS AND INFORMATION REGARDING

More information

Symantec ediscovery Platform, powered by Clearwell

Symantec ediscovery Platform, powered by Clearwell Symantec ediscovery Platform, powered by Clearwell Data Sheet: Archiving and ediscovery The brings transparency and control to the electronic discovery process. From collection to production, our workflow

More information

Technical Report. Simple, proven approaches to text retrieval. S.E. Robertson, K. Spärck Jones. Number 356. December Computer Laboratory

Technical Report. Simple, proven approaches to text retrieval. S.E. Robertson, K. Spärck Jones. Number 356. December Computer Laboratory Technical Report UCAM-CL-TR-356 ISSN 1476-2986 Number 356 Computer Laboratory Simple, proven approaches to text retrieval S.E. Robertson, K. Spärck Jones December 1994 15 JJ Thomson Avenue Cambridge CB3

More information

Scalability and High Performance with MicroStrategy 10

Scalability and High Performance with MicroStrategy 10 Scalability and High Performance with MicroStrategy 10 Enterprise Analytics and Mobility at Scale. Copyright Information All Contents Copyright 2017 MicroStrategy Incorporated. All Rights Reserved. Trademark

More information

Introduction to taxonomic analysis of metagenomic amplicon and shotgun data with QIIME. Peter Sterk EBI Metagenomics Course 2014

Introduction to taxonomic analysis of metagenomic amplicon and shotgun data with QIIME. Peter Sterk EBI Metagenomics Course 2014 Introduction to taxonomic analysis of metagenomic amplicon and shotgun data with QIIME Peter Sterk EBI Metagenomics Course 2014 1 Taxonomic analysis using next-generation sequencing Objective we want to

More information

TRENOExport. The Simulationbooster

TRENOExport. The Simulationbooster TRENOExport The Simulationbooster TRENOEXPORT Microscopic simulation is the most accurate method for reproducing railway operations. It supports engineers in a series of tasks, from long-range to short-term

More information

Product Applications for the Sequence Analysis Collection

Product Applications for the Sequence Analysis Collection Product Applications for the Sequence Analysis Collection Pipeline Pilot Contents Introduction... 1 Pipeline Pilot and Bioinformatics... 2 Sequence Searching with Profile HMM...2 Integrating Data in a

More information

Project Management for Students From University of Agribusiness and Rural Development and Software for Its Application

Project Management for Students From University of Agribusiness and Rural Development and Software for Its Application Project Management for Students From University of Agribusiness and Rural Development and Software for Its Application Konstantin Stoychev TSVETKOV Konstantin Stoychev Tsvetkov PhD, University of Agribusiness

More information

Bacterial Isolation, Identification, and Storage. Lila Ruangpan

Bacterial Isolation, Identification, and Storage. Lila Ruangpan Chapter 1. Bacterial isolation, identification and storage Ruangpan, Lila & Tendencia, Eleonor A. Date published: 2004 To cite this document : Ruangpan, L., & Tendencia, E. A. (2004). Chapter 1. Bacterial

More information

Sequencing technologies. Jose Blanca COMAV institute bioinf.comav.upv.es

Sequencing technologies. Jose Blanca COMAV institute bioinf.comav.upv.es Sequencing technologies Jose Blanca COMAV institute bioinf.comav.upv.es Outline Sequencing technologies: Sanger 2nd generation sequencing: 3er generation sequencing: 454 Illumina SOLiD Ion Torrent PacBio

More information

Weka Evaluation: Assessing the performance

Weka Evaluation: Assessing the performance Weka Evaluation: Assessing the performance Lab3 (in- class): 21 NOV 2016, 13:00-15:00, CHOMSKY ACKNOWLEDGEMENTS: INFORMATION, EXAMPLES AND TASKS IN THIS LAB COME FROM SEVERAL WEB SOURCES. Learning objectives

More information

IBM TRIRIGA Application Platform Version 3 Release 4.1. Reporting User Guide

IBM TRIRIGA Application Platform Version 3 Release 4.1. Reporting User Guide IBM TRIRIGA Application Platform Version 3 Release 4.1 Reporting User Guide Note Before using this information and the product it supports, read the information in Notices on page 166. This edition applies

More information

HiSeqTM 2000 Sequencing System

HiSeqTM 2000 Sequencing System IET International Equipment Trading Ltd. www.ietltd.com Proudly serving laboratories worldwide since 1979 CALL +847.913.0777 for Refurbished & Certified Lab Equipment HiSeqTM 2000 Sequencing System Performance

More information

Rapid Bacterial Identification Using a Mass Spectrometry Based Molecular Diagnostics Approach: Evaluation of the Iridica Platform

Rapid Bacterial Identification Using a Mass Spectrometry Based Molecular Diagnostics Approach: Evaluation of the Iridica Platform Rapid Bacterial Identification Using a Mass Spectrometry Based Molecular Diagnostics Approach: Evaluation of the Iridica Platform Alec Saitman, PhD, Jane Y. Yang PhD, Sharon Reed, David Pride, Michele

More information

PEOPLE. PROCESS. INFORMATION PRODUCT BROCHURE

PEOPLE. PROCESS. INFORMATION PRODUCT BROCHURE PEOPLE. PROCESS. INFORMATION. 2016 PRODUCT BROCHURE WHY THEREFORE? In today s fast-paced business environment, efficient information and document management are essential. Gain a competitive edge by being

More information

Predict the financial future with data and analytics

Predict the financial future with data and analytics Aon Benfield Analytics Predict the financial future with data and analytics Predict the financial future with data and analytics In a world of ever-evolving regulation and accounting standards, coupled

More information

A FRAMEWORK FOR ANALYSIS OF METAGENOMIC SEQUENCING DATA

A FRAMEWORK FOR ANALYSIS OF METAGENOMIC SEQUENCING DATA A FRAMEWORK FOR ANALYSIS OF METAGENOMIC SEQUENCING DATA A. MURAT EREN Department of Computer Science, University of New Orleans, 2000 Lakeshore Drive, New Orleans, LA 70148, USA Email: aeren@uno.edu MICHAEL

More information

Sizing SAP Central Process Scheduling 8.0 by Redwood

Sizing SAP Central Process Scheduling 8.0 by Redwood Sizing SAP Central Process Scheduling 8.0 by Redwood Released for SAP Customers and Partners January 2012 Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

i) Wild animals: Those animals that do not live under human supervision or control and do not have their phenotype selected by humans.

i) Wild animals: Those animals that do not live under human supervision or control and do not have their phenotype selected by humans. The OIE Validation Recommendations provide detailed information and examples in support of the OIE Validation Standard that is published as Chapter 1.1.6 of the Terrestrial Manual, or Chapter 1.1.2 of

More information

Asian Consortium for the Conservation and Sustainable Use of Microbial Resources (ACM)

Asian Consortium for the Conservation and Sustainable Use of Microbial Resources (ACM) Asian Consortium for the Conservation and Sustainable Use of Microbial Resources (ACM) M ACM 30 September 2010 Ken-ichiro Suzuki NITE Biological Resource It is said that pure culture of Aspergillus oryzae

More information

DiScRIBinATE: a rapid method for accurate taxonomic classification of metagenomic sequences

DiScRIBinATE: a rapid method for accurate taxonomic classification of metagenomic sequences PROCEEDINGS Open Access DiScRIBinATE: a rapid method for accurate taxonomic classification of metagenomic sequences Tarini Shankar Ghosh, Monzoorul Haque M, Sharmila S Mande * From Asia Pacific Bioinformatics

More information

Design, Install and Manage System Center 2012 Operations Manager

Design, Install and Manage System Center 2012 Operations Manager Design, Install and Manage System Center 2012 Operations Manager Course 55004-55006 5 Days Instructor-led, Hands-on Introduction This five-day instructor-led course combines the content found in two System

More information

Proficy * Real-Time Information Portal. GE Fanuc Automation

Proficy * Real-Time Information Portal. GE Fanuc Automation GE Fanuc Automation Proficy * Real-Time Information Portal (formerly infoagent * ) is GE Fanuc Automation s breakthrough real-time information portal application, allowing you to gain business insight

More information

Using SAP with HP Virtualization and Partitioning

Using SAP with HP Virtualization and Partitioning Using SAP with HP Virtualization and Partitioning Introduction... 2 Overview of Virtualization and Partitioning Technologies... 2 Physical Servers... 2 Hard Partitions npars... 3 Virtual Partitions vpars...

More information

INVENTORY MANAGEMENT

INVENTORY MANAGEMENT support@magestore.com sales@magestore.com Phone: +1 (606) 657-0768 INVENTORY MANAGEMENT USER GUIDE Extension version 1.0.0 Magento version: CE 2.1 Inventory Management for Magento 2 v.1.0.0 1 Table of

More information

MSC.Software: Product Brief - MD Adams What s New PRODUCT BRIEF. MD Adams 2011

MSC.Software: Product Brief - MD Adams What s New PRODUCT BRIEF. MD Adams 2011 PRODUCT BRIEF MD Adams 2011 Welcome to MD Adams 2011 With this release of the Adams product family, MSC.Software proudly presents extensions to recent innovations, exciting new capabilities and continued

More information

Genome sequence of Brucella abortus vaccine strain S19 compared to virulent strains yields candidate virulence genes

Genome sequence of Brucella abortus vaccine strain S19 compared to virulent strains yields candidate virulence genes Fig. S2. Additional information supporting the use case Application to Comparative Genomics: Erythritol Utilization in Brucella. (A) Genes encoding enzymes involved in erythritol transport and catabolism

More information

COMPASS Ecc Agar. Microorganisms Typical phenotype Colony color. GUD + / -gal + GUD - / -gal + GUD - / -gal - 1/5

COMPASS Ecc Agar. Microorganisms Typical phenotype Colony color. GUD + / -gal + GUD - / -gal + GUD - / -gal - 1/5 COMPASS Ecc Agar INTENDED USE COMPASS Ecc Agar is a selective chromogenic medium used for the simultaneous and specific enumeration of all Escherichia coli and coliforms in food products and animal feeding

More information

ELOenterprise. Document Management Archiving Workflow

ELOenterprise. Document Management Archiving Workflow ELOenterprise Document Management Archiving Workflow ELO Enterprise Content Management E L O E n t e r p r i s e C o n t e n t M a n a g e m e n t Dear Sir or Madam I would like to take this opportunity

More information

Microbial Diversity and Assessment (III) Spring, 2007 Guangyi Wang, Ph.D. POST103B

Microbial Diversity and Assessment (III) Spring, 2007 Guangyi Wang, Ph.D. POST103B Microbial Diversity and Assessment (III) Spring, 2007 Guangyi Wang, Ph.D. POST103B guangyi@hawaii.edu http://www.soest.hawaii.edu/marinefungi/ocn403webpage.htm Overview of Last Lecture Taxonomy (three

More information

EZ-Fluo System. For rapid detection of spoilage organisms in wine

EZ-Fluo System. For rapid detection of spoilage organisms in wine Application Note EZ-Fluo System For rapid detection of spoilage organisms in wine Many beverage manufacturing processes are susceptible to spoilage organisms like yeast or bacteria contamination. Contamination

More information

Electronic Measuring System with Vision2 X3 Software. Shown with handeye, a free wireless software application for ios and Android

Electronic Measuring System with Vision2 X3 Software. Shown with handeye, a free wireless software application for ios and Android EN Car-O-Tronic Vision2 X3 Electronic Measuring System with Vision2 X3 Software TM Shown with handeye, a free wireless software application for ios and Android The most advanced, easy-to-use Powerful and

More information

IR Biotyper. Innovation with Integrity. Straight forward strain typing FT-IR

IR Biotyper. Innovation with Integrity. Straight forward strain typing FT-IR IR Biotyper Straight forward strain typing Innovation with Integrity FT-IR Strain Typing Made Easy Fast, easy-to-apply and economical typing methods are highly demanded in hospital hygiene management for

More information