Linux SoftwareProgrammingLibrariesGO::Model::Term 0.04

GO::Model::Term 0.04



Developer:   GO::Model::Term Team
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   582K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


GO::Model::Term is a term or concept in an ontology.

SYNOPSIS

# From a file
use GO::Parser;
my $parser = new GO::Parser({handler=>'obj'}); # create parser object
$parser->parse("gene_ontology.obo"); # parse file -> objects
my $graph = $parser->handler->graph; # get L object
my $term = $graph->get_term("GO:0001303"); # fetch a term by ID
printf "Term %s %sn", $term->name, $term->acc;

# From a GO Database (requires go-db-perl)
my apph = GO::AppHandle->connect(-dbname=>$dbname);
my $term = $apph->get_term({acc=>00003677});
printf "Term:%s (%s)nDefinition:%snSynonyms:%sn",
$term->name,
$term->public_acc,
$term->definition,
join(", ", @{$term->synonym_list});

Represents an Ontology term; the same class is used for process, compartment and function
currently, a Term is not aware of its Relationships; to find out how a term is related to other terms, use the a GO::Model::Graph object, which will give you the GO::Model::Relationship objects; for example

$rels = $graph->get_parent_relationships($term->acc);

Requirements:
  • Perl
    tags graph get  name term  term acc  term name  sn term  get term  printf term  

    Download GO::Model::Term 0.04


     http://ftp.casaafacerilor.ro/mirrors/CPAN/authors/id/C/CM/CMUNGALL/go-perl-0.04.tar.gz


    Authors software

    GO::Model::Term 0.04 (by GO::Model::Term Team)


    Similar software

    GO::Model::Term 0.04 (by GO::Model::Term Team)

    Bio::Ontology::GOterm 1.4 (by Christian M. Zmasek)
    Bio::Ontology::GOterm is a representation of GO terms.

    SYNOPSIS

    $term = Bio::Ontology::GOterm->new
    ( -go_id => "GO

    Term::GDBUI 0.84 (by Scott Bronson)
    Term::GDBUI is a fully-featured shell-like command line environment.

    SYNOPSIS

    use Term::GDBUI;
    my $term = new Term::GDBUI(co

    Term::ReadLine::Gnu 1.16 (by Hiroo Hayashi)
    Term::ReadLine::Gnu is a Perl extension for the GNU Readline/History Library.

    SYNOPSIS

    use Term::ReadLine;
    $term = new Ter

    Term::ShellUI 0.85 (by Scott Bronson)
    Term::ShellUI is a fully-featured shell-like command line environment.

    SYNOPSIS

    use Term::ShellUI;
    my $term = new Term::Sh

    Term::Prompt 1.03 (by Matthew O. Persico)
    Term::Prompt is a Perl extension for prompting a user for information.

    SYNOPSIS

    use Term::Prompt;
    $value = &prompt(...

    Term::Shell 0.01 (by Neil Watkiss)
    Term::Shell is a simple command-line shell framework.

    SYNOPSIS

    package MyShell;
    use base qw(Term::Shell);

    sub r

    Term::VT102 0.82 (by Andrew Wood)
    Term::VT102 is a class to emulate a DEC VT102 terminal.

    SYNOPSIS

    use Term::VT102;

    my $vt = Term::VT102->new ('cols' => 8

    Bio::Ontology::Ontology 1.4 (by Hilmar Lapp)
    Bio::Ontology::Ontology is a standard implementation of an Ontology.

    SYNOPSIS

    use Bio::Ontology::Ontology;

    # create

    Term::Gnuplot 0.90380905 (by Term::Gnuplot Team)


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags