Difference between revisions of "Template:FFCP"
From FANTOM5_SSTAR
(7 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
<tr><th scope="row" align="right">EntrezGene:</th><td>{{#if:{{{EntrezGene}}}|{{#ifeq:{{#show:{{FULLPAGENAME}}|?EntrezGene}}|NA|NA|{{#ifexist:EntrezGene:{{{EntrezGene}}}|[[EntrezGene:{{{EntrezGene}}}|{{#show:EntrezGene:{{{EntrezGene}}}|?Symbol}}]]|[http://www.ncbi.nlm.nih.gov/gene?term={{#replace:{{{EntrezGene}}}|entrezgene:|}} {{#replace:{{{EntrezGene}}}|entrezgene:|}}] }}}}|NA}}</td></tr>{{#if: {{{HGNC}}} | <tr><th scope="row" align="right">HGNC:</th><td> {{#ifeq:{{#show:{{FULLPAGENAME}}|?HGNC}}| {{#if:{{#pos:{{FULLPAGENAME}}|Hg19}}|NA|}}|NA|[http://www.genenames.org/cgi-bin/quick_search.pl?.cgifields=type&num=50&search={{#replace:{{#show:{{FULLPAGENAME}}|?HGNC}}|HGNC:| }}&submit=Submit {{#replace:{{#show:{{FULLPAGENAME}}|?HGNC}}|HGNC:|}}]|NA}}</td></tr> |}}{{#if: {{{HGNC}}} |<tr><th scope="row" align="right">UniProt:</th><td> {{#ifeq:{{#show:{{FULLPAGENAME}}|?UniProt}}||NA|{{#arraymap:{{#show:{{FULLPAGENAME}}|?UniProt}}|,|$|[http://www.uniprot.org/uniprot/?query=$ $] |}}}}</td></tr>|}} | <tr><th scope="row" align="right">EntrezGene:</th><td>{{#if:{{{EntrezGene}}}|{{#ifeq:{{#show:{{FULLPAGENAME}}|?EntrezGene}}|NA|NA|{{#ifexist:EntrezGene:{{{EntrezGene}}}|[[EntrezGene:{{{EntrezGene}}}|{{#show:EntrezGene:{{{EntrezGene}}}|?Symbol}}]]|[http://www.ncbi.nlm.nih.gov/gene?term={{#replace:{{{EntrezGene}}}|entrezgene:|}} {{#replace:{{{EntrezGene}}}|entrezgene:|}}] }}}}|NA}}</td></tr>{{#if: {{{HGNC}}} | <tr><th scope="row" align="right">HGNC:</th><td> {{#ifeq:{{#show:{{FULLPAGENAME}}|?HGNC}}| {{#if:{{#pos:{{FULLPAGENAME}}|Hg19}}|NA|}}|NA|[http://www.genenames.org/cgi-bin/quick_search.pl?.cgifields=type&num=50&search={{#replace:{{#show:{{FULLPAGENAME}}|?HGNC}}|HGNC:| }}&submit=Submit {{#replace:{{#show:{{FULLPAGENAME}}|?HGNC}}|HGNC:|}}]|NA}}</td></tr> |}}{{#if: {{{HGNC}}} |<tr><th scope="row" align="right">UniProt:</th><td> {{#ifeq:{{#show:{{FULLPAGENAME}}|?UniProt}}||NA|{{#arraymap:{{#show:{{FULLPAGENAME}}|?UniProt}}|,|$|[http://www.uniprot.org/uniprot/?query=$ $] |}}}}</td></tr>|}} | ||
{{#switch:{{#explode:{{PAGENAME}}|:|0}} | {{#switch:{{#explode:{{PAGENAME}}|:|0}} | ||
− | |Hg19=<tr><th scope="row" align="right">Genome view:</th><td>[ | + | |Hg19=<tr><th scope="row" align="right">Genome view:</th><td>[//fantom.gsc.riken.jp/zenbu/gLyphs/#config=ONHzqgf2E5Xtmnpsh2gURB;loc={{#explode:{{PAGENAME}}|,|0}} ZENBU]</td></tr> |
− | |Mm9=<tr><th scope="row" align="right">Link to Zenbu:</th><td>[ | + | |Mm9=<tr><th scope="row" align="right">Link to Zenbu:</th><td>[//fantom.gsc.riken.jp/zenbu/gLyphs/#config=Uz8Jh3NEDl8qV47r6EGQ8B;loc={{#explode:{{PAGENAME}}|,|0}} ZENBU]</td></tr> |
}} | }} | ||
</table> | </table> | ||
Line 38: | Line 38: | ||
{{Fontsize|3|CAGE Expression}} | {{Fontsize|3|CAGE Expression}} | ||
---- | ---- | ||
− | <html><script type="text/ | + | <html><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/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 | + | @import "/5/sstar/rb_js/html5button/datatables.css"; |
@import "/5/sstar/rb_js/datatables/extras/TableTools/media/css/TableTools.css"; | @import "/5/sstar/rb_js/datatables/extras/TableTools/media/css/TableTools.css"; | ||
</style> | </style> | ||
Line 61: | Line 61: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | var oTable = $('#gene_exptable'). | + | var oTable = $('#gene_exptable').DataTable({ |
− | + | dom: 'frt', | |
− | + | scrollY: "300px", | |
− | + | paging: false, | |
− | + | scrollCollapse: true, | |
− | + | pageLength: -1, | |
− | + | order: [[1,'desc']], | |
+ | columnDefs: [{ orderSequence: [ "desc", "asc" ], targets: [ 1 ] }, { type: "html-num", targets: [ 0 ] } ] | ||
}); | }); | ||
$('#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"); | ||
Line 78: | Line 79: | ||
// chart checkbox | // chart checkbox | ||
− | for (var i2=1; 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 + '">' | ||
− | + $( | + | + $('#gene_exptable thead th:nth-child('+(i2+1)+')').text() + '</label><br/>'); |
} | } | ||
function collectdata(){ | function collectdata(){ | ||
data = []; | data = []; | ||
− | for (i2=1, len2= | + | 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": $( | + | data.push({"label": $('#gene_exptable thead th:nth-child('+(i2+1)+')').text(), "data": plots}); |
} | } | ||
slist = []; | slist = []; | ||
Line 113: | Line 114: | ||
var plot1 = $.plot($("#gene_exptable_chart"), plotdata, { | var plot1 = $.plot($("#gene_exptable_chart"), plotdata, { | ||
− | yaxis : { axisLabel : 'TPM' }, | + | yaxis:{ axisLabel:'TPM' }, |
− | lines : { show : false }, | + | lines:{ show:false }, |
− | points : { show : true }, | + | points:{ show:true }, |
− | grid: { hoverable: true, clickable: true }, | + | grid:{ hoverable:true, clickable:true }, |
− | xaxis : { tickDecimals : 0, show: false }, | + | xaxis:{ tickDecimals:0, show:false }, |
− | legend: { show: false } | + | legend:{ show:false } |
}); | }); | ||
Line 166: | Line 167: | ||
$("#y").text(pos.y.toFixed(2)); | $("#y").text(pos.y.toFixed(2)); | ||
if (item) { | if (item) { | ||
− | if (previousPoint != item.dataIndex) { | + | if (previousPoint!=item.dataIndex) { |
previousPoint = item.dataIndex; | previousPoint = item.dataIndex; | ||
Line 218: | Line 219: | ||
{{Fontsize|3| Ontology-based sample term enrichment analysis}}{{#info:<b>Summary:</b>This analysis has been performed by utilizing wilcoxon rank sum test.When the number of associated cells/tissues are > n , randomly sampled n cells/tissues are used for P value calculation with rank sum test. this process are repeated several times, and the P values are averaged on the log space <br><b>Analyst:</b> Hideya Kawaji | {{Fontsize|3| Ontology-based sample term enrichment analysis}}{{#info:<b>Summary:</b>This analysis has been performed by utilizing wilcoxon rank sum test.When the number of associated cells/tissues are > n , randomly sampled n cells/tissues are used for P value calculation with rank sum test. this process are repeated several times, and the P values are averaged on the log space <br><b>Analyst:</b> Hideya Kawaji | ||
<br><br>link to source dataset<br> | <br><br>link to source dataset<br> | ||
− | [ | + | [//fantom.gsc.riken.jp/5/datafiles/latest/extra/Sample_ontology_enrichment_of_CAGE_peaks/ data] |
}} | }} | ||
---- | ---- | ||
<html> | <html> | ||
− | <script type="text/ | + | <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/datatables/extras/TableTools/media/js/TableTools.min.js"></script> | ||
<style type="text/css" title="currentStyle"> | <style type="text/css" title="currentStyle"> | ||
− | @import "/5/sstar/rb_js/datatables | + | @import "/5/sstar/rb_js/html5button/datatables.css"; |
@import "/5/sstar/rb_js/datatables/extras/TableTools/media/css/TableTools.css"; | @import "/5/sstar/rb_js/datatables/extras/TableTools/media/css/TableTools.css"; | ||
.table_title{ | .table_title{ | ||
Line 238: | Line 239: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | var oTable = $('.enrichment_list'). | + | var oTable = $('.enrichment_list').DataTable({ |
− | + | dom: 'frtip', | |
− | + | scrollCollapse: false, | |
− | + | columnDefs: [{ orderable: false, targets: [ 0 ] }, { type: "html-num", width: "50pt", targets: [1] }], | |
− | + | order: [[ 1, "asc" ]] | |
− | |||
− | |||
− | |||
}); | }); | ||
Line 254: | Line 252: | ||
{{#if:{{{ontology_enrichment_celltype_v019_2}}}| | {{#if:{{{ontology_enrichment_celltype_v019_2}}}| | ||
<div style="float:left;width:33%;"> | <div style="float:left;width:33%;"> | ||
− | <table class="enrichment_list"><caption class="table_title">Cell type</caption><html><thead></html> | + | <table class="enrichment_list stripe cell-border order-column compact"><caption class="table_title">Cell type</caption><html><thead></html> |
<tr><th>Ontology term</th><th>p-value</th><th>n</th></tr> | <tr><th>Ontology term</th><th>p-value</th><th>n</th></tr> | ||
<html></thead><tbody></html> | <html></thead><tbody></html> | ||
Line 264: | Line 262: | ||
}}{{#if:{{{ontology_enrichment_uberon_v019_2}}}| | }}{{#if:{{{ontology_enrichment_uberon_v019_2}}}| | ||
<div style="float:left;width:33%;"> | <div style="float:left;width:33%;"> | ||
− | <table class="enrichment_list"><caption class="table_title">Uber anatomy</caption><html><thead></html> | + | <table class="enrichment_list stripe cell-border order-column compact"><caption class="table_title">Uber anatomy</caption><html><thead></html> |
<tr><th>Ontology term</th><th>p-value</th><th>n</th></tr> | <tr><th>Ontology term</th><th>p-value</th><th>n</th></tr> | ||
<html></thead><tbody></html> | <html></thead><tbody></html> |
Latest revision as of 03:09, 22 September 2021
Short description: | |
---|---|
Species: | |
DPI dataset: | NA |
TSS-like-by-RIKEN-classifier(Yes/No): | NA |
DHS support(Yes/No): | NA |
Description: | |
Coexpression cluster: | |
Association with transcript: | |
EntrezGene: | {{{EntrezGene}}} |
HGNC: | NA |
UniProt: | NA |
View on UCSC genome browser
CAGE Expression
- Click each plot point to find sample in table
Ontology-based sample term enrichment analysis<b>Summary:</b>This analysis has been performed by utilizing wilcoxon rank sum test.When the number of associated cells/tissues are > n , randomly sampled n cells/tissues are used for P value calculation with rank sum test. this process are repeated several times, and the P values are averaged on the log space <br><b>Analyst:</b> Hideya Kawaji<br><br>link to source dataset<br>data
Ontology term | p-value | n |
---|
Ontology term | p-value | n |
---|
Ontology term | p-value | n |
---|
"FFCP" is not a number.
Property "Dpi dataset" (as page type) with input value "{{{DPIdataset}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. Property "TSS like by RIKEN classifier" (as page type) with input value "{{{TSSclassifier}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. Property "DHS support" (as page type) with input value "{{{DHSsupport}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.