Skip to main content

HaloDom: a new database of halophiles across all life domains

Abstract

Background

Halophilic organisms may thrive in or tolerate high salt concentrations. They have been studied for decades and a considerable number of papers reporting new halophilic species are being published every year. However, an extensive collection of these salt-loving organisms does not exist nowadays. Halophilic life forms have representatives from all three life domains, Archaea, Bacteria and Eukarya. The purpose of this study was to search for all documented halophilic species in the scientific literature and accommodate this information in the form of an online database.

Results

We recorded more than 1000 halophilic species from the scientific literature. From these, 21.9% belong to Archaea, 50.1% to Bacteria and 27.9% to Eukaryotes. Our records contain basic information such as the salinity that a particular organism was found, its taxonomy and genomic information via NCBI and other links. The online database named “HaloDom” can be accessed at http://www.halodom.bio.auth.gr.

Conclusions

Over the last few years, data on halophiles are growing fast. Compared to previous efforts, this new halophiles database expands its coverage to all life domains and offers a valuable reference system for studies in biotechnology, early life evolution and comparative genomics.

Background

Halophiles are extremophile or extremotolerant organisms that can survive in high salinity. They are categorized as slight, moderate and extreme, depending on their maximum salinity tolerance [1]. Halophilic species exist across all life domains [2, 3] showing considerable diversity in metabolic strategies and physiological responses, especially among microbes [1, 4,5,6]. Research on halophiles has mainly focused on the specific adaptations and molecular mechanisms that enable them to maintain their osmotic balance under salt-stress [7,8,9]. A great deal of interest has also been channeled towards the investigation of their diversity and phylogenetic relationships as the highest majority of them constitute ancient evolutionary lineages [10, 11]. On a different avenue, biotechnology has recently decided to delve deep into the survival kits of extremophiles in the hunt of biocatalysts functioning in hostile environments. All this interest is reflected in the plethora of papers reporting new halophilic species every year [12,13,14], a trend which is expected to increase. As a consequence and due to the large quantities of data produced by next-generation sequencing, there is a need for a database repository of extremophiles which will be regularly updated.

So far, there are three halophilic databases available online: HaloWeb [15], HaloBase [16] and HProtDB [17]. HaloWeb focuses on genome information and provides complete genome sequences available for downloading. There are also features like blasting sequences against a genome and genomic maps. There are 10 haloarchaeal species registered in total. HaloBase contains more general information in 23 halophilic archaeal and bacterial halophiles. GenBank sequence numbers, number of chromosomes and plasmids, gene/protein content and cellular features are among the database entries. HaloBase provides user accounts, followed by the ability to add a new organism as a registered member. In HProtDB, the first priority is protein content. The resource contains physical and biochemical properties of halophilic proteins for 21 strains of Archaea and Bacteria. It also allows users to register as members and enter their own halophilic data. All three databases are restricted to information about halophilic Archaea and Bacteria, their number of entries is limited to an average of 18, and are irregularly updated.

In this work, we report on a new halophiles database covering more than 1000 halophilic species and spanning all life domains. This new resource named “HaloDom” can be accessed at http://halodom.bio.auth.gr.

Methods

An extensive literature search has been carried out through the Web of Science, Scopus, PubMed and Google Scholar using appropriate keywords (i.e. haloph*, salt, saline, hypersaline, extremophile) as well as combinations of them. Ultimately, the Web of Science was chosen as the primary source of literature as it provided a sophisticated search/query engine that suited our methodology and was proven to contain most of the papers found in other literature databases. The keyword combination that returned most papers in Web of Science was “sp nov haloph*” (on title section), returning 610 papers reporting new halophilic species up to 2017. The same keyword combination returned many results in Google Scholar (2410), but not all of these papers contained the desirable keywords in their titles making its search engine unsuitable for our purposes. Scopus returned 615 results, but the interface of Web of Science offered a more flexible environment. There was great overlap among all three databases. Google Scholar however also returned a lot of unrelated papers. Finally, a small number of books and reports containing useful information about halophilic species (albeit with no salinity data) were also included.

