bc_get_antibody_information
Retrieve detailed antibody metadata by its unique ID, including catalog number, vendor, clonality, epitope, applications, target species, isotype, and citations to support research and experimentation.
Instructions
Get detailed information for a specific antibody by its ID.
This function retrieves comprehensive information about a single antibody from the Antibody Registry using its unique antibody ID (abId). The antibody ID is typically obtained from the results of get_antibody_list() function, where each antibody entry contains an 'abId' field that can be used with this function to get detailed information.
Note: Some information provided by the Antibody Registry is for non-commercial use only. Users should refer to antibodyregistry.org for complete terms of use and licensing details.
Args: ab_id (str): The unique antibody ID from the Antibody Registry. This is typically obtained from the 'abId' field in the results of get_antibody_list(), unless the ID is directly provided by the user.
Returns: dict: Detailed antibody information including catalog number, vendor, clonality, epitope, applications, target species, isotype, source organism, citations, and other metadata, or error message if the request fails.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ab_id | Yes | Antibody ID from the Antibody Registry (e.g., '3643095') |