The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

EBI::FGPT::FuzzyRecogniser::OntologyTerm

SYNOPSIS

EBI::FGPT::FuzzyRecogniser::OntologyTerm has three fields: accession,label and annotations. Annotations is an array containing synonyms (type of EBI::FGPT::!FuzzyRecogniser::OntologyTerm::Synonym)

    use EBI::FGPT::FuzzyRecogniser::OntologyTerm;

    my $term = EBI::FGPT::FuzzyRecogniser::OntologyTerm->new();
    

AUTHOR

Emma Hastings , <ehastings@cpan.org>

ACKNOWLEDGEMENTS

Tomasz Adamusiak <tomasz@cpan.org>

COPYRIGHT AND LICENSE

Copyright (c) 2010 European Bioinformatics Institute. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under GPLv3.

This software is provided "as is" without warranty of any kind.