GPlogo.gif

Research - BioMOBY


moby


Moby is an object broker:
  1. Given an object of a certain type (eg. protein)
  2. Return a list of services (eg. retrieve sequence; retrieve gene classification; retrieve name of species)
  3. User chooses a service,
  4.  MOBY executes the service, returning a new object

from http://www.biomoby.org/overview.html



The MOBY API (applications program interface)

my $types = $Central->retrieveServiceTypes();
print "Description of types of services\n\n";
foreach my $type (keys %{ $types } ) {
    print "Type: ", $type, " Des: ", $$types{$type}, "\n";

http://home.cc.umanitoba.ca/~frist/Seminars/PlSci04/PlSci04.html

 
FRISTENSKY LAB
BEGINNING Previous Next END