Personal tools

User:Hisa/SemanticResults: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
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:"+id.split('.')[2]+"\">"+id+"</a>";
return sReturn = "<a href=\"/resource_browser/FF:"+id.split('.')[2]+"\">"+decodeURIComponent(id)+"</a>";
} },{ "sTitle": "p-value", "sType": "numeric" }],
} },{ "sTitle": "p-value", "sType": "numeric" }],
"aaSorting": [[ 1, "asc" ]],
"aaSorting": [[ 1, "asc" ]],

Revision as of 12:15, 12 September 2012


Sample specificity

The values shown are the p-values of the motif in FANTOM5 samples. <br>Analyst: Michiel de Hoon