NAME

caGRID::GetPeptideFromPeptideAtlasService - an example to show how to use caGRID::CQL1

SYNOPSIS

use caGRID::GetPeptideFromPeptideAtlasService;

my $query = caGRID::GetPeptideFromPeptideAtlasService->new;

my $id = 7;

my $peptide = $query->GetPeptide($id);

DESCRIPTION

This is a simple example of how to use the caGRID::CQL1 modules to create other modules that scientists could easily use to retrieve data from caGRID.

AUTHOR

Jason Zhang, Brian Osborne

SEE ALSO

caGRID::CQL1::Association, caGRID::CQL1::Attribute, caGRID::CQL1::Group, caGRID::CQL1::Object, caGRID::CQL1::QueryModifier, caGRID::CQL1::Validator, caGRID::CQL1::Schema, caGRID::Net::Request, caGRID::Net::Util, caGRID::Transfer::Client, caGRID::CQL1.