Glyma.15G221600


Description : Integrase-type DNA-binding superfamily protein


Gene families : OG_42_0000060 (Orthogroups_2024-Update) Phylogenetic Tree(s): OG0000060_tree

Sequence : coding (download), protein (download)


Attention: This gene has low abundance.


Note:Only the main profile, including all conditions, is shown. Additional statistics and tissue specific profiles are available here.


Type Description Actions
Neighborhood Glycine release: Glyma.15G221600
Cluster HCCA clusters: Cluster_171

Target Alias Description ECC score Gene Family Method Actions
A4A49_00099 No alias floral homeotic protein apetala 2 0.03 Orthogroups_2024-Update
At1g16060 No alias AP2-like ethylene-responsive transcription factor... 0.03 Orthogroups_2024-Update
At1g79700 No alias Integrase-type DNA-binding superfamily protein... 0.03 Orthogroups_2024-Update
At2g41710 No alias Integrase-type DNA-binding superfamily protein... 0.03 Orthogroups_2024-Update
At5g10510 No alias AINTEGUMENTA-like 6 [Source:UniProtKB/TrEMBL;Acc:F4KGW7] 0.03 Orthogroups_2024-Update
At5g60120 No alias Target of early activation tagged (EAT) 2... 0.03 Orthogroups_2024-Update
At5g65510 No alias AP2-like ethylene-responsive transcription factor AIL7... 0.04 Orthogroups_2024-Update
Bradi1g51045 No alias Integrase-type DNA-binding superfamily protein 0.02 Orthogroups_2024-Update
Bradi2g37800 No alias related to AP2.7 0.03 Orthogroups_2024-Update
Brara.B01213.1 No alias AP2-type transcription factor *(WRI/AIL) 0.03 Orthogroups_2024-Update
Brara.G01386.1 No alias AP2-type transcription factor *(WRI/AIL) 0.04 Orthogroups_2024-Update
Glyma.05G091200 No alias Integrase-type DNA-binding superfamily protein 0.03 Orthogroups_2024-Update
Glyma.09G199800 No alias AINTEGUMENTA-like 6 0.04 Orthogroups_2024-Update
Glyma.12G056300 No alias Integrase-type DNA-binding superfamily protein 0.03 Orthogroups_2024-Update
Glyma.18G256000 No alias Integrase-type DNA-binding superfamily protein 0.04 Orthogroups_2024-Update
LOC_Os03g19900 No alias AP2 domain containing protein, expressed 0.03 Orthogroups_2024-Update
LOC_Os05g03040 No alias AP2 domain containing protein, expressed 0.02 Orthogroups_2024-Update
LOC_Os11g03540 No alias AP2 domain containing protein, expressed 0.03 Orthogroups_2024-Update
Potri.003G205700 No alias Integrase-type DNA-binding superfamily protein 0.04 Orthogroups_2024-Update
Potri.006G049700 No alias Integrase-type DNA-binding superfamily protein 0.04 Orthogroups_2024-Update
Potri.006G179900 No alias ARIA-interacting double AP2 domain protein 0.03 Orthogroups_2024-Update
Potri.007G011600 No alias AINTEGUMENTA-like 6 0.03 Orthogroups_2024-Update
Potri.007G046200 No alias Integrase-type DNA-binding superfamily protein 0.04 Orthogroups_2024-Update
Potri.008G011900 No alias Integrase-type DNA-binding superfamily protein 0.04 Orthogroups_2024-Update
Potri.010G181000 No alias Integrase-type DNA-binding superfamily protein 0.03 Orthogroups_2024-Update
Potri.018G102200 No alias ARIA-interacting double AP2 domain protein 0.03 Orthogroups_2024-Update
Pp1s32_65V6 No alias ap2 domain-containing transcription factor 0.02 Orthogroups_2024-Update
Seita.3G165200.1 No alias AP2-type transcription factor *(WRI/AIL) &... 0.03 Orthogroups_2024-Update
Seita.5G356300.1 No alias AP2-type transcription factor *(WRI/AIL) 0.05 Orthogroups_2024-Update
Seita.7G308300.1 No alias AP2-type transcription factor *(WRI/AIL) 0.03 Orthogroups_2024-Update
Seita.9G482500.1 No alias AP2-type transcription factor *(WRI/AIL) 0.03 Orthogroups_2024-Update
Solyc06g068570 No alias AP2-like ethylene-responsive transcription factor 0.02 Orthogroups_2024-Update
Sopen08g024960 No alias AP2 domain 0.02 Orthogroups_2024-Update

Type GO Term Name Evidence Source
MF GO:0003700 DNA-binding transcription factor activity IEA InterProScan predictions
BP GO:0006355 regulation of transcription, DNA-templated IEA InterProScan predictions
Type GO Term Name Evidence Source
MF GO:0005516 calmodulin binding IEP Predicted GO
MF GO:0005543 phospholipid binding IEP Predicted GO
BP GO:0006464 cellular protein modification process IEP Predicted GO
BP GO:0036211 protein modification process IEP Predicted GO
BP GO:0043412 macromolecule modification IEP Predicted GO
InterPro domains Description Start Stop
IPR001471 AP2/ERF_dom 155 206
IPR001471 AP2/ERF_dom 54 112
No external refs found!
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"); }); }); });