SRI International Bioinformatics 1 Recent Pathway Tools Performance Enhancements (Versions 13.0 to 14.5) Bioinformatics Research Group SRI International.

Slides:



Advertisements
Similar presentations
SRI International Bioinformatics 1 Navigation to Related Objects Bioinformatics Research Group SRI International Mario Latendresse.
Advertisements

WWW Server Operation Markus Krummenacker Fred Gilham Bioinformatics Research Group SRI International
SRI International Bioinformatics 1 Web Services. SRI International Bioinformatics 2 Kinds of Web Services Data retrieval Web Services l PTools-XML l BioPAX.
SRI International Bioinformatics Comparative Analysis Q
SRI International Bioinformatics 1 Genome Browser Markus Krummenacker Bioinformatics Research Group SRI, International Q
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 4: Web Browsing.
Overviews and Omics Viewers. SRI International Bioinformatics Introduction Each overview is a genome-scale diagram of a different aspect of the cellular.
Web Visualization Technology Horner APG Ver 1.0.
WWW Server Operation Markus Krummenacker Fred Gilham Bioinformatics Research Group SRI International
Lesson 4: Web Browsing.
Multiple Tiers in Action
DEiXTo.
ITM352 Javascript and Dynamic Web Pages: Client Side Processing.
SRI International Bioinformatics 1 Searching BioCyc Ron Caspi.
Overviews, Omics Viewers, and Object Groups. SRI International Bioinformatics Introduction Each overview is a genome-scale diagram of cellular machinery.
1 HTML and CGI Scripting CSC8304 – Computing Environments for Bioinformatics - Lecture 10.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
Overviews and Omics Viewers. SRI International Bioinformatics Introduction Each overview is a genome-scale diagram of cellular machinery l Cellular Overview.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
© 2006 KDnuggets [16/Nov/2005:16:32: ] "GET /jobs/ HTTP/1.1" "
SRI International Bioinformatics 1 Recent Developments in Pathway Tools GMOD Workshop November ‘07 Suzanne Paley Bioinformatics Research Group SRI International.
SRI International Bioinformatics 1 The Structured Advanced Query Page Tomer Altman & Mario Latendresse Bioinformatics Research Group SRI, International.
SRI International Bioinformatics 1 The Structured Advanced Query Page Tomer Altman & Mario Latendresse Bioinformatics Research Group SRI, International.
SRI International Bioinformatics 1 Object Groups & Enrichment Analysis Suzanne Paley Pathway Tools Workshop 2010.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
_______________________________________________________________________________________________________________ E-Commerce: Fundamentals and Applications1.
Cellular Overview and Omics Viewer. SRI International Bioinformatics The Cellular Overview Diagram A way to quickly visualize an organism’s metabolism.
SRI International Bioinformatics 1 SmartTables & Enrichment Analysis Peter Karp SRI Bioinformatics Research Group September 2015.
Review Windows XP/Vista/7. OS: Operating System The major tasks working on a operating system and Office 2010: Using GUI: The starting interface is desktop.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
SRI International Bioinformatics 1 The Structured Advanced Query Page Tomer Altman Bioinformatics Research Group SRI, International February 1, 2008.
1 3 Computing System Fundamentals 3.4 Networked Computer Systems.
Web application architecture1 Based on Jim Conallen: Web Applications with UML.
Session 1 Chapter 1 - Introduction to Web Development ITI 133: HTML5 Desktop and Mobile Level I
Introduction to KE EMu
Introduction to KE EMu Unit objectives: Introduction to Windows Use the keyboard and mouse Use the desktop Open, move and resize a.
SRI International Bioinformatics 1 The Structured Advanced Query Page Mario Latendresse Tomer Altman Bioinformatics Research Group SRI International March,
Introduction to KE EMu Unit objectives: Introduction to Windows Use the keyboard and mouse Use the desktop Open, move and resize a.
SRI International Bioinformatics 1 Editing Pathway/Genome Databases Ron Caspi.
ASP-2-1 SERVER AND CLIENT SIDE SCRITPING Colorado Technical University IT420 Tim Peterson.
How Web Database Architectures Work CPS181s April 8, 2003.
Display Page (HTML/CSS)
SRI International Bioinformatics 1 Pathway Tools Features Available Only in the Desktop Version PathoLogic.
Introduction to the Mac Introduction to the Mac Using Apple’s OS X with Jim Mollé Learn iT! Computer Software Training.
T29 Upgrade changes. WebEx is changing in the latest release. From 19 th February WebEx will be upgraded to the latest version. Cisco introduces several.
SRI International Bioinformatics 1 The Structured Advanced Query Page Tomer Altman Mario Latendresse Bioinformatics Research Group SRI International April.
Recent Developments and Future Directions in Pathway Tools Peter D. Karp SRI International.
Find what you’re looking for on KiwanisOne.org. Scott Smith Chief technology officer Kiwanis International.
Using Browser-Based Web Developer Tools Learn some of the tricks that developers use to work with HTML, CSS styles, and Javascript.
SSE WebMapViewer Recent Developments Steven Smolders SSE Workshop ESA - ESRIN, Frascati, Rome.
//liveVirtualacademy2011/ What’s New for ASP.NET 4.5 and Web Development in Visual Studio 11 Developer Preview Γιώργος Καπνιάς MVP, MCT, MCDP, MCDBA, MCTS,
11 SUPPORTING INTERNET EXPLORER IN WINDOWS XP Chapter 11.
Product Workshop We talk about the latest improvements made to Trapeze and review some of the tools and features we’ve been working on. Presented by Anthony.
Enhance Your Page Load Speed And Improve Traffic.
Comparative Analysis in BioCyc
Lesson 4: Web Browsing.
Bioinformatics Research Group
Direct Internet 3 Iridium Proprietary and Confidential 9/18/2018.
Hints and tips for faster web apps
Life Cycle Objectives By James Lee and Matt Higgins
RouteSearch A tool to find metabolic routes in a reaction network and
WEB PROGRAMMING JavaScript.
Comparative Analysis Q
JavaScript Form Validation
WEBINAR: Test Automation & Robotic Automation of Dynamics AX with Rapise October 18th, 2018 – Adam
Bioinformatics Research Group SRI International
HTML5 and Local Storage.
Lesson 4: Web Browsing.
Client-Server Model: Requesting a Web Page
Presentation transcript:

