You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background
For parasite targets protein sequences maybe unavailable in public databases, but we can get them from the gene files registered in NGB.
Approach
API method to get protein sequences for a target gene shall optionally return local gene sequences in addition to sequences from NCBI. A new option includeLocal shall be added to the request parameters. If this parameter is specified, NGB shall try to find the sequence following this approach:
Find reference genomes associated with a tax id specified for the gene and get gene files associated with this genome.
In the found gene file search features with matching gene id with types GENE and MRNA. Resulting protein sequences shall be reconstructed using ProteinSequenceReconstructionManager.
The text was updated successfully, but these errors were encountered:
Background
For parasite targets protein sequences maybe unavailable in public databases, but we can get them from the gene files registered in NGB.
Approach
API method to get protein sequences for a target gene shall optionally return local gene sequences in addition to sequences from NCBI. A new option
includeLocal
shall be added to the request parameters. If this parameter is specified, NGB shall try to find the sequence following this approach:GENE
andMRNA
. Resulting protein sequences shall be reconstructed usingProteinSequenceReconstructionManager
.The text was updated successfully, but these errors were encountered: