🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "pathogens"

Found 4 matching component(s)

  • function get_all_lims_pathogens

    Retrieves LIMS_Pathogens nodes from a Neo4j graph database with a configurable limit on the number of results returned.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database query lims pathogens
  • function get_lims_pathogens_by_id

    Retrieves a single LIMS_Pathogens node from a Neo4j graph database by its unique identifier.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database lims pathogen database-query
  • function get_lims_pathogens_by_uid

    Retrieves a single LIMS_Pathogens node from a Neo4j graph database by matching its unique identifier (UID).

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database lims pathogen database-query
  • function create_lims_pathogens

    Create a new LIMS_Pathogens node

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    function create_lims_pathogens

Search Examples