Search the vector library
vector_library_searchBrowse a curated library of publicly deposited, feature-annotated cloning and expression vectors — by name, category (E. coli cloning/expression, yeast, mammalian, plant binary, BAC/fosmid, recombineering, phage/M13), length window, or annotated feature (e.g. 'T7 promoter', 'ori', 'AmpR'). Each hit reports the vector's accession, length, topology and feature count; vector_library_get returns the sequence and the full feature table. A curated public-record set, NOT a vendor catalogue — see the gate's notChecked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum hits to return. Capped at 100; asking for more is an error, not a silent truncation. | |
| query | No | Substring of the vector name or its GenBank definition (case- and punctuation-insensitive, min 2 characters). | |
| feature | No | Substring of an annotated feature's label, type or note (min 2 characters), e.g. "T7 promoter", "kanR", "rep_origin". | |
| category | No | Restrict to one category. An unknown category is an error, not an empty result. | |
| maxLength | No | Largest vector length in bp. | |
| minLength | No | Smallest vector length in bp. |