Abiotrophia

Abiotrophia is a genus of lactic acid bacteria, a family in the phylum Firmicutes (Bacteria).

Abiotrophia
Scientific classification
Domain: Bacteria
Phylum: Firmicutes
Class: Bacilli
Order: Lactobacillales
Family: Aerococcaceae
Genus: Abiotrophia
Y. Kawamura et al. 1995[1]
Type species
Abiotrophia defectiva
Species

See text

Species

The genus contains 4 species of coccus shaped species,[2] 2 are former members of the genus Streptococcus, which were transferred in 1995 to the newly coined genus Abiotrophia:[1]

  • A. adiacens ( (Bouvet et al. 1989) Kawamura et al. 1995; Latin feminine gender adjective adiacens, adjacent, indicating that this organism can grow as satellite colonies adjacent to other bacterial growth.)
  • A. defectiva ( (Bouvet et al. 1989) Kawamura et al. 1995, comb. nov. (Type species of the genus).; Latin feminine gender adjective defectiva, deficient.)[3]

Other 2 are latter additions:

  • A. balaenopterae ( Lawson et al. 1999; New Latin genitive case noun balaenopterae, pertaining to the minke whale, Balaenoptera acutorostrata, from which the organism was isolated.)[4]
  • A. elegans ( Roggenkamp et al. 1999; Latin feminine gender adjective elegans, choice, nice, elegant.)[5]

In 2000, Collins and Lawsons further differentiated A. adiacens, A. balaenopterae and A. elegans from A. defectiva by placing them into the new genus Granulicatella.[6]

Etymology

The name Abiotrophia derives from: Greek prefix ἄ (a)-, negative (un-); Greek noun βιος (bios), life; Greek noun τροφιά (trophia), nutrition; New Latin feminine gender noun Abiotrophia, life-nutrition-deficiency.[2]

Genome Sequence

For the Human Microbiome Project (HMP), the genome of Abiotrophia defectiva ATCC 49176 has been sequenced (assembly) as it is a resident of human oral cavity and urogenital and intestinal tracts and is a cause of infective endocarditis. showing it to have 3291 protein encoded in a 3.4774 Mbp genome with a GC content of 37.0% [7]

Disease

Formerly classified as nutritionally variant streptococci, A. elegans had been identified as a cause of 1 to 2% of blood culture negative bacterial endocarditis.[8]

gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5

References

  1. "KAWAMURA (Y.), HOU (X.G.), SULTANA (F.), LIU (S.), YAMAMOTO (H.) and EZAKI (T.): Transfer of Streptococcus adjacens and Streptococcus defectivus to Abiotrophia gen. nov. as Abiotrophia adiacens comb. nov. and Abiotrophia defectiva comb. nov., respectively. Int. J. Syst. Bacteriol., 1995, 45, 798-803". Archived from the original on 2010-07-17. Retrieved 2011-05-22.
  2. Abiotrophia entry in LPSN [Euzéby, J.P. (1997). "List of Bacterial Names with Standing in Nomenclature: a folder available on the Internet". International Journal of Systematic and Evolutionary Microbiology. 47 (2): 590–2. doi:10.1099/00207713-47-2-590. PMID 9103655.]
  3. KAWAMURA (Y.), HOU (X.G.), SULTANA (F.), LIU (S.), YAMAMOTO (H.) and EZAKI (T.): Transfer of Streptococcus adiacens and Streptococcus defectivus to Abiotrophia genitive case nov. as Abiotrophia adiacens comb. nov. and Abiotrophia defectiva comb. nov., respectively. Int. J. Syst. Bacteriol., 1995, 45, 798-803.
  4. "Abiotrophia balaenopterae sp. nov., isolated from the minke whale (Balaenoptera acutorostrata)". Archived from the original on 2010-07-17. Retrieved 2011-05-22.
  5. "Archived copy". Archived from the original on 2011-03-07. Retrieved 2011-05-22.CS1 maint: archived copy as title (link)
  6. Collins M, Lawson P. Int J Syst Evol Microbiol 50(1):365-369 doi:10.1099/00207713-50-1-365
  7. "Abiotrophia defectiva ATCC 49176 (ID 33011) - BioProject - NCBI".
  8. Sharaf MA, Shaikh N. (Dec 2005). "Abiotrophia endocarditis: case report and review of the literature". Can J Cardiol. 21 (14): 1309–11. PMID 16341303.


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