The maximum number of hits to process (defaults to 30, clamped to 0 if negative).
Returns string
A comma-separated string of accession IDs from the hits, or an empty string if no valid hits are present.
Function
getIPRMCDbfetchAccessions
Description
Extracts accession IDs (hit_acc) from the hits array in the SSSResultModel object,
up to the specified numberHits, and joins them with commas.
Returns an empty string if hits is undefined, empty, or numberHits is 0 or negative.
Extracts accession IDs from an SSSResultModel object as a comma-separated string.