SelectAgentsQ
SelectAgentQ[DNAStrand]⟹Boolean
determines if the sequence encoded by DNAStrand maps to a hazardous nucleic acid or protein in the Select Agents list provided by the HHS.
SelectAgentQ[PeptideStrand]⟹Boolean
determines if the sequence encoded by PeptideStrand maps to a hazardous nucleic acid or protein in the Select Agents list provided by the HHS.
Examples
Basic Examples (4)
If a conotoxin sequence is detected in the peptide, then the result will be returned early without sending a request to BLAST:
Test a small DNA sequence to check if it encodes for a select agent or toxin:
Test a small peptide sequence to check if it encodes for a select agent or toxin:
Testing a long DNA sequence (>200 bp) sends multiple blast requests and checks each if they encode for a select agent or toxin:


