Presentation is loading. Please wait.

Presentation is loading. Please wait.

On the Use of Agents in a BioInformatics Grid with slides from Luc Moreau, University of Southampton,UK myGrid.

Similar presentations


Presentation on theme: "On the Use of Agents in a BioInformatics Grid with slides from Luc Moreau, University of Southampton,UK myGrid."— Presentation transcript:

1 On the Use of Agents in a BioInformatics Grid http://www.mygrid.org.uk with slides from Luc Moreau, University of Southampton,UK myGrid

2 Luc Moreau, Simon Miles, Carole Goble, Mark Greenwood, Vijay Dialani, Matthew Addis, Nedim Alpdemir, Rich Cawley, David De Roure, Justin Ferris, Rob Gaizauskas, Kevin Glover, Chris Greenhalgh, Peter Li, Xiaojian Liu, Phillip Lord, Michael Luck, Darren Marvin, Tom Oinn, Norman Paton, Stephen Pettifer, Milena V Radenkovic, Angus Roberts, Alan Robinson, Tom Rodden, Martin Senger, Nick Sharman, Robert Stevens, Brian Warboys, Anil Wipat, Chris Wroe

3 Overview Bioinformatics background myGrid facts Service oriented architecture On the Use of Agents Personalisation Negotiation Conclusion

4 Bioinformatics & Genomics Large amounts of data Highly heterogeneous Data types Data forms Community Highly complex and inter-related Volatile

5 Bioinformatics Data Descriptive as well as numeric Literature Analogy/ knowledge -based Text Extraction

6 Bioinformatics Analysis Different algorithms BLAST, FASTA, pSW Different implementations WU-BLAST, NCBI-BLAST Different service providers NCBI, EBI, DDBJ

7 Drug Discovery

8 In silico experimentation Discovery, interoperation, fusion, sharing Process is as important as outcome Science is dynamic – change happens Scientific discovery is personal & global Provenance and history

9 myGrid EPSRC funded pilot project Generic middleware within application setting 36 month in 42 month performance period Start 1 st October 2001 16 full-time post docs altogether

10 myGrid consortium Scientific Team Biologists and Bioinformaticians GSK, AZ, Merck KGaA, Manchester, EBI Technical Team Manchester, Southampton, Newcastle, Sheffield, EBI, Nottingham IBM, SUN GeneticXchange Network Inference, Epistemics Ltd

11 myGrid outcomes  e-Scientists Lab book application to show off myGrid core components Graves disease (defective immune system cause of hyperthyroidis)  Developers  myGrid-in-a-Box developers kit Incorporating third party tools and services SoapLab, a soap-based programmatic interface to command-line applications EMBOSS Suite, BLAST, Swiss-Prot, OpenBQS, etc….~ 300 services

12

13

14

15

16

17

18

19

20 Agents in a Bioinformatics Grid The bioinformatics domain is characterised by rapid and substantial change over time. Change in the resources available to the bioscientist poses problems: new resources can appear, old ones can disappear, and some can simply change. Limiting a system to a fixed set of resources (e.g. well-known and highly regarded databases) could impose undesirable constraints.

21 Agents in a Bioinformatics Grid Thus, any system intended for application to the bioinformatics domain should be able to cope with this dynamism and openness.

22 Agents in a Bioinformatics Grid Agents are flexible, autonomous components designed to undertake overarching strategic goals, while at the same time being able to respond to the uncertainty inherent in the environment. Agents provide an appropriate paradigm or abstraction for the design of scalable systems aimed at this kind of problem. Agents are the technology to cope with dynamism and openness.

23 Agents in a Bioinformatics Grid So, again another definition of agents? No! The focus is not on the definition of what qualifies or not an agent. The focus is on techniques that are typical of the agent field.

24 Agents in a Bioinformatics Grid Agent-based computing offers useful techniques that can be used in Grid systems, including: personalisation, communication, negotiation.

25 Personalisation User Agent Service Discovery

26 User Agent When a workflow is being enacted and a choice of services becomes available: the choice should not be made arbitrarily, the choice should be based on the priorities and circumstances of the particular user, e.g., a user may have greater trust in the ability of one service to produce accurate results than another.

27 User Agent: Personalisation The user should not have to be queried each time a service must be chosen; These preferences and previous choices can be recorded and acted upon by the user agent to select from each set of options presented to it; We call this function personalisation.

