DEVICE FOR CAPTURING IN SITU AQUATIC MICROBIOMES
20220033872 · 2022-02-03
Inventors
- Catarina MAGALHÃES (Matosinhos, PT)
- Ana Paula MUCHA (Matosinhos, PT)
- Hugo Manuel DA SILVA RIBEiRO (Matosinhos, PT)
- Maria Fátima CARVALHO (Matosinhos, PT)
- Maria Paola TOMASINO (Matosinhos, PT)
- Marisa ALMEIDA (Matosinhos, PT)
- Sandra RAMOS (Matosinhos, PT)
- Alfredo Manuel DE OLIVEIRA MARTINS (Porto, PT)
- André Miguel PINHEIRO DIAS (Porto, PT)
- Eduardo Alexandre PEREIRA DA SILVA (Porto, PT)
- José Miguel SOARES DE ALMEIDA (Porto, PT)
- Marco MOTA GONÇALVES (Porto, PT)
- Maurício Miguel DE OLIVEIRA GUEDES (Sao Mamede de Infesta, PT)
- Nuno Alexandre NETO DIAS (Porto, PT)
Cpc classification
C12Q1/24
CHEMISTRY; METALLURGY
G01N1/4077
PHYSICS
International classification
C12Q1/24
CHEMISTRY; METALLURGY
Abstract
The present disclosure relates to a portable device for collecting and/or concentrating in situ plankton microbiome, configured for submersion in water. The device herein disclosed is a compact and low-cost autonomous biosampler, with the ability to yield DNA samples for later genomic analysis.
Claims
1. A portable device for collecting and/or concentrating in situ plankton microbiome configured for submersion in water, comprising: an inlet for water containing the plankton microbiome; an outlet for water depleted of plankton microbiome; a plurality of valves placed between the inlet and the outlet; a set of sensors for measuring flow and pressure; a pump for pumping water from the inlet to the outlet such that water is passed across a filter cartridge, wherein the filter cartridge comprises a plurality of filters for in situ filtration of water containing plankton microbiome; a microcontroller for controlling the opening and closing of a plurality of valves and the speed of water pumping such that the device collects and/or concentrates in situ plankton microbiome; a reservoir containing a preserving solution for preserving nucleic acids.
2. The device according to claim 1, wherein the filter cartridge comprises at least 16 filters each having a pore size of 0.22 μm.
3. The device according to claim 1, comprising at least 2 filter cartridges.
4. The device according to claim 1, wherein the preserving solution is injectable into the filter cartridge.
5. The device according to claim 1, wherein the set of sensors comprises a pressure sensor for controlling and maintaining the pressure of the filter cartridge from 1 bar to 1.3 bar.
6. The device according to claim 1, wherein the set of sensors comprises a flow sensor for detecting and/or controlling the flow of water passing through the filter cartridge.
7. The device according to claim 1, for concentrating in situ plankton microbiome nucleic acids by filtration.
8. The device according to claim 1, wherein said device operates at a depth up to 150 m.
9. The device according to claim 1, further comprising a filter line for flushing and cleaning the device.
10. The device according to claim 1, wherein the plurality of valves is a plurality of solenoid valves.
11. The device according to claim 1, further comprising an electronic speed controller module for controlling the pump.
12. The device according to claim 1, further comprising a flow sensor for detecting the flow of solution through the inlet and the outlet.
13. The device according to claim 1, further comprising a valve manifold for flow distribution of water.
14. The device according to claim 1, further comprising an analog pressure gauge for detecting the pressure of said device.
15. An apparatus comprising the device according to claim 1, wherein the apparatus is a remote operated vehicle, an autonomous underwater vehicle, a glider, a profiler, a submarine, a mini submarine, a human operated vehicle, a mooring, a buoy, a float or an off-shore station.
16. The device according to claim 3, comprising at least 4 filter cartridges.
17. The device according to claim 16, comprising at least 8 filter cartridges.
18. The device according to claim 11, wherein the electronic speed controller module is for controlling a motor of said pump.
Description
BRIEF DESCRIPTION OF THE DRAWINGS
[0039] For an easier understanding of the disclosure, attached herein are figures which represent preferred embodiments of the disclosure that are not intended to limit the scope of protection of the present disclosure.
[0040]
[0041]
[0042]
[0043]
[0044]
[0045]
[0046]
[0047]
[0048]
[0049]
[0050]
[0051]
[0052]
[0053]
DETAILED DESCRIPTION
[0054] One of the objectives of the portable device disclosed in the present subject-matter was to automate the process of water sampling collection and filtration for prokaryotic and eukaryotic microbiome analysis that is traditionally performed using manual procedures like in oceanographic and other aquatic ecosystems campaigns, such as the Ocean Sampling Day (OSD) (ten Hoopen et al. 2016[). This is intended to reduce the logistical and operational costs of biological studies in aquatic environments and to take advantage of current technologies to improve both the quality of data gathering and its efficiency.
[0055] In an embodiment, the device comprises a set of electronic and micro-hydraulic components and circuits for in situ water sampling and filtering, comprising several components namely: a self-priming water pump (TCS MG2000), an ARM Cortex M4 microcontroller (STM32F411RE), a generic 100 A electronic speed controller (ESC) module, a flow sensor (Bio-Tech BT PCH-M-POM-LC 6), a Manifold 1:6 (NRESEARCH HP225T052), an analog pressure gauge (AVS-ROEMER E301), semi-rigid tubes for all wet circuits, push-in connections for all tubes, a set of filters and their cartridge (
[0056] In an embodiment, the device integrates full electronic control allowing for precise control and monitoring of the process. In addition, all the information on the performed sampling parameters and timestamp allows easy integration with data collected with other sensors. Embedded computer control is also relevant in order to integrate the device on autonomous systems such as AUVs.
[0057] In an embodiment, the architecture of the device is the one herein disclosed.
[0058] In an embodiment, the control and programming were implemented in a two-level hierarchical architecture (
[0059] In an embodiment, the control system for water filtration was based on the STM32F411RE ARM Cortex M4 microcontroller running a Real Time Operating System (FreeRTOS). The microcontroller receives the high-level mission definition through a RS232 communication line from a low power computer system. This computer system was based on an Odroid XU4 running Linux and has a set of databases which contains information of the tasks to be performed, as well as the status of the current filtering process and the logs of the previous filtering. This computer adjusts its clock via GPS when it is at surface and estimates the depth of the device using a pressure sensor. The microcontroller controls the opening and closing of the valves and the speed of the water pump.
[0060] In an embodiment, power supply can be provided externally (e.g. through an unregulated cabled DC source or by a lab bench power supply) or with an internal set of batteries. All the required regulated voltage lines for its components are produced in the device.
[0061] In an embodiment, the hydraulic circuit is represented in
[0062] In an embodiment, the embedded firmware was based on the FreeRTOS (
[0063] In an embodiment, there are 5 tasks (or threads) running in the Real Time Operating System (communications, state machine, water/RNAlater volume, pump control and pressure). This implementation allows a simplified device to be developed and new features to be integrated since everything is contained in a separated task.
[0064] In an embodiment, the task Communications is responsible for reading the commands sent over RS232 by the main computer (SBC). These commands, after parsed, are passed into the correspondent task using the RTOS signals and/or message queues. The commands are mainly “START” or “STOP” the filtration process and the configuration parameters. The State Machine task implements the state machine described in
[0065] In an embodiment, an external environment pressure sensor allows estimating the depth and is available from the water filtration system electronics being its values obtained by the low power computer over I2C. The GPS is connected directly to the Single Board Computer (SBC) which synchronizes the clock using the Chrony service (
[0066] In an embodiment, a filtration mission can be configured by the user by pre-setting a set of input parameters controlling the filtration process. These parameters include: (i) volume of water to be filtered; (ii) maximum pumping pressure; (iii) water column depth at which the filtration should start; (iv) number of simultaneous samples to be collected by filtration; (v) time of the day to start the filtration mission. The mission is configured by entering the number of sterile pressure driven filters available in the cartridge, the initial time of the sampling, the delay between collection of samples and how many replicates should be taken. This is done with a device with an internet browser that connects via Wi-Fi to the SBC. The SBC has a HTML server (Apache) with a configuration web page (
[0067] In an embodiment, the configuration is then encapsulated by a service written for this purpose that runs in the operating system providing a simple interface for the user and also returning a feedback loop of the operation to be executed. The operation setup is then passed to the microcontroller via RS232 protocol.
[0068] In an embodiment, the tests of filtration volumes vs time performance were carried out as follows. The performance of the device in terms of filtration volumes and filtration time was assessed by monitoring the filtration of 2 L of water at three distinct constant working pressures (0.8, 1.3 and 1.8 bars). Filtration time was measured for each 100 ml of water filtered until a total filtration volume of 2 liters is obtained.
[0069] In an embodiment, the validation for microbiome analysis was carried out as follows. The prototype validation was performed by doing parallel filtration in the laboratory with the device and using a conventional OSD protocol (ten Hoopen et al. 2016). Thereafter, compare the results in terms of marine microbial diversity. Surface seawater samples were collected in November 2016 at approximately 25 km offshore, stored into two 20 L carboys and transported to the laboratory.
[0070] In an embodiment, the filtration procedures were carried out as follows. The OSD filtration apparatus (
[0071] In an embodiment, the filtration procedures of the device utilized a peristaltic self-priming water pump (MG2000) and a 0.22 μm sterile pressure driven filter cartridge as.
[0072] In an embodiment, a total of 3 liters of coastal seawater were filtered in each sterile pressure driven filter. The comparison between laboratory standardized method and the device was carried out in triplicates (A, B, C) and at similar filtration pressure (≈1.0 bar). An additional filtration pressure (1.3 bars) was also tested for the device (
[0073] In an embodiment, to avoid potential differences between the two filtration procedures due to filtration time lapse and/or differences caused by seawater storage in different carboys, replicate filtrations started simultaneously in both procedures (
[0074] In an embodiment, the microbiome analysis was carried out as follows. DNA was extracted from each sterile pressure driven filter using DNA isolation kits following the manufacturer's instructions. Concentration and quality of DNA were measured by fluorometry. Environmental DNA obtained after extraction was used for 16S rDNA and 18S rDNA metabarcoding analysis targeting prokaryotes and eukaryotes, respectively. Hypervariable V4-V5 region (≈412 bp) of 16S rDNA gene was amplified using the universal primer pairs 515YF/Y906R-jed). For eukaryotes V4 region (≈434 bp) of 18S rDNA gene was amplified using TAReuk454FWD1/TAReukREV3_modified primers set. Paired-end sequencing was performed.
[0075] In an embodiment, the data analyses were carried out as follows. A comparative evaluation of microbial community structure detected by OSD manual procedure and the device was performed focusing on both total prokaryotic and eukaryotic communities and on the ‘rare biosphere’ (i.e. the pool of low-abundance taxa, threshold of 1%). Beta diversity of Prokaryotic and Eukaryotic communities were calculated using OTUs relative percentage values with PRIMER software (version 6.1.11).
[0076] In an embodiment, the mechanical integration and functioning of the device may be as follows. The device includes the hydraulics components (
[0077] In an embodiment, the power source is based on a pack of 4 lithium ion polymer batteries with 22.2 V and 16000 mA with low weight and high density. These batteries are connected to two isolated wide input and low noise output DC/DC converters with 5V and 24 V outputs respectively. From this point every subsystem receives the necessary voltage input. For the electronic systems that need other voltages, such as 3.3 V, the voltages are provided in the printed circuit board by low dropout voltage regulators. The batteries are optional because the device can be integrated with other systems (for instance in a Remote Operated Vehicle or an Autonomous Underwater Vehicle) that can provide the necessary power.
[0078] In an embodiment, all the components were housed in a 150 mm diameter and 500 mm length aluminum pressure housing allowing for operation of up to 150 m depth (
[0079] In an embodiment, the components of the hydraulic circuit, flexible plastic tubes and fast connectors are transparent and can be placed under UV light for sterilization and elimination of eventual DNA from exogenous microorganisms. Before the filtration procedure, these hydraulic circuit components can be easily set-up in the device.
[0080] In an embodiment, the device now disclosed operates as follows: firstly, in situ water from the intended location is pumped through the hydraulic circuit using a micropump (TCS MG2000) and then flushed throughout the device to clean eventual residues in the piping and valves. Thereafter, the filtration process starts and water is filtered in situ in one (controlled through the manifold system) or more (replicates) filters, in particular filters with a pore size of 0.22 μm, preferably sterile pressure driven filters placed in a filter cartridge. Preferably, the device has at least 16 filters a pore size of 0.22 μm (Sterivex filters). Filtering using multiple filters at the same time adds both redundancy and statistical significance to the data collected if one needs it for the metagenomics and metatranscriptomic analyses. This allows researchers to link the identity and activity of the microbiomes present in the water column with biological function at the exact time of sampling.
[0081] In an embodiment, the filtration process is controlled by the embedded control system according to the predefined parameters. Either the volume of water to be filtrated, the duration of the filtration process, or the detection of filter blocking can be used to end the process. Once the filtration ends, a DNA/RNA preserving solution is pumped into the filter to preserve the sample for posterior retrieval. Depending on the sampling and research requirements, the device can be expanded by adding groups of manifolds and filter cartridges to the prototype.
[0082] In an embodiment, the device now disclosed integrates a filter cartridge box made by, in particular, a set of pieces that can be coupled together (
[0083] In an embodiment, these cartridge boxes were made of high-density polyethylene (HDPE) 1000 to maintain the properties of the cartridge at extreme temperatures. This also allows convenient storage of samples in cryogenic conditions, which is another suitable method to preserve samples until metagenomics and metatranscriptonics analyses. This allows long transport times (such as the ones occurring in a typical oceanographic campaign). Once in the lab, the individual sterile pressure driven filters can be removed for DNA/RNA extraction and sequencing.
[0084] In an embodiment, automated sampling devices capable of conducting eDNA sampling and molecular-biological sensing in situ are a promising approach for resolving high spatial and temporal water monitoring in different aquatic environments (McQuillan and Robidart et al. 2017). The device is capable of in situ water filtration, and of collection and preservation of microbiological material, with up to, preferably 16 sample filters per deployment, and in conditions compatible with subsequent metagenomic and metatranscriptomic studies. Moreover, it avoids DNA/RNA contaminations and biases related with management of water samples collected, since the device fixates the sample immediately after the filtration process. Also, the device now disclosed overcomes some limitations of the traditional Niskin bottle collections and shipboard filtration, such as bottle storage and transportation to home laboratory for filtration, reducing operational costs.
[0085] In an embodiment, the filtration flow performance may be as follows. The initial assessment of the device's filtration performance showed that increasing the pump speed (from 0.8 to 1.3 and to 1.8 bar) induced a higher average filtration flow and significantly lowered the filtration time considering the same volume (2 L) of water (Table 1).
TABLE-US-00001 TABLE 1 Filtration time and average flow. Water filtered, a total filtration volume of 2 liters, and measured in fractions of 100 mL with the device at 0.8, 1.0, and 1.3 bars (average ± standard deviation, n = 3). Pressure: 0.8 bar Pressure: 1.3 bar Pressure: 1.8 bar Time of Average Time of Average Time of Average Volume intervals filtration Flow filtration Flow filtration Flow (mL) (seconds) (mL min.sup.−1) (seconds) (mL min.sup.−1) (seconds (mL min.sup.−1) 0-100 73 ± 1 82 ± 2 55 ± 1 110 ± 2 42 ± 2 144 ± 5 100-200 77 ± 1 77 ± 1 54 ± 1 112 ± 1 44 ± 2 138 ± 5 200-300 80 ± 2 75 ± 2 55 ± 1 109 ± 2 44 ± 1 137 ± 2 300-400 81 ± 2 74 ± 2 56 ± 1 107 ± 2 45 ± 2 133 ± 5 400-500 84 ± 1 71 ± 1 58 ± 1 104 ± 2 46 ± 2 131 ± 5 500-600 86 ± 2 70 ± 1 59 ± 1 101 ± 2 48 ± 3 124 ± 6 600-700 89 ± 0 68 ± 0 61 ± 1 99 ± 2 48 ± 3 126 ± 7 700-800 92 ± 0 65 ± 0 62 ± 1 97 ± 2 53 ± 2 114 ± 5 800-900 95 ± 1 63 ± 1 65 ± 2 93 ± 3 51 ± 1 118 ± 3 900-1000 98 ± 1 61 ± 1 67 ± 2 90 ± 3 54 ± 2 112 ± 3 1000-1100 101 ± 1 59 ± 1 69 ± 3 87 ± 4 56 ± 3 108 ± 6 1100-1200 105 ± 0 57 ± 0 71 ± 3 85 ± 3 57 ± 2 105 ± 4 1200-1300 112 ± 3 53 ± 1 73 ± 3 82 ± 4 59 ± 3 102 ± 6 1300-1400 117 ± 2 51 ± 1 76 ± 4 79 ± 4 63 ± 3 95 ± 4 1400-1500 122 ± 1 49 ± 1 79 ± 5 76 ± 5 66 ± 3 92 ± 5 1500-1600 128 ± 2 47 ± 1 84 ± 5 72 ± 5 69 ± 4 88 ± 5 1600-1700 135 ± 3 44 ± 1 88 ± 7 69 ± 5 72 ± 4 84 ± 5 1700-1800 147 ± 4 41 ± 1 91 ± 7 66 ± 5 76 ± 7 79 ± 7 1800-1900 156 ± 2 38 ± 0 96 ± 8 63 ± 5 82 ± 7 73 ± 7 1900-2000 168 ± 1 36 ± 0 102 ± 10 59 ± 6 87 ± 9 69 ± 7
[0086] Moreover, considering each filtration pressure tested, a significant (ANOVA, P<0.05) decrease in the average flow was recorded with increase of water volume filtrated or filtration time (Table 1). As compared with the manual procedure (35.8±0.3 min), filtration time substantially decreased (24±1 min) when equal volume of water (2 L) was filtered by the autonomous device (Table 1).
[0087] In an embodiment, results on the DNA recovered from the sterile pressure driven filters after filtering 3 liters of water at the same pressure (1 bar), using the standard OSD manual procedure and the device, showed a similar (P≥0.05) performance between these two methods (Table 2). The device had the advantage of having a lower time of filtration (Table 2) due to the higher average flow relative to the manual OSD procedure.
TABLE-US-00002 TABLE 2 Filtration time, volume, average flow and DNA recovered. Table 2 shows the results of the tests performed with the Ocean Sampling Day (OSD) standard procedure using the device (mean ± standard deviation, n = 3). Two filtration pressures were selected. Different superscript letters indicate significant (ANOVA, P < 0.05) differences among the three filtration procedures for each parameter. OSD Device now disclosed Pressure (bar) ≈1 1 1.3 Time of Filtration (minutes) 128.sup.a ± 16 61.sup.b ± 4 56.sup.b ± 5 Mean Flux (mL/min) 24.sup.a ± 3 50.sup.b ± 3 54.sup.b ± 5 DNA recovered (μg/mL) 7.sup.a ± 5 7.sup.a ± 2 10.sup.a ± 8 Volume per replicate (L) 3 3 3
[0088] Comparing the two pressures tested with the device now disclosed, no statistically significant differences (P>0.05) were observed, although at the higher pressure tested, an increase in variation (standard deviation) on the DNA recovered was observed (Table 2).
[0089] In an embodiment, the performance on sequences and OTUs recovered were performed as follows. DNA samples obtained from the different filtration tests, as explained above, were analyzed to explore prokaryotic (16S rDNA) and unicellular eukaryotic communities (18S rDNA) to highlight potentially different results in the community structure as a result of the manual and autonomous filtration procedures (OSD and device now disclosed). Moreover, a deeper comparison between samples filtered by the device now disclosed at 1 bar and 1.3 bars was also performed.
[0090] In an embodiment, a sorting procedure performed by Mothur pipeline v.1.38.1 produced a total curated dataset of 462956 (16S) and 227045 (18S) unique sequences. Clustering the reads at 97% of similarity for both prokaryotes and eukaryotes produced 385029 and 149725 OTUs (Table 3).
TABLE-US-00003 TABLE 3 Overview of the 16S and 18S datasets. Datasets were generated from OSD standard methodologies and the device at 1 bar filtration pressure; and with the device at two different filtration pressures (1 and 1.3 bar). Different superscript letters indicate significant (ANOVA, P < 0.05) differences among the three filtration procedures in each parameter. OSD Device ≈1 bar 1 bar 1.3 bar 16S rDNA Raw paired-end 78107.sup.a ± 22162 53549.sup.a ± 8106 48570.sup.a ± 18049 Reads.sup.# Unique reads after 63424.sup.a ± 28551 47567.sup.a ± 7453 43328.sup.a ± 16119 filtering.sup.§ OTUs clustered at 97%.sup.£ 52369.sup.a ± 19904 41085.sup.a ± 5173 34889.sup.a ± 10247 18S rDNA Raw paired-end 30177.sup.a ± 20852 22510.sup.a ± 8476 36019.sup.a ± 27587 Reads.sup.# Unique reads after 25776.sup.a ± 17626 19195.sup.a ± 7206 30710.sup.a ± 23700 filtering.sup.§ OTUs clustered at 97%.sup.£ 18044.sup.a ± 11812 13328.sup.a ± 3921 18536.sup.a ± 10160 .sup.#Total number of paired-end sequences .sup.§Unique sequences left after quality control .sup.£OTUs obtained at 97% clustering after Metazoa and singletons removal
[0091] In an embodiment, the reproducibility of the filtration procedures on microbiome diversity was evaluated by comparing several diversity indices, including the number of observed OTUs, Chao1, Shannon, Berger Parker dominance, Simpson's evenness, and also the Good coverage (Table 4). General trends in diversity indices calculated showed no statistically significant (P>0.05) differences regardless of the filtration procedure tested (Table 4).
TABLE-US-00004 TABLE 4 Diversity indices for 16S and 18S rDNA. Table 4 shows the results of the quantity of DNA recovered using either the Ocean Sampling Day filtration standard procedure and the device (mean ± standard deviation, n = 3). Two filtration pressures (1 and 1.3 bars) were used. Different superscript letters indicate significant (ANOVA, P < 0.05) differences among the three filtration procedures for each diversity index. OSD Device now disclosed Diversity indices ≈1 bar 1 bar 1.3 bar 16S rDNA Observed OTUs 2523.sup.a ± 417 2390.sup.a ± 228 2650.sup.a ± 462 Chao1 6370.sup.a ± 2428 5589.sup.a ± 253 7072.sup.a ± 3096 Shannon index 7.5.sup.a ± 0.4 7.4.sup.a ± 0.5 7.4.sup.a ± 0.1 Berger Parker 0.13.sup.a ± 0.05 0.11.sup.a ± 0.02 0.13.sup.a ± 0.03 Simpson's evenness 0.014.sup.a ± 0.008 0.015.sup.a ± 0.004 0.012.sup.a ± 0.004 Good coverage 0.94.sup.a ± 0.02 0.94.sup.a ± 0.01 0.93.sup.a ± 0.02 18S rDNA Observed OTUs 583.sup.a ± 220 648.sup.a ± 60 625.sup.a ± 77 Chao1 773.sup.a ± 352 912.sup.a ± 78 831.sup.a ± 189 Shannon index 7.0.sup.a ± 0.2 6.8.sup.a ± 0.4 6.7.sup.a ± 0.4 Berger Parker 0.07.sup.a ± 0.01 0.10.sup.b ± 0.02 0.13.sup.b ± 0.05 Simpson's evenness 0.09.sup.a ± 0.04 0.06.sup.a ± 0.01 0.06.sup.a ± 0.04 Good coverage 0.98.sup.a ± 0.02 0.969.sup.a ± 0.003 0.97.sup.a ± 0.01
[0092] In an embodiment, the performance at high community taxonomy level was as follows. The occurrence of main archaea and bacteria phyla among samples recovered using either the OSD or the device filtration procedures showed similar (ANOVA, P≥0.05) relative percentage of OTUs within the different phyla analyzed (Table 5).
TABLE-US-00005 TABLE 5 Relative percentage (>1%) of 16S OTUs (Bacteria and Archaea) taxonomic composition at phylum level. Table 5 shows the relative percentages of bacteria and archaea detected in the tests performed with the Ocean Sampling Day (OSD) standard procedure and with the device now disclosed (mean ± standard deviation, n = 3). For the device now disclosed two filtration pressures were selected (1 and 1.3 bar). Different superscript letters indicate significant (ANOVA, P < 0.05) differences among the three filtration procedures for each phylum. OSD Device now disclosed ≈1 bar 1 bar 1.3 bar Relative percentage Alphaproteobacteria 34.sup.a ± 4 31.sup.a ± 2 32.sup.a ± 4 of main Bacteria Phyla Flavobacteriia 29.sup.a ± 2 32.sup.b ± 1 30.sup.ab ± 2 .sup. Gammaproteobacteria 14.sup.a ± 2 14.sup.a ± 2 13.sup.a ± 1 Cyanobacteria 2.3.sup.a ± 0.4 2.7.sup.ab ± 0.5.sup. 2.9.sup.b ± 0.2 Planctomycetacia 2.sup.a ± 1 2.6.sup.a ± 0.4 2.7.sup.a ± 0.7 Acidimicrobiia 2.5.sup.a ± 0.5 2.0.sup.a ± 0.5 2.5.sup.a ± 0.4 Sphingobacteriia 2.4.sup.a ± 0.4 2.5.sup.a ± 1.sup. 2.0.sup.a ± 0.1 Verrucomicrobiae 1.9.sup.a ± 0.2 1.7.sup.a ± 0.4 1.9.sup.a ± 0.5 Deltaproteobacteria 1.5.sup.a ± 0.1 1.3.sup.ab ± 0.2.sup. 1.2.sup.b ± 0.2 Betaproteobacteria 0.6.sup.a ± 0.4 2.4.sup.a ± 3.2 1.9.sup.a ± 2.3 Relative percentage Thaumarchaeota 0.2.sup.a ± 0.1 0.11.sup.a ± 0.03 0.2.sup.a ± 0.1 of main Achaea Phyla Woesearchaeota 0.06.sup.a ± 0.04 0.06.sup.a ± 0.02 0.1.sup.a ± 0.1 Euryarchaeota 0.07.sup.a ± 0.01 0.05.sup.a ± 0.02 0.10.sup.a ± 0.04 Diapherotrites 0.004.sup.a ± 0.002 0.005.sup.a ± 0.006 0.002.sup.a ± 0.002 Bathyarchaeota 0.003.sup.a ± 0.003 0.004.sup.a ± 0.006 0.002.sup.a ± 0.004 Archaea unclassified 0.004.sup.a ± 0.001 0.003.sup.a ± 0.002 0.003.sup.a ± 0.003 Lokiarchaeota 0.001.sup.a ± 0.001 0.001.sup.a ± 0.001 0.002.sup.a ± 0.002
[0093] The analysis of eukaryotic (18S rDNA) dominant taxa also showed statistically similar (ANOVA, P≥0.05) relative percentage of OTUs patterns between the OSD and the device now disclosed filtration procedures (Table 6).
TABLE-US-00006 TABLE 6 Relative percentage of 18S OTUs Taxonomic composition at phylum level. Table 6 shows the relative percentage of 18S OTUs Taxonomic composition at phylum level detected in the tests performed with the Ocean Sampling Day (OSD) standard procedure and with the device (mean ± standard deviation, n = 3). Two filtration pressures were selected (1 and 1.3 bars). Different superscript letters indicate significant (ANOVA, P < 0.05) differences among the three filtration procedures for each phylum. OSD Device now disclosed ≈1 bar 1 bar 1.3 bar Relative Alveolata 36.sup.a ± 2 37.sup.a ± 3 36.sup.a ± 2 percentage of Stramenopiles 28.sup.a ± 1 25.sup.b ± 2 24.sup.ab ± 4 .sup. main 18S Phyla Archaeplastida 18.sup.a ± 1 18.sup.a ± 4 22.sup.a ± 6 Opisthokonta 10.sup.a ± 3 12.sup.a ± 6 11.sup.a ± 3 Hacrobia 3.6.sup.a ± 0.4 3.2.sup.a ± 0.2 3.sup.a ± 1 Rhizaria 2.sup.a ± 1 4.sup.a ± 2 1.7.sup.a ± 0.3 Apusozoa 0.8.sup.a ± 0.5 0.8.sup.a ± 0.3 0.6.sup.a ± 0.3 Eukaryota 0.5.sup.a ± 0.4 0.5.sup.a ± 0.4 0.6.sup.a ± 0.5 unclassified Amoebozoa 0.4.sup.a ± 0.3 0.6.sup.a ± 0.2 0.5.sup.a ± 0.1 Excavata 0.1.sup.a ± 0.1 0.2.sup.ab ± 0.1.sup. 0.3.sup.b ± 0.1
[0094] The results demonstrated that Prokaryotic and Eukaryotic taxonomic composition at higher levels was not affected by the two different filtration pressures applied in the device now disclosed (Tables 5 and 6).
[0095] In an embodiment, the performance at community lower taxonomy level was as follows. A lower triangular resemblance matrix using Bray Curtis similarity was performed to identify potential effects of the different filtration procedures (OSD and device now disclosed). Prokaryotic (16S rDNA) community structure (
[0096] In an embodiment, the results of the analyses at lower classification level did not show statistically significant (ANOVA, P≥0.05) differences in bacteria and archaea genera selected regardless of the filtration procedure used (Table 7).
TABLE-US-00007 TABLE 7 Distribution of the abundant taxa (>1%) retrieved from the 16S rDNA OTUs taxonomic composition at lower taxonomic level. Table 7 shows the relative percentage of 16S rDNA OTUs taxonomic composition at lower taxonomic level detected in the testes performed with the Ocean Sampling Day (OSD) standard procedure and with the device (mean ± standard deviation, n = 3). Two filtration pressures were selected (1 and 1.3 bar). No statistically significant differences (ANOVA, P ≥ 0.05) were observed among the three filtration procedures for the relative percentage of each genus. OSD Device now disclosed ≈1 bar 1 bar 1.3 bar Candidatus_Pelagibacter 13.18 ±4.97 9.42 ±1.80 12.00 ±4.11 Tenacibaculum 8.16 ±1.20 9.89 ±2.84 9.32 ±1.94 Flavobacteriales_unclassified 2.20 ±2.16 2.56 ±2.55 2.49 ±2.77 Surface_2_ge 3.48 ±1.09 2.64 ±0.42 3.14 ±0.65 Gammaproteobacteria_unclassified 1.49 ±1.23 1.62 ±1.50 1.70 ±1.58 Erythrobacter 1.34 ±1.10 1.60 ±1.16 1.53 ±1.19 Roseobacter_clade_NAC11-7_lineage 1.90 ±0.45 2.55 ±0.94 2.21 ±0.70 Roseibacillus 1.76 ±0.20 1.55 ±0.36 1.76 ±0.45 Rhodobacteraceae 2.45 ±0.58 3.15 ±0.39 2.84 ±0.17 Flavobacteriaceae 1.78 ±0.05 1.86 ±0.29 1.56 ±0.10 Prochlorococcus 1.84 ±0.35 2.13 ±0.42 2.16 ±0.07 Hyphomonas 0.98 ±0.72 1.14 ±0.94 1.02 ±0.81 Candidatus_Actinomarina 1.27 ±0.17 0.97 ±0.16 1.26 ±0.30 Balneola 0.60 ±0.48 0.52 ±0.25 0.56 ±0.43 Flavobacteriaceae 1.61 ±0.47 1.74 ±0.56 1.83 ±0.20 Vibrio 1.27 ±0.25 1.42 ±0.34 1.41 ±0.58 NS5_marine_group 0.92 ±0.05 0.88 ±0.14 0.89 ±0.14 Planctomycetaceae_ uncultured 0.45 ±0.23 0.50 ±0.12 0.59 ±0.15
[0097] In an embodiment concerning the lowest taxonomic level of the eukaryotic community, results showed that samples from both filtration methods harbor both large (micro/mesoplankton) and small (picoplankton/nanoplankton) protists (Table 8). Indeed, when exploring the protistan community at lower taxonomic level it was identified, among the most abundant taxa (with a relative abundance higher than 1%), big cell size groups belonging to micro/mesoplankton: Bacillariophycae, Ciliophora and Dinophyceae such as Prorocentrum sp. (1% of abundance). Equally, has been recorded with the same abundance of 1% smaller photosynthetic groups e.g. the picoeukaryotes, MAST-8C_X_sp. Our data showed that all the genera are always present, independent of the filtration system used and pressures applied for both prokaryotic and eukaryotic communities.
TABLE-US-00008 TABLE 8 Distribution of the abundant taxa (>1%) retrieved from the 18S rDNA OTUs taxonomic composition at lower taxonomic level. Table 8 shows the relative percentage of 18S rDNA OTUs taxonomic composition at lower taxonomic level detected in the testes performed with the Ocean Sampling Day (OSD) standard procedure and with the autonomous biosampler (device now disclosed) (mean ± standard deviation, n = 3). Two filtration pressures were selected (1 and 1.3 bar). No statistically significant differences (ANOVA, P ≥ 0.05) were observed among the three filtration procedures for the relative percentage of each genus. OSD Device now disclosed ≈1 bar 1 bar 1.3 bar Prasino-Clade-VII-A_unclassified 6.51 ±1.27 8.99 ±1.91 13.26 ±5.57 Labyrinthulaceae_X_sp. 5.37 ±1.91 6.79 ±2.12 4.69 ±1.92 Aspergillus_clavatus 4.90 ±0.77 6.07 ±4.14 5.57 ±3.72 Bathycoccus_prasinos 6.15 ±1.37 3.96 ±1.09 2.76 ±1.26 Dino-Group-I-Clade-1_X_sp. 2.86 ±1.47 4.28 ±1.05 4.75 ±2.28 Uncultured_Lecanicillium 3.45 ±2.12 3.78 ±2.02 3.91 ±0.96 Dino-Group-I-Clade-1_X_sp. 3.11 ±0.68 4.01 ±0.37 3.97 ±0.99 Thalassiosira_tenera 3.66 ±0.31 2.76 ±0.70 2.88 ±0.23 Dino-Group-I-Clade-1_X_sp._strain8 1.77 ±0.09 2.12 ±0.43 1.42 ±0.31 Oxytricha_saltans 1.34 ±0.41 1.06 ±0.13 1.87 ±1.53 Dino-Group-I-Clade-5_X_sp. 1.07 ±0.03 1.30 ±0.26 0.85 ±0.13 Prorocentrum_sp. 1.11 ±0.18 1.08 ±0.31 0.96 ±0.04 Paracineta_limbata 0.92 ±0.80 1.20 ±0.87 0.84 ±0.19 MAST-8C_X_sp. 1.33 ±0.44 0.84 ±0.17 0.69 ±0.40
[0098] The results showed no statistically significant differences in prokaryotic and eukaryotic communities (not significant) at lower taxonomic composition level induced by different filtration procedures (device now disclosed and standard OSD).
[0099] In an embodiment, prokaryotic and eukaryotic rare species (<1% relative abundance) are increasingly recognized as crucial since they can have an over-proportional role in biogeochemical cycles and may be a hidden driver of microbiome function, such as in the response to organic pollutants. An overview of rare OTUs clustered at 97% (Table 9) revealed no statistically significant (ANOVA, P≥0.05) differences regardless of the different filtrations systems (OSD and device) used.
TABLE-US-00009 TABLE 9 The number the rare (<1%) OTUs (97%) in the 16S and 18S rDNA. Table 9 shows the quantity of DNA obtained from the different procedures (Ocean Sampling day (OSD) and in situ autonomous filtration prototype (device now disclosed); and different filtration pressures (1 and 1.3 bar). Information for each treatment replicates (A, B and C) and for total samples. Raw read pairs directly obtained from DNA-to- data (for example Illumina MiSeq) sequencing platform, the sequence count after cleaning by mothur analysis pipeline, for each group. The different superscript letters show significant (ANOVA, P < 0.05) differences among filtration procedures. OSD Device now disclosed Pressure ≈1 bar 1 bar 1.3 bar 16S rDNA OTUs clustered at 97% 26500.sup.a ± 7880 20594.sup.a ± 1445 17068.sup.a ± 4587 18S rDNA OTUs clustered at 97% 10425.sup.a ± 6430 7246.sup.a ± 2468 9939.sup.a ± 5324
[0100] In an embodiment, the reproducibility and effects of the filtration procedures on rare (<1%) microbiome diversity were evaluated by comparing several diversity indices, including the number of observed OTUs, Chao1, Shannon, Berger Parker dominance, Simpson's evenness, and also the Good coverage (Table 10). Trends in the diversity indices showed no significant (ANOVA, P≥0.05) differences regardless the filtration procedure.
TABLE-US-00010 TABLE 10 Diversity indices for rare (<1%) 16S and 18S rDNA. Table 10 shows the DNA detected in the tests performed with the Ocean Sampling Day (OSD) standard procedure and with the autonomous DNA sampler (device now disclosed) (mean ± standard deviation, n = 3). Two filtration pressures were selected (1 and 1.3 bar). Different superscript letters indicate significant (ANOVA, P < 0.05) differences among the three filtration procedures for each diversity index. OSD Device now disclosed Diversity indices ≈1 bar 1 bar 1.3 bar 16S rDNA Observed OTUs 2531.sup.a ± 558 2375.sup.a ± 132 2680.sup.a ± 516 Chao1 6338.sup.a ± 2789 5494.sup.a ± 637 7202.sup.a ± 3218 Shannon index 9.5.sup.a ± 0.2 9.3.sup.a ± 0.3 9.5.sup.a ± 0.3 Berger Parker 0.024.sup.a ± 0.002 0.03.sup.a ± 0.01 0.03.sup.a ± 0.01 Simpson's evenness 0.10.sup.a ± 0.02 0.09.sup.a ± 0.03 0.09.sup.a ± 0.00 Good coverage 0.87.sup.a ± 0.05 0.88.sup.a ± 0.01 0.86.sup.a ± 0.04 18S rDNA Observed OTUs 585.sup.a ± 236 674.sup.a ± 49 639.sup.a ± 106 Chao1 828.sup.a ± 430 944.sup.a ± 80 841.sup.a ± 209 Shannon index 7.9.sup.a ± 0.5 8.0.sup.a ± 0.3 8.0.sup.a ± 0.2 Berger Parker 0.025.sup.a ± 0.005 0.05.sup.a ± 0.04 0.03.sup.a ± 0.01 Simpson's evenness 0.26.sup.a ± 0.07 0.18.sup.a ± 0.06 0.22.sup.a ± 0.04 Good coverage 0.95.sup.a ± 0.03 0.94.sup.a ± 0.01 0.95.sup.a ± 0.02
[0101] In an embodiment, at OTUs level (lower taxonomic level), the lower triangular resemblance matrix showed that rare (<1%) prokaryotic (16S rDNA) community (
[0102] The disclosure should not be seen in any way restricted to the embodiments described and a person with ordinary skills in the art will foresee many possibilities to modifications thereof.
[0103] Furthermore, where ranges are given, endpoints are included. Furthermore, it is to be understood that unless otherwise indicated or otherwise evident from the context and/or the understanding of one of ordinary skill in the art, values that are expressed as ranges can assume any specific value within the stated ranges in different embodiments of the disclosure, to the tenth of the unit of the lower limit of the range, unless the context clearly dictates otherwise. It is also to be understood that unless otherwise indicated or otherwise evident from the context and/or the understanding of one of ordinary skill in the art, values expressed as ranges can assume any subrange within the given range, wherein the endpoints of the subrange are expressed to the same degree of accuracy as the tenth of the unit of the lower limit of the range.
[0104] The above described embodiments are combinable. The following claims further set out particular embodiments of the disclosure.
REFERENCES
[0105] 1. Trembanis, A. C., Cary, C., Schmidt, V., Clarke, D., Crees, T., & Jackson, E. (2012, October). Modular autonomous biosampler (MAB)—A prototype system for distinct biological size-class sampling and preservation. In Oceans, 2012 (pp. 1-6). IEEE. [0106] 2. Bird L. E., Sherman A., Ryan J. 2007. Development of an Active, Large Volume, Discrete Seawater For autonomous Underwater Vehicles. Monterey Bay Aquarium Research Institute [0-933957-35-1 2007 MTS] [0107] 3. McQuillan, J. S., & Robidart, J. C. (2017). Molecular-biological sensing in aquatic environments: recent developments and emerging capabilities. Current opinion in biotechnology, 45, 43-50. [0108] 4. Scholin, C., G. Doucette, S. Jensen, B. Roman, D. Pargett, R. Marin III, et al. 2009. Remote detection of marine microbes, small invertebrates, harmful algae, and biotoxins using the Environmental Sample Processor (ESP). Oceanography 22(2):158-167 [0109] 5. Preston et al. 2011 Preston C M, et al. (2011) Underwater application of quantitative PCR on an ocean mooring. PLoS One 6(8):e22522. [0110] 6. ten Hoopen, P., Cochrane, G., Schaap, D., Kottmann, R., Broggiato, A., von Kries, C., et al. 2016. Ocean Sampling Day Handbook. [0111] 7. Ribeiro, H., de Sousa, T., Santos, J. P., Sousa, A. G., Teixeira, C., Monteiro, M. R., et al. (2018). Potential of dissimilatory nitrate reduction pathways in polycyclic aromatic hydrocarbon degradation. Chemosphere, 199, 54-67.