bc_get_antibody_information
Retrieve comprehensive details about a specific antibody using its unique ID from the Antibody Registry. Access metadata such as catalog number, vendor, clonality, epitope, applications, and citations for research or analysis.
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') |