Personal tools

Template:Coexpression clusters: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
m (Reverted edits by A-Kondo (talk) to last revision by Serkan)
(Undo revision 4331714 by A-Kondo (talk))
Line 1: Line 1:
{{Loading|loadingimage=sprites.gif}}<html>
{{Loading|loadingimage=sprites.gif}}<html>
<script type="text/javascript" src="/resource_browser/rb_js/datatables/media/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/datatables/media/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="/resource_browser/rb_js/datatables/extras/TableTools/media/js/TableTools.min.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/datatables/extras/TableTools/media/js/TableTools.min.js"></script>
<script type="text/javascript" src="/resource_browser/rb_js/custom/convert.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/custom/convert.js"></script>
<style type="text/css" title="currentStyle">
<style type="text/css" title="currentStyle">
@import "/resource_browser/rb_js/datatables/media/css/jquery.dataTables.css";
@import "/5/sstar/rb_js/datatables/media/css/jquery.dataTables.css";
@import "/resource_browser/rb_js/datatables/extras/TableTools/media/css/TableTools.css";
@import "/5/sstar/rb_js/datatables/extras/TableTools/media/css/TableTools.css";


.table_title{
.table_title{
Line 18: Line 18:
// FFCP list start
// FFCP list start
var ffcp_list_table = $('.ffcp_list').dataTable();
var ffcp_list_table = $('.ffcp_list').dataTable();
var  ffcp_list_table_tools = new TableTools( ffcp_list_table, {"sSwfPath": "/resource_browser/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
var  ffcp_list_table_tools = new TableTools( ffcp_list_table, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});


$('#ffcp_list_table_export_tool').before(ffcp_list_table_tools.dom.container );
$('#ffcp_list_table_export_tool').before(ffcp_list_table_tools.dom.container );
// FFCP list end
// FFCP list end
var pathway_enrichment_flag="</html>{{{pathway_enrichment}}}<html>";
if($('.pathway_enrichment').size()>0){
if(pathway_enrichment_flag.length>5){
// Pathway enrichment analysis start
// Pathway enrichment analysis start
var pathway_enrichment_table =$('.pathway_enrichment').dataTable({
var pathway_enrichment_table =$('.pathway_enrichment').dataTable({
Line 55: Line 54:
});
});


var  pathway_enrichment_table_tools = new TableTools( pathway_enrichment_table, {"sSwfPath": "/resource_browser/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
var  pathway_enrichment_table_tools = new TableTools( pathway_enrichment_table, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});


$('#pathway_enrichment_table_export_tool').before(pathway_enrichment_table_tools.dom.container );
$('#pathway_enrichment_table_export_tool').before(pathway_enrichment_table_tools.dom.container );
Line 82: Line 81:
});
});


var oTableTools = new TableTools( oTable, {"sSwfPath": "/resource_browser/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
var oTableTools = new TableTools( oTable, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});


$('#gostat_table_export_tool').before( oTableTools.dom.container );
$('#gostat_table_export_tool').before( oTableTools.dom.container );
Line 150: Line 149:
"aLengthMenu": [[10, 50, -1], [10, 50, "All"]],
"aLengthMenu": [[10, 50, -1], [10, 50, "All"]],
"aaData": data,
"aaData": data,
"aoColumns": [{ "sTitle": "Motifs", "sWidth": "200pt", "fnRender": function ( o, val ) {var elem = o.aData[0].split("_"); return "<a href=\"/resource_browser/Novel_motif:"+elem[0].replace('motif', '')+"\">"+o.aData[0]+"</a>";}},{ "sTitle": "-log10(p-value)", "sType": "numeric","fnRender": function (obj) {                     
"aoColumns": [{ "sTitle": "Motifs", "sWidth": "200pt", "fnRender": function ( o, val ) {var elem = o.aData[0].split("_"); return "<a href=\"/5/sstar/Novel_motif:"+elem[0].replace('motif', '')+"\">"+o.aData[0]+"</a>";}},{ "sTitle": "-log10(p-value)", "sType": "numeric","fnRender": function (obj) {                     
                   var num =obj.aData[obj.iDataColumn];
                   var num =obj.aData[obj.iDataColumn];
                   var num_as_number=Number(num);
                   var num_as_number=Number(num);
Line 158: Line 157:
});
});


var tfbs_overexpression_table_tools = new TableTools(tfbs_overexpression_table, {"sSwfPath": "/resource_browser/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
var tfbs_overexpression_table_tools = new TableTools(tfbs_overexpression_table, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});


$('#tfbs_overexpression_table_export_tool').before(tfbs_overexpression_table_tools.dom.container );
$('#tfbs_overexpression_table_export_tool').before(tfbs_overexpression_table_tools.dom.container );
Line 170: Line 169:
                 "iDisplayLength": 10,
                 "iDisplayLength": 10,
"aLengthMenu": [[10, 50, -1], [10, 50, "All"]],
"aLengthMenu": [[10, 50, -1], [10, 50, "All"]],
"aoColumnDefs": [{ "sWidth": "200pt", "fnRender": function ( o, val ) {return "<a href=\"/resource_browser/JASPAR_motif:"+o.aData[0]+"\">"+o.aData[0]+"</a>";}, "aTargets": [ 0 ] }, {"sType": "numeric", "aTargets": [ 1 ],"fnRender": function (obj) {                     
"aoColumnDefs": [{ "sWidth": "200pt", "fnRender": function ( o, val ) {return "<a href=\"/5/sstar/JASPAR_motif:"+o.aData[0]+"\">"+o.aData[0]+"</a>";}, "aTargets": [ 0 ] }, {"sType": "numeric", "aTargets": [ 1 ],"fnRender": function (obj) {                     
                   var num =obj.aData[obj.iDataColumn];
                   var num =obj.aData[obj.iDataColumn];
                   var num_as_number=Number(num);
                   var num_as_number=Number(num);
Line 177: Line 176:
"aaSorting": [[ 1, "desc" ]]
"aaSorting": [[ 1, "desc" ]]
});
});
var tfbs_overexpression_jaspar_table_tools = new TableTools(tfbs_overexpression_jaspar_table, {"sSwfPath": "/resource_browser/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
var tfbs_overexpression_jaspar_table_tools = new TableTools(tfbs_overexpression_jaspar_table, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});


$('#tfbs_overexpression_jaspar_table_export_tool').before(tfbs_overexpression_jaspar_table_tools.dom.container );
$('#tfbs_overexpression_jaspar_table_export_tool').before(tfbs_overexpression_jaspar_table_tools.dom.container );
Line 183: Line 182:


// tf chipseq results table start
// tf chipseq results table start
var tfbs_chipseq_enrich_table=$('#tf_chipseq_enrich').dataTable({
    var tfbs_chipseq_enrich_table=$('#tf_chipseq_enrich').dataTable({
"sScrollY": "300px",
"sScrollY": "300px",
                 "bScrollCollapse": true,
                 "bScrollCollapse": true,
Line 192: Line 191:
"aLengthMenu": [[10, 50, -1], [10, 50, "All"]],
"aLengthMenu": [[10, 50, -1], [10, 50, "All"]],
"aaSorting": [[4,'asc']],
"aaSorting": [[4,'asc']],
"aoColumnDefs": [{"fnRender": function ( o, val ) {var elem = o.aData[0].split("#"); return "<a href=\"/resource_browser/EntrezGene:"+elem[1]+"\">"+elem[0]+"</a>";}, "aTargets": [ 0 ]}, { "sWidth": "150px", "sType": "numeric", "aTargets": [2],"fnRender": function (obj) {                     
"aoColumnDefs": [{"fnRender": function ( o, val ) {var elem = o.aData[0].split("#"); return "<a href=\"/5/sstar/EntrezGene:"+elem[1]+"\">"+elem[0]+"</a>";}, "aTargets": [ 0 ]}, { "sWidth": "150px", "sType": "numeric", "aTargets": [2],"fnRender": function (obj) {                     
                   var num =obj.aData[obj.iDataColumn];                 
                   var num =obj.aData[obj.iDataColumn];                 
                   return exp_converter(num,2,"e") ;
                   return exp_converter(num,2,"e") ;
Line 202: Line 201:
                   return exp_converter(num,2,"e") ;
                   return exp_converter(num,2,"e") ;
}}]
}}]
});
    });
var tfbs_chipseq_enrich_table_tools = new TableTools(tfbs_chipseq_enrich_table, {"sSwfPath": "/resource_browser/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
    var tfbs_chipseq_enrich_table_tools = new TableTools(tfbs_chipseq_enrich_table, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});


$('#tf_chipseq_enrich_table_export_tool').before(tfbs_chipseq_enrich_table_tools.dom.container );
  $('#tf_chipseq_enrich_table_export_tool').before(tfbs_chipseq_enrich_table_tools.dom.container);
// tf chipseq results table end
// tf chipseq results table end
} );
});
</script>
</script>
</html>
</html>
Line 213: Line 212:


Full id: [[full_id::{{{full_id}}}]]
Full id: [[full_id::{{{full_id}}}]]
{{#set:id={{{id}}}}}
{{#set:id={{{id}}}
}}
{{#set:cp_member_count={{#ask:[[Category:FFCP]][[Coexpression_cluster_id::{{{id}}}]]|format=count}}}}
{{#set:cp_member_count={{#ask:[[Category:FFCP]][[Coexpression_cluster_id::{{{id}}}]]|format=count}}}}
{{#ifeq:{{#pos:{{PAGENAME}}|C}}|0
{{#ifeq:{{#pos:{{PAGENAME}}|C}}|0
Line 222: Line 222:
== Phase1 CAGE Peaks ==
== Phase1 CAGE Peaks ==
<span id="ffcp_list_table_export_tool"></span>
<span id="ffcp_list_table_export_tool"></span>
{{#ask:[[Category:FFCP]][[Species::Human (Homo sapiens)]][[Coexpression_cluster_id::{{{id}}}]]|?Short_description|format=ttable|class=ffcp_list|limit=20000}}
{{#ask:[[Category:FFCP]][[FFCP_PHASE2:+]][[Species::Human (Homo sapiens)]][[Coexpression_cluster_id::{{{id}}}]]|?Short_description|format=ttable|class=ffcp_list|limit=20000}}
<br>
<br>


Line 232: Line 232:
}}
}}
----
----
{{#if:{{{pathway_enrichment}}}|<span id="pathway_enrichment_table_export_tool"></span>
{{#if:{{{pathway_enrichment|}}}|<span id="pathway_enrichment_table_export_tool"></span>
<table class="pathway_enrichment"><html><thead></html>
<table class="pathway_enrichment"><html><thead></html>
<tr><th>p.value</th><th>FDR</th><th>nGenes</th><th>nPathway</th><th>Name</th></tr>
<tr><th>p.value</th><th>FDR</th><th>nGenes</th><th>nPathway</th><th>Name</th></tr>
Line 376: Line 376:
var id = obj.aData[ obj.iDataColumn ];
var id = obj.aData[ obj.iDataColumn ];
var elems = id.split('.');
var elems = id.split('.');
return sReturn = "<a href=\"/resource_browser/FF:"+elems[2]+"\">"+decodeURIComponent(elems[0])+" "+elems[1]+"</a>";
return sReturn = "<a href=\"/5/sstar/FF:"+elems[2]+"\">"+decodeURIComponent(elems[0])+" "+elems[1]+"</a>";
} },{ "sTitle": "Score", "sType": "numeric" ,"fnRender": function (obj) {
} },{ "sTitle": "Score", "sType": "numeric" ,"fnRender": function (obj) {
                   var num =obj.aData[obj.iDataColumn];
                   var num =obj.aData[obj.iDataColumn];
Line 384: Line 384:
});
});


var coexpression_dpi_cluster_scores_median_table_export_tools = new TableTools(coexpression_dpi_cluster_scores_median_table, {"sSwfPath": "/resource_browser/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
var coexpression_dpi_cluster_scores_median_table_export_tools = new TableTools(coexpression_dpi_cluster_scores_median_table, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});


$('#coexpression_dpi_cluster_scores_median_table_export_tool').before(coexpression_dpi_cluster_scores_median_table_export_tools.dom.container );
$('#coexpression_dpi_cluster_scores_median_table_export_tool').before(coexpression_dpi_cluster_scores_median_table_export_tools.dom.container );
Line 397: Line 397:
|This analysis result is provided for C0 - C305 clusters.
|This analysis result is provided for C0 - C305 clusters.
}}
}}


[[Category:Coexpression_clusters]]
[[Category:Coexpression_clusters]]

Revision as of 14:47, 1 July 2016


Full id: {{{full_id}}}



Phase1 CAGE Peaks


Enriched pathways on this co-expression cluster<b>Summary:</b><br>Canonical pathway gene sets were compiled from Reactome, Wikipathways and KEGG. For the major signaling pathways, the transcriptionally-regulated genes (downstream targets) were obtained from Netpath. Combined, the canonical pathways and downstream targets totaled 489 human gene sets. The corresponding M. musculus gene sets were inferred by homology using the HomoloGene database. Enrichment for each of the canonical 489 pathways and gene sets included in the co-expression cluster was assessed by the hypergeometric probability. The resulting P values were also then adjusted by the Benjamini-Hochberg method for multiple comparisons.<br><b>Analyst: </b>Emmanuel Dimont<br><br>link to source dataset<br>data


No results for this coexpression

Enriched Gene Ontology terms on this co-expression cluster<b>Summary:</b> Results for GOStat analysis on co-expressed clusters. Each cluster with promoters mapping to at least two different genes was analysed with GOStat (PMID: 14962934) with default parameter. <br><b>Analyst:</b> Erik Arner<br><br>link to source dataset<br>data


No results for this coexpression

Enriched sample ontology terms on this co-expression cluster<b>Summary:</b>To summarize promoter activities (expression profile of a TSS region) across ~1000 samples, we performed enrichment analysis based on FANTOM5 Sample Ontology (FF ontology). The question here is “in which type of samples the promoter is more active”. To answer this question, we compared expressions (TPMs) in the samples associated with a sample ontology term and the rest of the samples by using the Mann-Whitney rank sum test. To summarize ontologies enriched in this co-expression cluster, we ran the same analysis on an averaged expression profile of all promoters that make up. <b>Analyst:</b> Hideya Kawaji <br><br>links to source dataset<br><br>cell_data<br>uberon_data<br>disease_data<br>


Cell Type
Ontology termp-valuen

Uber Anatomy
Ontology termp-valuen

Disease
Ontology termp-valuen




ENCODE TF ChIP-seq peak enrichment analysis<b>Summary:</b> For each TF and each co-expression cluster, the number of promoters with ENCODE TF ChIP signal was compared with the rest of promoters from the robust set using Fisher's exact test. Clusters with significant ChIP enrichment (q <= 0.05) after Benjamini-Hochberg correction were retained. <br><b>Analyst:</b> Erik Arner<br><br>link to source dataset<br><br>data


No analysis results for this cluster

Relative expression of the co-expression cluster<b>Summary:</b>Co-expression clusters are compared against FANTOM5 samples to obtain relative expression. <br><b>Analyst:</b>NA<br><br>link to data source<br> data


Expression error: Unrecognized punctuation character "{".