Personal tools

User:Hisa: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 29: Line 29:


$(document).ready(function() {
$(document).ready(function() {
var motifs = ["mot1", "mot2", "mot3"];
var pval = [0.1, 0.112, 0.23];
var data = [];
for(i1=0;i1<motifs.length;i1++){
data.push([motifs[i1],pval[i1]]);
}
     $('#tfbs_overexpression_table').dataTable({
     $('#tfbs_overexpression_table').dataTable({
"aaData": [["one", 1],["two", 3],["three", 0]],
//"aaData": [["one", 1],["two", 3],["three", 0]],
"aaData": data,
"aoColumns": [{ "sTitle": "Motifs" },{ "sTitle": "p-value" }]
"aoColumns": [{ "sTitle": "Motifs" },{ "sTitle": "p-value" }]
});
});
Line 37: Line 46:
<table id="tfbs_overexpression_table"></table>
<table id="tfbs_overexpression_table"></table>
</html>
</html>


{{REVISIONTIMESTAMP}}
{{REVISIONTIMESTAMP}}

Revision as of 11:32, 8 August 2012

motif without matrices Swissregulon:SRY.p1 Swissregulon:HOX(A,B,D)3.p1

doubled top motif tables CNhs10855 & CNhs11062 CNhs11245 & CNhs11183 CNhs11248 & CNhs11185 CNhs11772 & CNhs12996 CNhs11781 & CNhs12997


enrichment analysis


20120808113240 yes

20240615004028

{{#sparql: SELECT * WHERE { ?x ?y ?z FILTER regex(?z, "GO") } LIMIT 10 |endpoint=http://go.bio2rdf.org/sparql/ |footer=NO }}