Expression profile for Gb_15243 (Gb_15243)


Attention: This gene has low abundance.

Description : Light-sensor Protein kinase OS=Ceratodon purpureus (sp|p25848|phy1_cerpu : 186.0) & Enzyme classification.EC_2 transferases.EC_2.7 transferase transferring phosphorus-containing group(50.2.7 : 179.6)

Condition Specificity: Root (SPM: 0.78, entropy: 2.52, tau: 0.88)
Tissue Specificity: Root (SPM: 0.8, entropy: 2.58, tau: 0.7)

All conditions


Tissue Specificity

Note: SPM calculations for this profile are done using the maximum value.


function init_qtip() { $('.qtip_tooltip').each(function() { $(this).qtip({ content: { text: function(event, api) { $.ajax({ url: api.elements.target.attr('qtip_href') }) .then(function(content) { // Set the tooltip content upon successful retrieval api.set('content.text', content); }, function(xhr, status, error) { // Upon failure... set the tooltip content to error api.set('content.text', status + ': ' + error); }); return 'Loading...'; // Set some initial text } }, show: { effect: function() { $(this).fadeTo(500, 1); } }, hide: { effect: function() { $(this).fadeTo(500, 0); } }, position: { viewport: $(window) }, style: 'qtip-bootstrap' }); }); } $(function () { init_qtip(); $("#leafy_loader").html(get_loader_svg('loader_leafy')); init_planet_loader('loader_leafy'); $('[data-toggle="popover"]').popover({container: 'body'}); $('a[data-target=#helpModal], abbr[data-target=#helpModal]').click(function(ev) { ev.preventDefault(); var target = $(this).attr("href"); // load the url and show modal on success $("#helpModal .modal-content").load(target, function() { $("#helpModal").modal("show"); }); }); });