Class Report for: AQL Queries
Genes
select g,c,d from g in class Gene_locus where g like "human*" and (exists_tag g->Structure or exists_tag g->Mutation), c in count(select g->Structure), d in count(select g->Mutation) order by :g
select all from class Gene_locus."human*"
select g,c,d,m from g in class Gene_locus where g like "human*", c in count(select g->Structure), d in count(select g->Mutation), m in g->Disease order by :g
|
|