Bartonella clarridgeiae

Bartonella clarridgeiae is a Gram-negative bacteria from the genus of Bartonella which was first isolated in the United States.[3][4] Bartonella clarridgeiae is a zoonotic pathogen which can cause cat scratch disease.[5][6]

Bartonella clarridgeiae
Scientific classification
Kingdom:
Phylum:
Class:
Alpha Proteobacteria
Order:
Family:
Genus:
Species:
B. clarridgeiae
Binomial name
Bartonella clarridgeiae
Lawson and Collins 1996[1]
Type strain
ATCC 51734, Houston-2 cat[2]

Further reading

Clinical and Pathologic Evaluation of Chronic Bartonellahenselae or Bartonella clarridgeiae Infection in Cats

gollark: Indeed!
gollark: OCaml.
gollark: It can parse tuples of integers.
gollark: ```ocamlopen MParsertype expr = int * int[@@deriving show]let integer = many1_chars digit |>> int_of_stringlet parser = integer >>= (fun i -> char ',' >> (integer |>> (fun x -> (i, x))))let eval (str:string) : expr = match MParser.parse_string parser str () with | Success x -> x | Failed (msg, _e) -> failwith msglet () = Format.printf "%a\n" pp_expr (eval "0,1")```HIGHLY advanced programming language design.
gollark: The link.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.