Personal tools

Template:EntrezGene: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
mNo edit summary
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Loading|loadingimage=sprites.gif}}<html><script language="javascript" type="text/javascript" src="/5/sstar/rb_js/flot/jquery.flot.js"></script><script language="javascript" type="text/javascript" src="/5/sstar/rb_js/flot/jquery.flot.axislabels.js"></script>
{{Loading|loadingimage=sprites.gif}}<html><script type="text/javascript" src="/5/sstar/rb_js/jquery-1.7.1.min.js"></script>
<script language="javascript" type="text/javascript" src="/5/sstar/rb_js/flot/jquery.flot.js"></script><script language="javascript" type="text/javascript" src="/5/sstar/rb_js/flot/jquery.flot.axislabels.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/custom/convert.js"></script></html>
<script type="text/javascript" src="/5/sstar/rb_js/custom/convert.js"></script></html>
<table>
<table>
Line 15: Line 16:
</td></tr>
</td></tr>
<tr><th scope="row" align="right" valign="top">Transcripton Factor?: </th><td>{{#switch:{{{tf?}}}|yes=[[tf?::Yes]]|[[tf?::No]]}}</td></tr>
<tr><th scope="row" align="right" valign="top">Transcripton Factor?: </th><td>{{#switch:{{{tf?}}}|yes=[[tf?::Yes]]|[[tf?::No]]}}</td></tr>
<tr><th scope="row" align="right" valign="top"> TSS regions:</th><td>{{#if:{{#ask:[[Category:FFCP]][[EntrezGene::{{{GeneID}}}]]
|?Short description
|format=ul
|headers=hide
|sort=Short description
}}|{{#ask:[[Category:FFCP]][[EntrezGene::{{{GeneID}}}]]
|?Short description
|format=ul
|headers=hide
|sort=Short description
}}|NA}}
</td></tr>
</table>
</table>
{{Fontsize|3|TSS regions }}
----
{{#ask:[[FFCP PHASE2:+]][[Category:FFCP]][[EntrezGene::{{{GeneID}}}]]|?Short_description|format=ttable|mainlabel=TSS peak ID|class=ffcp_list stripe cell-border order-column compact|limit=20000}}
<br>
<html>
<html>
<script language="javascript" type="text/javascript">
<script language="javascript" type="text/javascript">
$(document).ready(function() {  
$(document).ready(function() {  
// TSS regions list
$('.ffcp_list').DataTable({
        dom: 'Blfrtip',
        lengthMenu: [[10, 25, 50, -1], [10, 25, 50, "All"]],
        buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5']
});
// hide-show animation for ucsc genome browser view
// hide-show animation for ucsc genome browser view
$("#ucsc_snap_view").hover(function(){
$("#ucsc_snap_view").hover(function(){
Line 44: Line 45:
<div id="ucsc_snap_view" style="width:750px; height:30px; border-style:solid; border-width:1px; border-color:#aaaaaa;  overflow:auto;">
<div id="ucsc_snap_view" style="width:750px; height:30px; border-style:solid; border-width:1px; border-color:#aaaaaa;  overflow:auto;">
Mouse over to see Genome browser image, Click image to go to Genome browser
Mouse over to see Genome browser image, Click image to go to Genome browser
{{#ucsc_gb_link:{{#replace:{{#ask:[[Category:FFCP]][[Short description::p1@{{{Symbol}}}]][[FFCP PHASE1:+]]|link=none|headers=hide|limit=1|searchlabel=}}|FFCP_PHASE1:|}}}}
{{#ucsc_gb_link:{{#replace:{{#ask:[[Category:FFCP]][[Short description::p1@{{{Symbol}}}]][[FFCP PHASE1:+]]|link=none|headers=hide|limit=1|searchlabel=}}|FFCP PHASE1:|}}}}
</div><br>
</div><br>
{{Fontsize|3|TSS expression}}
{{Fontsize|3|TSS expression}}
----
----
<html>
<html>
<script type="text/javascript" language="javascript" src="/5/sstar/rb_js/datatables/media/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="/5/sstar/rb_js/html5button/datatables.min.js"></script>
<script type="text/javascript" language="javascript" src="/5/sstar/rb_js/datatables/extras/TableTools/media/js/TableTools.min.js"></script>
<script type="text/javascript" language="javascript" src="/5/sstar/rb_js/flot/jquery.flot.min.js"></script>
<script type="text/javascript" language="javascript" src="/5/sstar/rb_js/flot/jquery.flot.min.js"></script>
<style type="text/css" title="currentStyle">
<style type="text/css" title="currentStyle">
@import "/5/sstar/rb_js/datatables/media/css/jquery.dataTables.css";
@import "/5/sstar/rb_js/html5button/datatables.css";
@import "/5/sstar/rb_js/datatables/extras/TableTools/media/css/TableTools.css";
</style>
</style>


Line 72: Line 71:
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function() {
$(document).ready(function() {
     var oTable =  $('#gene_exptable').dataTable({
    var orderArr;
"sScrollY": "300px",
    if($('#gene_exptable')[0].rows[1].cells.length>1){
"bPaginate": false,
        orderArr = [[1,'desc']];
"bScrollCollapse": true,
    } else {
"iDisplayLength": -1,
        orderArr = [[0,'asc']];
"aaSorting": [[1,'desc']],
    }
"aoColumnDefs": [{ "asSorting": [ "asc", "desc" ], "sType": "html", "aTargets": [ 0 ] }, { "asSorting": [ "desc", "asc" ], "aTargets": [ "_all" ] } ]
     var oTable =  $('#gene_exptable').DataTable({
                dom: 'Bfrti',
scrollY: "300px",
scrollCollapse: true,
order: orderArr,
                paging: false,
buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
columnDefs: [{ orderSequence: [ "asc", "desc" ], type: "html", targets: [ 0 ] }, { orderSequence: [ "desc", "asc" ], targets: [ "_all" ] } ]
});
});
$('#gene_exptable_wrapper .dataTables_scrollHead th').css("height", "100px").css("vertical-align", "bottom");
$('#gene_exptable_wrapper .dataTables_scrollHead th').css("height", "100px").css("vertical-align", "bottom");


var data = [];
var data = [];
var plotdata = [];
var plotdata = [];
var slist = [];
var slist = [];
// chart checkbox
// chart checkbox
for (var i2=1; i2<oTable.fnSettings().aoColumns.length; i2++){
for (var i2=1; i2<$('#gene_exptable thead th').length; i2++){
key2 = i2-1;
key2 = i2-1;
         $("#gene_exptable_chart_chkbox").append('<input type="checkbox" name="' + key2 +
         $("#gene_exptable_chart_chkbox").append('<input type="checkbox" name="' + key2 +
                               '" checked="checked" id="id' + key2 + '"><label for="id' + key2 + '">'
                               '" checked="checked" id="id' + key2 + '"><label for="id' + key2 + '">'
                                 + $(oTable.fnSettings().aoColumns[i2].sTitle).text() + '</label><br/>');
                                 + $('#gene_exptable thead th:nth-child('+(i2+1)+')').text() + '</label><br/>');
}
}
 
$(oTable.settings().column(i2).title).text()
function collectdata(){
function collectdata(){
data = [];
data = [];
for (i2=1, len2=oTable.fnSettings().aoColumns.length; i2<len2; i2++){
// for (i2=1, len2=oTable.settings().columns.length; i2<len2; i2++){
for (i2=1, len2=$('#gene_exptable thead th').length; i2<len2; i2++){
 
var plots = [];
var plots = [];
for (i1=2, len1=$('#gene_exptable tr').length; i1<len1; i1++) {
for (i1=2, len1=$('#gene_exptable tr').length; i1<len1; i1++) {
     plots.push([i1,$("#gene_exptable tr")[i1].cells[i2].innerHTML]);
     plots.push([i1,$("#gene_exptable tr")[i1].cells[i2].innerHTML]);
}
}
data.push({"label": $(oTable.fnSettings().aoColumns[i2].sTitle).text(), "data": plots});
data.push({"label": $('#gene_exptable thead th:nth-child('+(i2+1)+')').text(), "data": plots});
}
}
slist = [];
slist = [];
Line 142: Line 148:


collectdata();
collectdata();
drawchart();
if($('#gene_exptable')[0].rows[1].cells.length>1){
    drawchart();
}


// re-draw chart event
// re-draw chart event
Line 203: Line 211:
// clicking point function end
// clicking point function end


var oTableTools = new TableTools(oTable, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
$('#export_tool').before( oTableTools.dom.container );


} );
} );
Line 230: Line 234:


{{Fontsize|3|ENCODE TF ChIP-seq peak enrichment analysis }}{{#info:Analyst: Erik Arner <br>Summary: For each TF and each co-expression cluster, the number of promoters with ENCODE TF ChIP signal was compared with the rest of promoters from the robust set using Fisher's exact test. Clusters with significant ChIP enrichment (q <nowiki><=</nowiki>  0.05)  after Benjamini-Hochberg correction were retained.  <br>
{{Fontsize|3|ENCODE TF ChIP-seq peak enrichment analysis }}{{#info:Analyst: Erik Arner <br>Summary: For each TF and each co-expression cluster, the number of promoters with ENCODE TF ChIP signal was compared with the rest of promoters from the robust set using Fisher's exact test. Clusters with significant ChIP enrichment (q <nowiki><=</nowiki>  0.05)  after Benjamini-Hochberg correction were retained.  <br>
<br><br>link to source dataset.<br>[http://fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters data]
<br><br>link to source dataset.<br>[//fantom.gsc.riken.jp/5/datafiles/phase1.1/extra/Co-expression_clusters data]
}}  
}}  
----
----
Line 238: Line 242:
<script type="text/javascript">
<script type="text/javascript">
$(document).ready(function() {
$(document).ready(function() {
     var oTable2 =  $('#tf_chipseq_enrich').dataTable({
     var oTable2 =  $('#tf_chipseq_enrich').DataTable({
"sScrollY": "300px",
        dom: 'Blfrtip',
"bScrollCollapse": true,
        buttons: ['copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5'],
"bPaginate": true,
scrollY: "300px",
"bFilter": true,
scrollCollapse: true,
"bInfo": true,
        pageLength: 10,
                "iDisplayLength": 10,
lengthMenu: [[10, 50, -1], [10, 50, "All"]],
"aLengthMenu": [[10, 50, -1], [10, 50, "All"]],
order: [[4,'asc']],
"aaSorting": [[4,'asc']],
columnDefs: [{type: "numeric", targets: [2,3,4],
"aoColumnDefs": [{"sType": "numeric", "aTargets": [2,3,4],"fnRender": function (obj) {                  
        render: function ( data, type, row, meta ) {
                   var num =obj.aData[obj.iDataColumn];               
                   var num =data;               
                   return exp_converter(num,2,"e") ;
                   return exp_converter(num,2,"e") ;
} }]
} }]
});
});
var oTableTools2 = new TableTools(oTable2, {"sSwfPath": "/5/sstar/rb_js/datatables/extras/TableTools/media/swf/copy_csv_xls_pdf.swf", "aButtons": [ {"sExtends": "copy", "mColumns": "visible"}, {"sExtends": "csv", "mColumns": "visible"}, {"sExtends": "pdf", "mColumns": "visible"} ]});
 
$('#export_tool2').before( oTableTools2.dom.container );
});
});
</script>
</script>
<span id="export_tool2"></span>
</html>{{#ask:[[tf_chipseq_enrich_entregeneid::{{{GeneID}}}]]|?Tf_chipseq_enrich_values|intro=<div style="width:100%; float:left;"><table id="tf_chipseq_enrich" class="stripe cell-border order-column compact"><html><thead></html><tr><th>Coexpression cluster</th><th>#promoters</th><th>Enrichment</th><th>p-value</th><th>q-value</th></tr><html></thead><tbody></html>|outro=<html></tbody></html></table></div>|link=none|format=template|template=Tf_chipseq_enrichlist_in_entregene|limit=5000|searchlabel=}}
</html>{{#ask:[[tf_chipseq_enrich_entregeneid::{{{GeneID}}}]]|?Tf_chipseq_enrich_values|intro=<div style="width:100%; float:left;"><table id="tf_chipseq_enrich"><html><thead></html><tr><th>Coexpression cluster</th><th>#promoters</th><th>Enrichment</th><th>p-value</th><th>q-value</th></tr><html></thead><tbody></html>|outro=<html></tbody></html></table></div>|link=none|format=template|template=Tf_chipseq_enrichlist_in_entregene|limit=5000|searchlabel=}}
|No analysis results for this cluster
|No analysis results for this cluster
}}
}}
Line 289: Line 289:


[[Category:EntrezGene]]
[[Category:EntrezGene]]
{{#set:GeneID={{{GeneID}}}}}
{{#set:LocusTag ={{{LocusTag}}}}}
{{#set:chromosome={{{chromosome}}}}}
{{#set:type_of_gene={{{type_of_gene}}}}}
{{#set:map_location={{{map_location}}}}}
{{#set:Symbol_from_nomenclature_authority={{{Symbol_from_nomenclature_authority}}}}}
{{#set:Full_name_from_nomenclature_authority={{{Full_name_from_nomenclature_authority}}}}}
{{#set:Nomenclature_status={{{Nomenclature_status}}}}}
{{#set:Other_designations={{{Other_designations}}}}}
<!--
{{#set:Modification_date={{{Modification_date}}}}}
-->


<!--{{#ask:[[Category:SwissregulonMotif]][[EntrezGene::~{{{GeneID}}}]]|?name|format=count}}{{#if:{{#ask:[[Category:SwissregulonMotif]][[EntrezGene::~{{{GeneID}}}]]}}|{{#ask:[[Category:SwissregulonMotif]][[EntrezGene::~{{{GeneID}}}]]
<!--{{#ask:[[Category:SwissregulonMotif]][[EntrezGene::~{{{GeneID}}}]]|?name|format=count}}{{#if:{{#ask:[[Category:SwissregulonMotif]][[EntrezGene::~{{{GeneID}}}]]}}|{{#ask:[[Category:SwissregulonMotif]][[EntrezGene::~{{{GeneID}}}]]

Revision as of 15:16, 16 January 2020

Symbol:{{{Symbol}}}
Description:{{{description}}}
Synonyms:
Species:NA
Xrefs:
EntrezGene:{{{GeneID}}}
{{{dbXrefs}}}:[NA ]
Associated motifs:NA
Transcripton Factor?: No

TSS regions




View on UCSC genome browser


Mouse over to see Genome browser image, Click image to go to Genome browser


TSS expression










  • Click each plot point to find sample in table

ENCODE TF ChIP-seq peak enrichment analysis Analyst: Erik Arner <br>Summary: For each TF and each co-expression cluster, the number of promoters with ENCODE TF ChIP signal was compared with the rest of promoters from the robust set using Fisher's exact test. Clusters with significant ChIP enrichment (q <= 0.05) after Benjamini-Hochberg correction were retained. <br><br><br>link to source dataset.<br>data


No analysis results for this cluster

Details<b>Summary:</b>It includes sequences from the international sequence collaboration, Swiss-Prot, and RefSeq. The RefSeq subset of this file is also available as gene2refseq.<br><br>links to source dataset.<br>human <br>mouse


GeneID:{{{GeneID}}}
LocusTag:{{{LocusTag}}}
chromosome:{{{chromosome}}}
map location:
type of gene:{{{type_of_gene}}}
Symbol from
nomenclature authority:
{{{Symbol_from_nomenclature_authority}}}
Full name from
nomenclature authority:
{{{Full_name_from_nomenclature_authority}}}
Nomenclature status:{{{Nomenclature_status}}}
Other designations:
Modification date:Error: Invalid time.