User:Hisa/SemanticResults: Difference between revisions
From FANTOM5_SSTAR
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[ | 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 | "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