Job ID: | [%job_id%] | ||
Number of genes submitted for analysis: | [%num_t_gene_ids%] | ||
Number of genes included in analysis: | [%num_t_included_gene_ids%] | ||
Number of genes missing from analysis: | [%num_t_missing_gene_ids%] | ||
Number of unique oPOSSUM genes in analysis: | [%num_t_gids%] | ||
TFBS profile matrix source: | JASPAR CORE profiles | ||
Anchoring TF: | [%anchor_tf_name%] ([%anchor_cluster.name()%]) | ||
Maximum Inter-Binding Distance: | [%max_site_distance%] | ||
TF cluster families: | [%FOREACH fam = tf_families%][%fam%] [%END%] | ||
Conservation cutoff: | [%min_conservation%] | ||
Matrix score threshold: | [%threshold*100%]% | ||
Upstream sequence length: | [%upstream_bp%] | ||
Downstream sequence length: | [%downstream_bp%] | ||
Results returned: | [%IF result_type == 'top_x_results'%] [%IF num_display_results == 'All'%]All results sorted by [%display_sort_by%] | [%ELSE%]Top [%num_display_results%] results sorted by [%display_sort_by%] | [%END%] [%ELSIF result_type == 'significant_hits'%]All results with a Z-score >= [%zscore_cutoff%] and a Fisher score >= [%fisher_cutoff%] sorted by [%display_sort_by%] | [%END%]
Analyzed: | [%FOREACH gene_id = t_included_gene_ids%] [%gene_id%][%END%] |
Omitted: | [%FOREACH gene_id = t_missing_gene_ids%] [%gene_id%][%END%] |
[%message%]
[%ELSIF results%] [%IF warn_zero_bg_hits%]Warning: The provided background set resulted in zero binding sites for one or more TF clusters. These cases are highlighted in red. In cases where there were also zero binding sites for the target set, the Z-score is undefined (NA). In cases where there were one or more binding sites in the target set, the Z-score is infinite (Inf). However, the result may or may not be considered significant. Results for which this was the case are marked with an asterisk (*).
[%END%]TFBS cluster name | Target gene hits | Target gene non-hits | Background gene hits | Background gene non-hits | Target cluster hits | Target cluster nucleotide rate | Background cluster hits | Background cluster nucleotide rate | Z-score | Fisher score | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
*[%cl.name%] | [%ELSE%][%cl.name%] | [%END%][%IF result.t_gene_hits > 0%] [%result.t_gene_hits%] [%ELSE%] [%result.t_gene_hits%] [%END%] | [%result.t_gene_no_hits%] | [%IF result.bg_gene_hits == 0%] [%result.bg_gene_hits%] [%ELSE%] [%result.bg_gene_hits%] [%END%] | [%result.bg_gene_no_hits%] | [%IF result.t_cluster_hits > 0%] [%result.t_cluster_hits%] [%ELSE%] [%result.t_cluster_hits%] [%END%] | [%formatg(3, result.t_cluster_rate)%] | [%IF result.bg_gene_hits == 0%] [%result.bg_cluster_hits%] [%ELSE%] [%result.bg_cluster_hits%] [%END%] | [%IF result.bg_gene_hits == 0%] [%formatg(3, result.bg_cluster_rate)%] [%ELSE%] [%formatg(3, result.bg_cluster_rate)%] [%END%] | [%IF result.bg_gene_hits == 0%] [%IF result.zscore == 'inf' or result.zscore == 'Inf'%]Inf | [%ELSE%]NA | [%END%] [%ELSE%][%formatf(3, result.zscore)%] | [%END%] [%IF result.fisher_p_value == 'inf' or result.fisher_p_value == 'Inf'%]Inf | [%ELSE%][%formatf(3, result.fisher_p_value)%] | [%END%]
Download as a tab delimited text file (results will be kept on the server for [%result_retain_days%] days after analysis)
Consult the help file for an explanation of the column headings.
[%ELSE%]No TFBSs clusters were found which matched your search criteria
[%END%]