The obtained results were initially refined by topic and document type and further filtered out manually. The final dataset was retrieved as a tab-delimited format file and then loaded to a spreadsheet organized in several columns (i.e. full taxonomy of each species, salinity record or range, halotolerance classification, genome availability, bibliography, notes/other information). Several taxonomy databases were used for registering the taxonomy of halophilic organisms (Table 1). “Salinity recorded or range” column reports a single salinity value, a range of salinities or both depending on the available information from the scientific source. “Halotolerance classification” included three halophilic categories: slight, moderate and extreme. We searched for full genomes for all our entries in NCBI genome database. The column “Genome availability” contained five possible states: complete genome, shotgun, mitochondrial genome, chloroplast genome and no (not available). “Bibliography” contained the scientific article/s from which the halophilic information was extracted. “Notes/other info” is a complementary column for any type of information or metadata gauged as necessary to be documented.

Table 1 Taxonomy databases that were used to record taxonomic information about halophiles in HaloDom

The spreadsheet was converted to a comma separated values file (csv) and uploaded to a local database with the use of XAMPP and apache server [18]. PhpMyAdmin was also used [19] which is a tool intended to handle the administration of the MySQL database protocol locally or in a webpage. Additionally, NetBeans 8.1 IDE (Integrated Development Environment) [20] was installed for creating the website with the use of HTML (HyperText Markup Language) and the programming languages PHP and Javascript. The user interface was created and modified using HTML and cascading style sheets (CSS) for the visual parts, and both PHP and Javascript for all functional parts regarding interactions between users and the database.

After importing the spreadsheet to the database all data were converted from a csv file to a table called “halodb”. The table was assigned with a primary key column called “Species_ID”. A primary key in mySQL is a number for each individual row of a table and it is unique. In this case, every halophilic species has a unique primary key. This primary key, or “Species_ID” column, always contains an integer starting from 1 and set to “auto-increment”. As more species are added to the database, this number is automatically increased providing every species with its distinctive ID number.

HaloDom’s data structure started as one table that contained all information. However, as data volume increases it is necessary to break down the database into several tables. This methodology improves the speed and efficiency of the database during user query. It is also a way of organizing data, so that administrators can easily check the data integrity, make changes and reduce redundancy. The structure of the database was changed from the table called “halodb”, containing all recorded information, to three tables. The first information separated from “halodb” was the “Bibliography” column, which moved to a table called “Bibliography”. “Bibliography” table was assigned a primary key called “Biblio_id” and four columns: “pub_title” which contains the title of the study, “authors” containing the study’s author/s, “journal” mentioning the name of the journal and “biblio_link” providing a direct link to the study.

The third table is called “genomes” and contains five columns. “Genome_id” which is the primary key, “Species_ID” which is a foreign key from “halodb” table, “Species” which is the species name, “Genome_type” which declares the type of genome and the “ncbi_link” which contains the link to the genome details in the NCBI genome database. A graph of the relationships between all three tables can be found in Fig. 1.

Fig. 1
figure 1

HaloDom consists of three tables. Foreign key relationships are shown with blue and green lines. Yellow cells are integer numbers while pink cells are varchar, meaning mixed characters and numbers

The website project in NetBeans 8.1, written mostly on HTML, CSS and PHP, was named “HaloDB”. Several .php files were created in order to design the user interface and database functions. The home page contains a welcoming text and a photo slide created with the use of a jQuery script. Moreover, pie charts were created with Google Charts [21] and the use of JavaScript. These charts were embedded to the webpage code and can be viewed through the user interface. Halophilic entries are presented in a new page when clicked, where all available information is listed. Additionally, if a full genome is available the user can be redirected to the corresponding NCBI genome page. Also users can perform a nucleotide or protein search.

Results

We designed HaloDom, an online database containing more than 1000 halophilic species from all life domains. Users are able to perform a keyword search in all columns of the “halodb” table and retrieve all matching entries in numbered order. The homepage of HaloDom can be seen in Fig. 2.

Fig. 2
figure 2

Homepage of HaloDom contains a welcoming text, a small tree graph and a photo slide

The main menu contains four options: “Home”, “Search”, “Contact” and “About”. The search page, apart from retrieving data entries, can also show all recorded data, and several pie charts created for a better visual interpretation of the listed halophilic data. The search page prompts the user to choose a column and perform a keyword search. When displaying the results, search always displays “Species_ID”, “Species” and “Domain” columns. The column that the user selected to perform the keyword search is shown in parentheses inside the “species” column. Exact or partial keyword matches are highlighted as light-colored text. The results are displayed in several pages, if necessary. Users can choose how many results per page should be displayed (10, 25, 50, 100). When a search is performed on “Bibliography” field, the results are shown on a different table that contains paper title, authors, journal and corresponding species. Figure 3 shows the search results page for all fields except “Bibliography” while Fig. 4 shows the results table for “Bibliography” searches. The species name is always clickable and leads to the corresponding entry. The entry page contains all available information and can lead the user to NCBI for more genomic information. Figure 5 displays an example entry page for Artemia tibetiana.