28 User Agent: contact point The user agent is also a contact point between services within myGrid and the user. The user agent is an intermediary able to receive, e.g.: requests from services for the user to enter data notifications about changes to remote databases. These messages can then be forwarded to the user only when the user is able and willing to receive them.

29 User Agent: “bag man” The user can delegate tasks to the user agent, such as authenticating itself with a service before use, for personalisation of workflows, and in general for any tedious and repetitive task.

30 Personalisation User Agent Service Discovery

31 Personalisation: service discovery At workflow composition time, services capable of meaningful inter-operability must be found and presented to the user. Services needs to be described by semantic annotations. Annotations can be attached by service providers or third party users. Users can also attach their own ratings, trust and personal interpretation.

32 Registering myGrid services performs_task : e.g. retrieving uses_resource : e.g. SWISS PROT protein database is_function_of : e.g. software tool used, e.g. BLAST uses_method : e.g. algorithm used myGrid services are characterised by the following profile:

33 Personalisation: service discovery Service directory + semantic descriptions + third party annotations + federation of multiple directories = personalised service discovery

34 Agents in a Bioinformatics Grid Agent-based computing offers useful techniques that can be used in Grid systems, including: personalisation, communication, negotiation.

35 Negotiation Broker Another application of research from the agent field is in the area of negotiation. Service users and service providers have differing criteria over the preferable quality and content of the service. Negotiation is the process through which providers and users can agree on the terms of use of a service.

36 Negotiation Broker: Notification Service In myGrid, negotiation is particularly useful for notification support. Service providers may want to send out notifications concerning tools releases, changes to databases or updates concerning the state of enacted workflows, etc. Users, services, or agents want to subscribe to some subset of these notifications. A notification service supports asynchronous messaging and manages message distribution.

37 Negotiation Broker: Quality of Service The subjects over which negotiation takes place include the following forms of quality of service: the cost of receiving the notification, the topic (event category) of the notifications, the frequency with which notifications are received, e.g. every time a change occurs, daily the generality of the change described by the notifications, the form in which the information in the notification message is supplied, the accuracy of information contained within a notification.

38 Negotiation Broker: Quality of Service Here, quality of service refers: what a publisher produces, and how a publisher produces it.

39 Negotiation Broker: Quality of Service A publisher of notifications will be able to produce notifications matching one or more measures of quality of service. e.g. a publisher may be able to publish notifications on a particular topic every minute or every hour. A consumer of notifications may prefer one measure of quality of service over another.

40 Negotiation Broker: Quality of Service If demands cannot be met exactly: the consumer may choose to negotiate with the publisher to find the next best quality of service that the publisher can provide.

41 Negotiation Broker The notification service must provide notification support for a potentially large and varying number of consumers. The notification service should have some control over the quality of service agreed upon. The notification service should limit the interaction between the publisher and consumer so that the knowledge of one by the other is limited for reasons of privacy.

42 Quality of Service Broker is an agent conceptually contained within the notification service; negotiates on behalf of each consumer wishing to receive notifications of a specified quality, then provides a final proposal to the consumer; can negotiate with any of the publishers known to the notification service; limits the agreed quality of service to that acceptable to the notification service.

43 QoS Negotiation Protocol

44 Variable deadline

45 Scalability with number of terms

46 Conclusion We have presented the myGrid architecture and overviewed possible use of agents. myGrid aims to provide a personalised environment for the bioscientists, which helps them to automate, repeat and therefore better achieve their experiments. Agents are particularly useful in tailoring the myGrid system to the priorities of individual scientists, personalising each step of a workflow and negotiating on their behalf.

47 Conclusion It can be seen that: with dynamic workflow enactment, standardisation of data semantics via ontologies, the many other facilities of myGrid, agents can make conducting in silico experiments flexible and more easily controlled by the individual or collaborating scientists.

48 Conclusion Longer term agent-based computing techniques enable individual components to collaborate or to compete with others in the provision of services. For example, virtual organisations, where different services come together in some coherent subsystem for a particular purpose regulation of open societies of services through the use of norms and electronic institutions. Use of sophisticated auction mechanisms, or electronic marketplaces, for obtaining the best resources at the least cost to the user.

49 Final Conclusion Agent-based computing is the technology to program Grid systems.

50 www.mygrid.org.uk m

51 New Scientist, 9 August 2003


Download ppt "On the Use of Agents in a BioInformatics Grid with slides from Luc Moreau, University of Southampton,UK myGrid."

Similar presentations


Ads by Google