New Genome Browser (NGB) - a Web - based NGS data viewer with unique Structural Variations (SVs) visualization capabilities, high performance, scalability, and cloud data support
Background
Since gene ids for parasite targets may not provide search results for such cases it would be better to search by gene names and species instead
Approach
For parasites target instead of searching by gene id we should use text query build as (GENE1 SPECIES1) OR (GENE2 SPECIES2), e.g. for gene (thr operon leader peptide e.coli) OR (homoserine kinase e.coli). This should be applied to summary publications count and for publications listing request.
In order to add this feature to /target/publications API methods, client shall send optional target id field in the body of request. If this field is present, API shall check target type at first.
Background Since gene ids for parasite targets may not provide search results for such cases it would be better to search by gene names and species instead
Approach For parasites target instead of searching by gene id we should use text query build as
(GENE1 SPECIES1) OR (GENE2 SPECIES2)
, e.g. for gene(thr operon leader peptide e.coli) OR (homoserine kinase e.coli)
. This should be applied to summary publications count and for publications listing request./target/publications
API methods, client shall send optional target id field in the body of request. If this field is present, API shall check target type at first.