Fig. 3
figure 3

The first 10 results for keyword “arthropoda” in the “Phylum” column

Fig. 4
figure 4

The displaying format of “Bibliography” field results for the keyword “artemia”

Fig. 5
figure 5

The entry page for Artemia tibetiana

When showing all data from the search page, the user is able to select ascending or descending order with respect to a certain column. The pie charts visualize basic information about the data. For example, the first chart calculates the percentage of Archaea, Bacteria and Eukarya in our database. When the user’s mouse hovers above a certain piece, the frequency is shown first and then the corresponding percentage enclosed in parentheses. The first two pie charts are shown in Fig. 6.

Fig. 6
figure 6

Halophilic data pie charts. On the left side: frequency and percentage of Archaea, Bacteria and Eukaryotes. On the right side: frequency and percentage of slight, moderate and extreme halophiles in the database

“Contact” section lists the administrators and contact information. “About” page shows the date of creation of HaloDom, current number of registered halophilic species and the database version.

Discussion

We present HaloDom, a database hosting information on more than 1000 halophilic species. This new resource expands considerably compared with previous databases in terms of coverage (representatives from all life domains) and number of entries. Periodical updates are scheduled once every 2 months and as the database grows additional metadata (e.g. geographic distribution, biochemical properties etc.) and analytical tools are planned to be incorporated. For database expansion, we envisage summoning an international panel of experts on extremophiles and engaging the international community from various fields.

Occasionally, during data curation and annotation, species nomenclature proved to be a challenge. This was especially true for Archaea and Bacteria given their notoriously difficult taxonomy and the fast discovery of new strains [22]. We invested considerable efforts into resolving this issue by using several taxonomy databases (see Table 1) but we also encourage user feedback. A grey picture also exists in the literature regarding threshold values in halophile classification (slight/moderate/extreme). For example, in one study the copepod Cletocamptus retrogressus was found in 2–7.4% (w/v) salinity, and thus categorized as slight to moderate halophile, while in another study the recorded salinity range was 19.8–36% (w/v), characteristic of extreme halophiles. This probably reflects the limited knowledge on the biology of many species but as additional data are gathered more accurate annotations are expected. Also, in the light of idiosyncratic molecular mechanisms and signatures in extreme halophilic Archaea [7, 23], criteria for halophile classification could be refined.

The current database can be used as a useful repository and starting point for a wide range of research topics. Over the last few years, investigations have focused on the mechanisms responsible for modulating survival in hypersaline settings [3, 24,25,26,27,28], on the biotechnological production of halophile macromolecules [29, 30], on the phylogenetic position of halophiles in the tree of life [31], on climate change [32, 33] and even on astrobiology [34]. It is therefore obvious that halophile research addresses appealing questions to several fields of biology, especially in combination with the diverse spectrum of extremophile organisms. As pointed out by de Lorenzo [35], extremophiles reframe the window of viability. The answer to the basic question whether sustaining life in physicochemical extremes is a matter of entire adaptation or due to the action of a few genes is crucial, multidisciplinary and influential.

