User:Serkan/test0: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
</html> | </html> | ||
<div id="container" style="min-width: 400px; height: 400px; margin: 0 auto"></div> | <div id="container" style="min-width: 400px; height: 400px; margin: 0 auto"></div> | ||
<script type="text/javascript"> | |||
$(function () { | |||
var chart; | |||
$(document).ready(function () { | |||
// Build the chart | |||
$('#container').highcharts({ | |||
chart: { | |||
plotBackgroundColor: null, | |||
plotBorderWidth: null, | |||
plotShadow: false | |||
}, | |||
title: { | |||
text: 'Browser market shares at a specific website, 2010' | |||
}, | |||
tooltip: { | |||
pointFormat: '{series.name}: <b>{point.percentage}%</b>', | |||
percentageDecimals: 1 | |||
}, | |||
plotOptions: { | |||
pie: { | |||
allowPointSelect: true, | |||
cursor: 'pointer', | |||
dataLabels: { | |||
enabled: false | |||
}, | |||
showInLegend: true | |||
} | |||
}, | |||
series: [{ | |||
type: 'pie', | |||
name: 'Browser share', | |||
data: [ | |||
['Firefox', 45.0], | |||
['IE', 26.8], | |||
{ | |||
name: 'Chrome', | |||
y: 12.8, | |||
sliced: true, | |||
selected: true | |||
}, | |||
['Safari', 8.5], | |||
['Opera', 6.2], | |||
['Others', 0.7] | |||
] | |||
}] | |||
}); | |||
}); | |||
}); | |||
</script> | |||
Revision as of 11:45, 11 June 2013
<script type="text/javascript"> $(function () {
var chart; $(document).ready(function () { // Build the chart $('#container').highcharts({ chart: { plotBackgroundColor: null, plotBorderWidth: null, plotShadow: false }, title: { text: 'Browser market shares at a specific website, 2010' }, tooltip: { pointFormat: '{series.name}: {point.percentage}%', percentageDecimals: 1 }, plotOptions: { pie: { allowPointSelect: true, cursor: 'pointer', dataLabels: { enabled: false }, showInLegend: true } }, series: [{ type: 'pie', name: 'Browser share', data: [ ['Firefox', 45.0], ['IE', 26.8], { name: 'Chrome', y: 12.8, sliced: true, selected: true }, ['Safari', 8.5], ['Opera', 6.2], ['Others', 0.7] ] }] }); });
}); </script>
Name: | {{{name}}} | ||
---|---|---|---|
Namespace: | {{{namespace}}} | ||
Definition: | {{{def}}} | ||
Xrefs: |
| ||
Synonyms: | {{{synonym}}} | ||
Comments: | {{{comment}}} | ||
Alt_id: | {{{alt_id}}} | ||
Subset: | {{{subset}}} | ||
Created by: | {{{created_by}}} | ||
Creation date: | {{{obo_creation_date}}} | ||
Has quality: | {{{has_quality}}} |
Ontology association<br>Each term has an is_a parent in the Uberon Ontology, which has a linkage to an another entity and FANTOM5 samples.Libraries were grouped into mutually exclusive facets according to the FANTOM5 sample ontology mapping to UBERON ontologies.<br><br>link to ontology dataset<br>data
Parents
NA
Children
NA
Ontology Tree: Loaded from BioPortal
Ontorolgy tree(Small window open)
FF samples<br>It includes FANTOM5 samples that overlay the Uberon ontology
Enrichment analysis: top 100 FFCP enriched with this ontology term TOP 100 FANTOM5 Cage Peaks enriched with {{{id}}} ({{{name}}}), sorted by p-values <br>Analyst: Hideya Kawaji<br><br>link to source dataset <br>human : data <br>mouse : data
No analysis results
"{{{obo_creation_date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.
Property "Property value" (as page type) with input value "{{{property_value}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.
GRAPH
Requested data could not be displayed due to some insufficient selection criteria.