qcov_hsp_percobject
object, optional query coverage filter, format {"start": int, "end": int}
perc_identityobject
object, optional identity filter, format {"start": int, "end": int}
scov_hsp_percobject
object, optional subject coverage filter, format {"start": int, "end": int}
evaluenumber
float, expect threshold
query_type* Requiredstring
str, target sequence type, supports "NUCLEOTIDE" and "PROTEIN"
sequence* Requiredstring
str, single query sequence string
sequence_type* Requiredstring
str, query sequence type, supports "NUCLEOTIDE" and "PROTEIN"
databasearray
List[str], target database list, supports "ALLPATENT" and "CLAIMS"
strandarray
List[str], optional alignment direction filter for nucleotide searches only. Supports "PLUS" and "MINUS"; may be omitted or multi-selected.
subject_lengthobject
object, optional subject length filter, format {"start": int, "end": int}
q_perc_identityobject
object, optional query identity filter, format {"start": int, "end": int}
with_gapsboolean
bool, whether sequence alignment includes gaps
s_perc_identityobject
object, optional subject identity filter, format {"start": int, "end": int}
limitinteger
int, maximum returned result count for the backend task
has_modificationarray
List[bool], optional filter for whether the sequence has chemical modification information. Supports true and false; may be omitted or multi-selected.