Difference between revisions of "SOBA/tool data"

From GMOD
Jump to: navigation, search
m
m (formatting tutorial)
Line 71: Line 71:
 
| presentations =  
 
| presentations =  
 
| tutorials =  
 
| tutorials =  
* [[SOBA Tutorial]]
+
;[[SOBA Tutorial]]
 +
:taught as part of the [[2012 GMOD Summer School]]
 
| wild_urls =  
 
| wild_urls =  
 
| mail = SOBA is supported by the [https://lists.sourceforge.net/lists/listinfo/song-devel Sequence Ontology Developers Mailing list].
 
| mail = SOBA is supported by the [https://lists.sourceforge.net/lists/listinfo/song-devel Sequence Ontology Developers Mailing list].

Revision as of 23:09, 12 February 2013

{{ {{{template}}} | name = SOBA | full_name = Sequence Ontology Bioinformatics Analysis | status = mature | dev = maintenance | support = active | type = | os_linux = y | os_mac = y | os_unix = y | os_win = y | os_web = y | logo = SOBA_Header.jpg | home = http://www.sequenceontology.org/wiki/index.php/SOBA_-_Sequence_Ontology_Bioinformatics_Analysis | about = SOBA, Sequence Ontology Bioinformatics Analysis, is a command line tool and web application for analyzing GFF3 annotations. GFF3 is a standard file format for genomic annotation data. SOBA gathers statistics from GFF3 files and renders them as tables and graphs.

The web version of SOBA will produce the following:

  • Summary statistics of feature types and attributes used
  • Histograms of feature lengths
  • Graphs of Sequence Ontology terms used
  • Histograms of intron density
  • Suggestions to improve SO compliance for invalid terms

In addition, the command line tool (SOBAcl) flexibly produces a much wider variety of tables, figures and graphs based on the data in a GFF3 file as well as the ability to produce complex and extensible custom reports via a robust template system.

SOBA is intended as a tool for those dealing with genomic sequence annotation who want to view genome wide summaries of their annotation files. For example: SOBA would be a useful tool at an annotation jamboree for a newly sequenced organism and when preparing the resulting genome paper; SOBA would help those developing annotation tools to quickly evaluate updates to their tool; SOBA assists comparative genomics analyses by providing a high-level overview of the genome of multiple organisms. SOBA complements genome browsers by providing a summary of all the features annotated in the genome. | screenshot = | public_server = The SOBA web interface is available at the Sequence Ontology website. | dl = SOBAcl is available (via Subversion) from:

 svn co svn://malachite.genetics.utah.edu/SOBA/trunk SOBA

| dl_url = | dl_src = | dl_dev = | dl_src_url = | dl_dev_url = | getting_started_preamble = | req = SOBA is built with Perl and uses Template Toolkit (TT) to generate html or text reports, GraphViz for ontology graphs, and GD for charts. SOBAweb uses CGI::Application as a Perl webapp framework and the JQuery JavaScript library for Web 2.0 effects and AJAX.

SOBA web

The web interface to SOBA should work on any modern browser that has Javascript enabled.

SOBAcl

SOBAcl requires a number of Perl libraries, as well as the Graphviz and libgd graphics library:

| install = Install documentation is included in the SOBAcl download. | config = | doc = Documentation for the web interface to SOBA is available on the Sequence Ontology Wiki as well as via tool-tips on the site itself.

Documentation for the command line version - SOBAcl - is available as a usage statement with the script itself:

SOBAcl --help

A README and INSTALL document are also included with SOBAcl. | papers = | presentations = | tutorials =

SOBA Tutorial
taught as part of the 2012 GMOD Summer School

| wild_urls = | mail = SOBA is supported by the Sequence Ontology Developers Mailing list. | logo_info = | dev_ppl = | dev_status = | contact_email = | input = GFF3 | output = | see_also = | demo_server = | survey_link = }}