Tree Display

AceDB Schema

XML Display

Feedback

Class Report for: AQL Queries


Interactants



select i,s,g from i in class Inhibitor where exists_tag i->Structure, s in i->Structure, g in s->Gene_locus, t in i->Type where t like "*rganophos*" order by :i, :g

select g,s,i from g in class Gene_locus, s in g->Structure, i in s->Inhibitor, t in i->Type where t like "organophosphate"

select i,n from i in class Inhibitor, t in i->Type where t like "Organopho*", n in i->Chemical_nomenclature order by :i

select a, typ from a in class Reactivator, typ in a->Type order by :a

select g,n,s from i in class Inhibitor where i like "Paraoxon", s in i->Structure, g in s->Gene_locus, n in s->Gene_locus->Name order by :g

select i,c,c2 from i in class Inhibitor, t in i->Type where t like "Organophosphate" and exists_tag i->Structure, c in count(select i->Structure), c2 in count(select i->Structure->Gene_locus)

select i,t from i in class Inhibitor, t in i->Type where t like "Organophosphate", ti in i->Type where ti like "Natural"

select a, typ from a in class Interact_gene_locus, typ in a->Type order by :a

select a, c from a in class Inhibitor, c in count (select a->Kinetic_parameter) where c > 0 order by:a

select i,s,g from i in class Inhibitor where exists_tag i->Structure, s in i->Structure, g in s->Gene_locus, t in i->Type where t like "*rganophos*" order by :i, :g

select typ from a in class Inhibitor, typ in a->Type order by :typ










Send your questions or comments to :
Mail to: Nicolas Lenfant, Thierry Hotelier, Yves Bourne, Pascale Marchot and Arnaud Chatonnet.
Please cite: Lenfant 2013 Nucleic.Acids.Res. or Marchot Chatonnet 2012 Prot.Pept Lett.
For technical information about these pages see:
ESTHER Home Page and ACEDB Home Page
AcePerl Lincoln Stein Home Page
webmaster

Acknowledgements and disclaimer