270 likes | 388 Views
Architectural Constraints on Current Bioinformatics Integration Systems. Norman Paton Department of Computer Science University of Manchester Manchester, UK <norm>@cs.man.ac.uk. Structure of Presentation. Current integration proposals. What they support. What they don’t support, and why.
E N D
Architectural Constraints on Current Bioinformatics Integration Systems Norman Paton Department of Computer Science University of Manchester Manchester, UK <norm>@cs.man.ac.uk
Structure of Presentation • Current integration proposals. • What they support. • What they don’t support, and why. • Requirements for integration. • What could be useful, and why. • Grid opportunities. • Relevant Grid technologies. • Absent Grid technologies.
SRS Sequence Retrieval System http://srs.ebi.ac.uk/
SRS In Use List of Databases Search Interfaces Selected Databases
SRS Results Links to Result Records
BioNavigator • BioNavigator combines data sources and the tools that act over them. • As tools act on specific kinds of data, the interface makes available only tools that are applicable to the data in hand. Online trial from: https://www.bionavigator.com/
Initiating Navigation Select database Enter accession number
Viewing Selected Data Navigate to related programs Relevant display options
Chaining Analyses in Macros Chained collections of navigations can be saved as macros and restored for later use.
Current Public Integration Systems • Location: data is replicated – under control. • Integration model: often minimal. • Architecture: The architecture is often two-tier. • Analysis support: Query and analysis access is carefully contained. Only very careful instantiation of the classification yields sufficiently predictable performance.
Example Analysis • Data: • Yeast genome sequence. • Protein-protein interaction data. • 350 transcriptome experiments. • Overall database ~350Mb. • Analysis: • Correlate transcription of interacting proteins.
Features of Experience • Challenging to conduct single runs of analyses – must break into bits. • These are modest data sets compared with what is coming. • Environment has been designed with analysis in mind. • These analyses will never make it into the public release!
Requirements for Integration • Location: replication is transparent. • Integration model: standards. • Architecture: Flexible, multiple tier. • Analysis support: Arbitrary analyses over diverse data sets. True integration in bioinformatics should not just be data oriented, but involve integration of analyses.
Clients handle user interaction and presentation. Application servers perform computation and analysis. Data servers manage and query databases. Client Application Server Data Server Three Tier Architecture
Three Tier Architecture • Scaleability: • Replace/Upgrade components as needed. • Replace/Upgrade layers independently. • Flexibility: • Application server layer protects clients from changes in database layer. Classical three tier architectures are configured statically, and are adapted slowly as needs evolve.
Necessary: Directory services. Discovery services. Co-allocation. Data replication. Workload management. Accounting and payment. Missing: Databases. Data models. Heterogeneity resolution. Personalisation. Web services. Standards. Necessary and Missing
Dynamic Multi-Tier Resources need to be identified, selected and scheduled dynamically. Client Application Server Application Server Application Server Data Server Data Server
Grid Classification The current Grid is not the answer, but the answer subsumes the current facilities of the Grid.
Summary • Current integration facilities in biology: • Are cunningly restrictive. • Make the most of limited distributed computational architectures. • The Grid is bringing to the table: • Resource description facilities. • Resource scheduling and workflow management facilities. • The Grid does not directly address current needs in biology, but its descendents may.