Get a vector with its annotation
vector_library_getReturn one vector from the library: its GenBank accession and version, length, topology, organism/definition, complete sequence, and the full annotated feature table (type, label, 1-based inclusive start/end, strand, spliced length, and the location descriptor as the record wrote it). Accepts the library id, the vector name, or the accession. An unrecognised id is an error carrying the closest names — never an empty result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Library id (e.g. "pbr322"), vector name ("pBR322"), or accession ("J01749" / "J01749.1"). | |
| includeSequence | No | Set false for the annotation only — useful for a large BAC where the bases are not the point. |