Template:MCL coexpression mm9: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
}); | }); | ||
// mean table | |||
var rexp_mean_data = []; | |||
var rexp_mean_values = [</html>{{{coexpression_dpi_cluster_scores_mean}}}<html>]; | |||
//var rexp_mean_values = ["0.003","200","1.36e-30"]; | |||
for(i1=0;i1<389;i1++){ | |||
rexp_mean_data.push([rexp_sample[i1], rexp_mean_values[i1]]); | |||
} | |||
$('#coexpression_dpi_cluster_scores_mean_table').dataTable({ | |||
"sScrollY": "300px", | |||
"bScrollCollapse": true, | |||
"bPaginate": false, | |||
"bFilter": true, | |||
"bInfo": false, | |||
"aaData": rexp_mean_data, | |||
"aoColumns": [{ "sTitle": "FF samples", "bSortable": false, "fnRender": function(obj) { | |||
var id = obj.aData[ obj.iDataColumn ]; | |||
var elems = id.split('.'); | |||
return sReturn = "<a href=\"/resource_browser/FF:"+elems[2]+"\">"+decodeURIComponent(elems[0])+" "+elems[1]+"</a>"; | |||
} },{ "sTitle": "Score", "sType": "numeric" }], | |||
"aaSorting": [[ 1, "desc" ]], | |||
}); | |||
} ); | } ); | ||
Line 82: | Line 103: | ||
{{#info: <br>Analyst: }} | {{#info: <br>Analyst: }} | ||
<table id="coexpression_dpi_cluster_scores_median_table"></table> | <table id="coexpression_dpi_cluster_scores_median_table"></table> | ||
== Relative expression of the co-expression cluster -Mean- == | |||
{{#info: <br>Analyst: }} | |||
<table id="coexpression_dpi_cluster_scores_mean_table"></table> | |||
[[Category:MCL_coexpression_mm9]] | [[Category:MCL_coexpression_mm9]] |
Revision as of 14:31, 11 October 2012
Phase1 CAGE Peaks
GOStat results on Coexpression cluster
The results for GOStat analysis on co-expressed clusters("All" category). <br>Analyst: Erik Arner
GO ID | GO name | FDR corrected p-value |
---|---|---|
{{{gostat_on_MCL_coexpression}}} |
Relative expression of the co-expression cluster -Median-
<br>Analyst:
Relative expression of the co-expression cluster -Mean-
<br>Analyst: