Personal tools

User:Hisa/SemanticResults: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 23: Line 23:
for(i1=0;i1<repnames.length;i1++){
for(i1=0;i1<repnames.length;i1++){
//pval = pvals[i1].split(";");
//pval = pvals[i1].split(";");
data.push([repnames[i1],values[1]]);
data.push([repnames[i1],values[i1]]);
}
}


Line 34: Line 34:
"bInfo": false,
"bInfo": false,
"aaData": data,
"aaData": data,
"aoColumns": [{ "sTitle": "FF samples",  "bSortable": false },{ "sTitle": "p-value",  "sType": "numeric", "sWidth": "50pt" }],
"aoColumns": [{ "sTitle": "FF samples",  "bSortable": false },{ "sTitle": "p-value" }],
"aaSorting": [[ 1, "asc" ]],
"aaSorting": [[ 1, "asc" ]],
});
});

Revision as of 18:15, 10 September 2012


Sample specificity

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