| go-db-perl documentation | view source | Contained in the go-db-perl distribution. |
GO::AppHandles::AppHandleSqlImpl
you should never use this class directly. Use GO::AppHandle (All the public methods calls are documented there)
implementation of AppHandle for a GO relational database
Email cjm@fruitfly.berkeley.edu
Args: sample_prods (GP aref) and optional background_prods (GP aref) Returns: enrichment hash array { term=>$term, n_gps_in_sample=>$n_gps_in_sample, n_gps_in_sample_annotated=>$x, gps_in_sample_annotated=>$sample_gps_by_term_id{$term_id}, gps=>$gp_array, n_gps_in_background=>$n_gps_in_background, n_gps_in_background_annotated=>$M, p_value=>$pvalue }
Args: sample_prods (GP aref) background_prods (GP aref) (may be optionally empty) speciesdb arrayref iea use flag (defaults to 0) Returns: enrichment hash array { term=>$term, n_gps_in_sample=>$n_gps_in_sample, n_gps_in_sample_annotated=>$k, gps_in_sample_annotated=>$sample_gps_by_term_id{$term_id}, gps=>$gp_array, n_gps_in_background=>$n_gps_in_background, n_gps_in_background_annotated=>$M, p_value=>$pvalue }
NOTE: Experimental version built for speed. WARNING: Check these optimizations against future DB changes.
| go-db-perl documentation | view source | Contained in the go-db-perl distribution. |