SRI International Bioinformatics 1 Recent Pathway Tools Performance Enhancements (Versions 13.0 to 14.5) Bioinformatics Research Group SRI International Mario Latendresse October 2010

SRI International Bioinformatics 2 Web Server Improvements (version 13.0 through 14.5) Lossless Compression (version 13.0) l Compression of ‘.shtml’, ‘.html’, ‘.js’ files “Minification” of JavaScript files (version 13.0) l JavaScript files (‘.js’) are statically minified Keep-Alive (version 14.0) l An HTTP 1.1 mechanism to keep connected to the client to receive more than one HTTP requests. File caching via the ‘expire’ HTTP parameter (version 14.5) l Web designers can specify their own expire duration (e.g., 2 days, 1 week, 3 months) when starting a Web server (parameter WWW-Browser- Static-Page-Expiry-Seconds in init-ptools.dat file) Typically, Web requests are twice as fast when using all these improvements

SRI International Bioinformatics 3 BioVelo Speed Improvements in Pathway Tools (version 14.5) BioVelo is used in most searching commands on the Web l The searching interfaces for genes/proteins/RNAs, compounds, reactions, pathways (under the Search menu in the top menu bar) l The Advanced Searches (SAQP, FFAQP) l Not the quick search Much faster in searching and generating large outputs l This improvement was achieved by removing a basic constraint in Ocelot when manipulating multiple databases Version 14.5 is often 2 to 10 times faster compared to version 14.0 (speedup depends on the size of the generated output)

SRI International Bioinformatics 4 Cellular Overview (14.5) Much faster when visiting the different zoom levels (it takes about 4 seconds compared to 15 to 30 seconds in version 14.0) Pre-generating the Cellular Overviews is key for good speedup (very soon an automatic way to do this for users) Parsing the expression data is much faster (2 to 10 times faster) More improvements are expected with new JavaScript engines for most popular browsers Latest Chrome and Safari browsers are best now; Firefox is trailing behind; IE version 9 will be much better for JavaScript speed

SRI International Bioinformatics 5 Comparative Analysis Improvements Improvements for the Desktop as well as the Web versions For the desktop version using the genome comparative tool, we measured a speedup of about 4 (based on a comparison between ecocyc trpA and 48 other databases) Speed up came from improving the speed when switch between organisms

SRI International Bioinformatics 6 Pathologic Speed Improvements A new option “-fast” when starting Pathway Tools. The creation of the PGDB is much faster due to several low-level Ocelot improvements Quite noticeable on large genome or doing meta- genomics It is about 5 times faster for large input files to Pathologic

SRI International Bioinformatics 7 Pathologic Predictive Improvements Taxonomic range can be used to better predict pathways Some name matcher improvements (the full set of possible suffixes and prefixes is applied) More key reactions specified in MetaCyc

SRI International Bioinformatics 8 Recent Pathway Tools Performance Enhancements Questions?