References

  1. Ollivier B, Caumette P, Garcia JL, Mah RA. Anaerobic bacteria from hypersaline environments. Microbiol Rev. 1994;58:27–38.

    CAS  PubMed  PubMed Central  Google Scholar 

  2. Gunde-Cimerman N, Oren A, Plemenitaš A. Adaptation to life at high salt concentrations in Archaea, Bacteria, and Eukarya. Cellular origin, life in extreme habitats and astrobiology book series. Dordrecht: Springer; 2005.

    Google Scholar 

  3. Oren A. Microbial life at high salt concentrations: phylogenetic and metabolic diversity. Saline Syst. 2008;4:1–13.

    Article  Google Scholar 

  4. Banciu H, Sorokin DY, Galinski EA, Muyzer G, Kleerebezem R, Kuenen JG. Thialkalivibrio halophilus sp. nov., a novel obligately chemolithoautotrophic, facultatively alkaliphilic, and extremely salt-tolerant, sulfur-oxidizing bacterium from a hypersaline alkaline lake. Extremophiles. 2004;8:325–34.

    CAS  PubMed  Google Scholar 

  5. Cho BC. Heterotrophic flagellates in hypersaline waters. In: Gunde-Cimerman N, Oren A, Plemenitaš A, editors. Adaptation to life at high salt concentrations in Archaea, Bacteria, and Eukarya. Cellular origin, life in extreme habitats and astrobiology book series. Dordrecht: Springer; 2005. p. 541–50.

    Google Scholar 

  6. Hauer G, Rogerson A. Heterotrophic protozoa from hypersaline environments. In: Gunde-Cimerman N, Oren A, Plemenitaš A, editors. Adaptation to life at high salt concentrations in Archaea, Bacteria, and Eukarya. Cellular origin, life in extreme habitats and astrobiology book series. Dordrecht: Springer; 2005. p. 519–40.

    Google Scholar 

  7. Paul S, Bag SK, Das S, Harvill ET, Dutta C. Molecular signature of hypersaline adaptation: insights from genome and proteome composition of halophilic prokaryotes. Genome Biol. 2008;9:R70. https://doi.org/10.1186/gb-2008-9-4-r70.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Argandona M, Nieto JJ, Iglesias-Guerra F, Calderon MI, Garcia-Estepa R, Vargas C. Interplay between iron homeostasis and the osmotic stress response in the halophilic bacterium Chromohalobacter salexigens. Appl Environ Microbiol. 2010;76:3575–89.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  9. Becker EA, Seitzer PM, Tritt A, Larsen D, Krusor M, Yao AI, et al. Phylogenetically driven sequencing of extremely halophilic Archaea reveals strategies for static and dynamic osmo-response. PLoS Genet. 2014. https://doi.org/10.1371/journal.pgen.1004784.

    Google Scholar 

  10. Ali I, Kanhayuwa L, Rachdawong S, Rakshit SK. Identification, phylogenetic analysis and characterization of obligate halophilic fungi isolated from a man-made solar saltern in Phetchaburi province, Thailand. Ann Microbiol. 2013;63:887–95.

    Article  Google Scholar 

  11. Roohi A, Ahmed I, Khalid N, Iqbal M, Jamil M. Isolation and phylogenetic identification of halotolerant/halophilic bacteria from the salt mines of Karak, Pakistan. Int J Agric Biol. 2014;16:564–70.

    CAS  Google Scholar 

  12. Luo XX, Han XX, Zhang F, Wan CX, Zhang LL. Paraglycomyces xinjiangensis gen. nov., sp nov., a halophilic actinomycete. Int J Syst Evol Microbiol. 2015;65:4263–9.

    Article  CAS  PubMed  Google Scholar 

  13. Kim SJ, Lee JC, Han SI, Whang KS. Halobacillus salicampi sp. nov., a moderately halophilic bacterium isolated from a solar saltern sediment. Antonie Van Leeuwenhoek. 2016;109:713–20.

    Article  CAS  PubMed  Google Scholar 

  14. Albuquerque L, Kowalewicz-Kulbat M, Drzewiecka D, Stączek P, d’Auria G, Rosselló-Móra R, et al. Halorhabdus rudnickae sp. nov., a halophilic archaeon isolated from a salt mine borehole in Poland. Syst Appl Microbiol. 2016;39:100–5.

    Article  CAS  PubMed  Google Scholar 

  15. Dassarma SL, Capes MD, Dassarma P, Dassarma S. HaloWeb: the haloarchaeal genomes database. Saline Syst. 2010;6:12.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  16. Ukani H, Purohit MK, Georrge JJ, Paul S, Singh SP. HaloBase: development of database system for halophilic bacteria and archaea with respect to proteomics, genomics & other molecular traits. J Sci Ind Res India. 2011;70:976–81.

    CAS  Google Scholar 

  17. Sharma N, Farooqi MS, Chaturvedi KK, Lal SB, Grover M, Rai A, et al. The halophile protein database. Database. 2014;2014(bau11):4.

    Google Scholar 

  18. XAMPP official webpage. https://www.apachefriends.org/index.html. Accessed 5 May 2017.

  19. PhpMyAdmin official webpage. https://www.phpmyadmin.net/. Accessed 5 May 2017.

  20. NetBeans official webpage. https://netbeans.org. Accessed 5 May 2017.

  21. Google charts. https://developers.google.com/chart. Accessed 10 Jul 2017.

  22. Kamekura M. Diversity of extremely halophilic bacteria. Extremophiles. 1998;2:289–95.

    Article  CAS  PubMed  Google Scholar 

  23. Kastritis PL, Papandreou NC, Hamodrakas SJ. Haloadaptation: insights from comparative modeling studies of halophilic archaeal DHFRs. Int J Biol Macromol. 2007;41:447–53.

    Article  CAS  PubMed  Google Scholar 

  24. Santos H, da Costa MS. Compatible solutes of organisms that live in hot saline environments. Environ Microbiol. 2002;4:501–9.

    Article  CAS  PubMed  Google Scholar 

  25. Empadinhas N, da Costa MS. Osmoadaptation mechanisms in prokaryotes: distribution of compatible solutes. Int Microbiol. 2008;11:151–61.

    CAS  PubMed  Google Scholar 

  26. Empadinhas N, da Costa MS. To be or not to be a compatible solute: bioversatility of mannosylglycerate and glucosylglycerate. Syst Appl Microbiol. 2008;31:159–68.

    Article  CAS  PubMed  Google Scholar 

  27. Abatzopoulos TJ, Beardmore JA, Clegg JS, Sorgeloos P. Artemia: basic and applied biology. Dordrecht: Kluwer Academic Publishers; 2002.

    Book  Google Scholar 

  28. Kappas I, Baxevanis AD, Abatzopoulos TJ. Phylogeographic patterns in Artemia: a model organism for hypersaline crustaceans. In: Koenemann S, Schubart C, Held C, editors. Crustacean issues 19: phylogeography and population genetics in Crustacea. Boca Raton: CRC Press; 2011. p. 233–55.

    Chapter  Google Scholar 

  29. Madigan MT, Marrs BL. Extremophiles. Sci Am. 1997;276:82–7.

    Article  CAS  PubMed  Google Scholar 

  30. Ding JY, Lai MC. The biotechnological potential of the extreme halophilic archaea Haloterrigena sp. H13 in xenobiotic metabolism using a comparative genomics approach. Environ Technol. 2010;31:905–14.

    Article  CAS  PubMed  Google Scholar 

  31. Munoz R, Yarza P, Ludwig W, Euzéby J, Amann R, Schleifer KH, et al. Release LTPs104 of the all-species living tree. Syst Appl Microbiol. 2011;34:169–70.

    Article  PubMed  Google Scholar 

  32. Clarke CJ, George RJ, Bell RW, Hatton TJ. Dryland salinity in south-western Australia: its origins, remedies, and future research directions. Aust J Soil Res. 2002;40:93–113.

    Article  Google Scholar 

  33. Bielanska-Grajner I, Cudak A. Effects of salinity on species diversity of rotifers in anthropogenic water bodies. Pol J Environ Stud. 2014;23:27–34.

    Google Scholar 

  34. Cavicchioli R. Extremophiles and the search for extraterrestrial life. Astrobiology. 2002;2:281–92.

    Article  CAS  PubMed  Google Scholar 

  35. de Lorenzo V. Genes that move the window of viability of life: lessons from bacteria thriving at the cold extreme: mesophiles can be turned into extremophiles by substituting essential genes. BioEssays. 2011;33:38–42.

    Article  PubMed  Google Scholar 

Download references

Authors’ contributions

AL and IK performed all searches, designed the database, analyzed and interpreted the data. AL, IK and TJA drafted the manuscript. TJA conceived the idea of creating this database and corrected the final version of the manuscript. All authors read and approved the final manuscript.

Acknowledgements

The current work is part of the Ph.D. of AL and it has been partially supported by the Research Committee of Aristotle University of Thessaloniki (Project No: 94276).

Competing interests

The authors declare that they have no competing interests.

Availability of data and materials

The datasets used and/or analyzed during the current study are available from the corresponding author on reasonable request.

Consent for publication

Not applicable.

Ethics approval and consent to participate

Not applicable.

Funding

Not applicable.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Ilias Kappas.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Loukas, A., Kappas, I. & Abatzopoulos, T.J. HaloDom: a new database of halophiles across all life domains. J of Biol Res-Thessaloniki 25, 2 (2018). https://doi.org/10.1186/s40709-017-0072-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s40709-017-0072-0

Keywords