User:Hisa/SemanticResults: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 36: | Line 36: | ||
"aoColumns": [{ "sTitle": "FF samples", "bSortable": false, "fnRender": function(obj) { | "aoColumns": [{ "sTitle": "FF samples", "bSortable": false, "fnRender": function(obj) { | ||
var id = obj.aData[ obj.iDataColumn ]; | var id = obj.aData[ obj.iDataColumn ]; | ||
return sReturn = "<a href=\"/resource_browser/FF:"+ | var elems = id.split(','); | ||
return sReturn = "<a href=\"/resource_browser/FF:"+elems[2]+"\">"+decodeURIComponent(elems[0])+" "+elems[1]+"</a>"; | |||
} },{ "sTitle": "p-value", "sType": "numeric" }], | } },{ "sTitle": "p-value", "sType": "numeric" }], | ||
"aaSorting": [[ 1, "asc" ]], | "aaSorting": [[ 1, "asc" ]], |
Revision as of 12:25, 12 September 2012
Sample specificity
The values shown are the p-values of the motif in FANTOM5 samples. <br>Analyst: Michiel de Hoon