Skip to main content

NanoMod: a computational tool to detect DNA modifications using Nanopore long-read sequencing data

Abstract

Background

Recent advances in single-molecule sequencing techniques, such as Nanopore sequencing, improved read length, increased sequencing throughput, and enabled direct detection of DNA modifications through the analysis of raw signals. These DNA modifications include naturally occurring modifications such as DNA methylations, as well as modifications that are introduced by DNA damage or through synthetic modifications to one of the four standard nucleotides.

Methods

To improve the performance of detecting DNA modifications, especially synthetically introduced modifications, we developed a novel computational tool called NanoMod. NanoMod takes raw signal data on a pair of DNA samples with and without modified bases, extracts signal intensities, performs base error correction based on a reference sequence, and then identifies bases with modifications by comparing the distribution of raw signals between two samples, while taking into account of the effects of neighboring bases on modified bases (“neighborhood effects”).

Results

We evaluated NanoMod on simulation data sets, based on different types of modifications and different magnitudes of neighborhood effects, and found that NanoMod outperformed other methods in identifying known modified bases. Additionally, we demonstrated superior performance of NanoMod on an E. coli data set with 5mC (5-methylcytosine) modifications.

Conclusions

In summary, NanoMod is a flexible tool to detect DNA modifications with single-base resolution from raw signals in Nanopore sequencing, and will facilitate large-scale functional genomics experiments that use modified nucleotides.

Background

An important type of covalent modification in epigenetics is DNA modification, where a chemical residue can be added to one of the four standard nucleotides (A, C, G, T) in a DNA molecule [1]. Those added residues can be methyl, carboxyl, ethyl, formyl, hydroxymethyl, dimethyl groups and other larger chemicals such as biotin and Idoxuridine, resulting in various types of DNA modifications. DNA modifications can exist naturally in genomes or can be introduced synthetically into DNA molecules for research purposes. For example, DNA methylation, a common and well-studied type of modification, is formed when a methyl group is added into the adenines or cytosines in a DNA molecule, and different types of methylations exist depending on which atomic position in an adenine or cytosine is modified, such as 5-methylcytosine (5mC) and N6-methyladenosine (6mA). Various naturally occurring DNA modifications have been widely discovered in all kingdoms of life [2]. They play a critical role in regulating cellular states and functions, controlling which genes are turned on/off, dramatically affecting gene expression and eventual production of proteins and their functions [3]. In comparison, synthetically introduced DNA modifications can mark specific positions in genome sequence, facilitating functional genomics studies. For example, labeling specific DNA sequence motifs by fluorescence signals in a genome can facilitate optical mapping of genomes and the detection of structural variants [4]. Furthermore, incorporation of modified DNA bases during DNA synthesis can be used to track patterns of DNA replication in a genome-wide scale through optical mapping [5]. However, there are currently no genome-wide methods that allow the detection of replicated and non-replicated DNA with base-pair resolution.

Several different genomic techniques have been developed to detect DNA modifications, especially for DNA methylations. For example, bisulfite sequencing is a widely used method for detecting DNA methylations, where unmethylated cytosines are converted to uracil and Illumina short-read sequencing techniques are used to call methylated and unmethylated cytosines from sequence data [6]. However, the harsh process in bisulfite treatment results in a large fraction of DNA fragmentation, which generally requires large quantity of DNA and complicates the analysis of highly variable, heterogeneous epigenome [3]. Immunoprecipitation together with Illumina short-read sequencing were also used to detect DNA or RNA modifications [7, 8], but these methods can detect only broad genomic regions with methylation without single base resolution. Furthermore, short read sequencing averages signals across different cells, and does not answer the question whether two reads mapping to adjacent locations in the genome are from the same cell or from a different cell. Other studies took advantage of PacBio single-molecule real-time (SMRT) sequencing techniques to directly detect DNA modifications using the principle that the existence of DNA modifications would affect DNA polymerase kinetics during SMRT sequencing [9,10,11,12]. Modifications in RNA can also be detected using PacBio SMRT sequencing [13]. However, there was reduced signal-to-noise ratio for 5mC modifications [14] and the improved enzymatic treatment of 5mC detection using Tet1 [15] also had incomplete and context-dependent treatment [3]. A comprehensive review can be found in [16].

Recent studies have explored the use of Oxford Nanopore sequencing techniques for the detection of DNA modifications. In Nanopore sequencing, electric current change occurs when a k-mer passes through a nanopore, and different molecules (such as standard nucleotides and their modified versions) generate different current change, depending on sequence contexts. Several prior studies [17, 18] have carefully analyzed ionic current signals and demonstrated the feasibility of using Nanopore signals to identify DNA modifications by comparing current levels of methylated (that is, 5mC and 5-hydroxymethylcytosine (5hmC)) DNA copies with current levels of unmethylated DNA copies. They found that more C5-cytosine variants (1 unmethylated cytosine and 4 cytosine modifications) could also be identified using Nanopore sequencing data with higher accuracy in a background of known sequences [19]. Recently, three groups have quantified the strength of using Nanopore platform for detecting DNA modifications at a large scale [3, 20, 21]: Simpson et. al. developed a HMM (hidden Markov model) to distinguish 5mC from cytosine [3] in E. coli and Homo sapiens and integrated it in nanopolish, but this method cannot detect non-CpG methylations; Mclntyre et.al. designed mCaller to improve the detection of 6mA and tested the 6mA detection in mouse, E. coli and Lambda phage DNA [20]; Rand et. al. analyzed three types of cytosine (i.e., cytosine, 5mC and 5hmC) and also 6mA in E. coli with different phases using HMM with a hierarchical Dirichlet process, with an implementation in the signalAlign package [21]. The results demonstrated feasibility to achieve improved performance in detecting DNA modifications [3, 20, 21], but they needed large prior training datasets for HMM [2], and therefore cannot be extended for detecting different types of modifications (especially synthetically introduced modifications). Stoiber et. al. proposed MoD-seq in the nanoraw package to identify modifications in the absence of large prior training dataset [2]. Here we developed NanoMod to achieve improved performance in the detection of modified bases in the absence of any training data, though NanoMod can optionally leverage existing training data to further improve performance.

NanoMod was designed for the detection of de novo DNA modifications (for example, synthetically introduced modifications). The inputs of NanoMod were a group of reads from a DNA sample with modification at specific bases and a group of reads from the matched non-modified sample. The nucleotide sequence for the sample is assumed to be known, that is, the reference genome must be already known a priori. Currently, within NanoMod, we used albacore for basecalling, and then performed an indel error correction by aligning the events of electric signals to a reference genome, similar to the procedure implemented in nanoraw [2]. After that, two groups of electric signals for each genomic position were compared using the Kolmogorov-Smirnov test [22] in a per-base level to identify bases with significantly different distributions of signals between the two groups. Finally, weighted Stouffer’s method was used to combine the effects of neighboring bases since some modifications (especially bulky ones) may have strong neighbor effects that affect electric signals in neighboring non-modified bases. We evaluated NanoMod on simulation data of modifications with different properties and on a published E. coli methylation data set. NanoMod can be accessed at https://github.com/WGLab/NanoMod.

Methods

Summary of NanoMod

The input of NanoMod is a dataset with two groups of reads: one from a sample with DNA modifications at specific positions and the other is the matched non-modified sample. The output is the ranked list of positions with potential modifications, as shown in Fig. 1. NanoMod does not require prior training data, but it cannot detect the specific type of modification either. However, given a large-scale data set with known modifications at known positions, it is possible to use them as prior information to train a model and analyze a new dataset with the same type of modifications by NanoMod. The several steps involved in NanoMod are illustrated below.

Fig. 1
figure 1

The flowchart of NanoMod. The squares with dotted line refer to components that require external tools, while the dotted arrow line suggests an alternative solution. This procedure is similar to nanoraw [2]

Basecalling by albacore

Nanopore raw data on a long read consists of a time series of raw signals measured by the Oxford Nanopore sequencer such as MinION or GridION. Each raw signal is a digital integer value, a measure of the changes of electric current when a k-mer (for example, 5-mer) passes through nanopores. Since the acquisition frequency is usually much higher than the speed of translocation of bases passing through nanopores, the same k-mer may be measured multiple times when it passes through the pore. Since the speed of translocation is not constant, different k-mers may have different numbers of measurements. More importantly, errors and noises may exist during signals acquisition on the k-mers, making the precise interpretation of bases from raw signals more challenging. In other words, given a set of electric signals when a DNA molecule passes through the pore, it is not straightforward to convert them directly into a series of nucleotides.

To generate bases from Nanopore signals, raw signals are typically segmented into separate “events” in albacore (Note that the latest version albacore uses raw signals for basecalling, thus the segmentation step is no longer needed). Each event consists of a consecutive series of raw signals that significantly deviate from the two direct neighboring events. The joint analysis of neighboring events with multiple overlapping bases would finally generate a sequence of bases with the highest probability, which is a procedure that uses deep recurrent neural network as implemented in albacore. The output of albacore contains a read from a FAST5 file and the signal information of all its bases.

Error correction and signal annotation

Long reads generated on Nanopore platform usually have high error rates which may negatively affect downstream analysis. Since we assume that a reference genome is already available (i.e. the true nucleotide identity is assumed to be known in advance), to correct the base calling errors, BWA-MEM [23] was used to align Nanopore long reads to the known sequence, and then the indels (possible basecalling errors) were corrected by a re-segmentation process which is similar to the indel correction procedure in nanoraw [2]. An insertion error suggests that two adjacent segmented events might be from the same k-mer, and thus, one of the two neighbor events of the insertion is merged with the insertion event for generating a new neighbor event. A deletion error suggests that the neighboring events of the deletion are be generated by one additional k-mer, and thus, the several closest neighbor events of the deletion are re-segmented so that one additional event can be generated. When the neighboring events to be re-segmented contain other indels, the collection of events are first merged together and then re-segmented so that proper events can be generated. The number of neighboring events is automatically determined so that there are enough number of signal measurements for each event after the re-segmentation. Meanwhile, to address the issue of homopolymer error, if there are Lr > 5 single nucleotide repeats in the sequence, the middle Lr − 4 new positions would share a certain new event after re-segmentation.

To illustrate this further, examples of the deletion correction procedure and insertion correction procedure are shown in Figs. 2 and 3, respectively. In Fig. 2, there is a deletion. To generate the correct events in Fig. 2, we grouped the deletion together (shadowed region in green) with one upstream adjacent neighbor and one downstream adjacent neighbor. We then re-segmented those signals associated with the bases in the shadowed region, and obtained one additional event from the correction procedure. In Fig. 3, we grouped the insertion event, one upstream adjacent neighbor and one downstream adjacent neighbor (shadowed region in yellow), and then re-segmented the signals to generate two events from the correction procedure.

Fig. 2
figure 2

An example of the deletion correction procedure in NanoMod. X axis represents time of signal acquisition, and y axis denotes detected signal values by Nanopore sequencers before standardization. ‘Albacore’ represents a sequence of bases called based on original events before error correction, and ‘Known’ represents the known sequence. Each red horizontal bar represents an event split by vertical lines. ‘-’ in ‘Albacore’ suggests a deletion. The region shadowed in green shows the deleted bases together with one upstream and one downstream neighbors

Fig. 3
figure 3

An example of the insertion correction procedure in NanoMod. The region shadowed in yellow shows the insertion base together with one upstream and one downstream neighbors. For other notations, see Fig. 2

After that, raw signals in a long read are normalized using the median subtraction and the standardization by averaged difference, and the normalized signal was limited between − 5 to 5. Normalized signal information of each position in a long read subsequently anchors a position in the known reference sequence. This process is similar to what is described in nanoraw [2].

Signal summarization for positions in the known sequence

Based on the corrected alignment of a long read with the known sequence, the normalized signal of a position in a long read can be assigned to the corresponding aligned position in the known sequence. Given two groups of aligned long reads, each position in the known sequence will have two groups of normalized signals, one from reads of the sample with modifications and the other from the matched non-modified sample.

Sometimes, a position may have a much smaller number of associated reads in one sample versus the other sample, possibly due to random fluctuation of coverage or due to other issues (for example, PCR amplification biases). Thus, those positions with limited data on signals in either group are filtered and excluded from the downstream analysis, based on user-specified criteria.

Detection of modifications

Assuming that signals of a base for a position in a known sequence are generated from a specific but unknown distribution with some noises. The signals for a position of the known sequence in the two groups would be highly similar to each other if the position and its closest neighbors are not modified. However, if a position contains a modified base, the signals of the two groups for the position and/or its neighbors would be different, in term of mean, standard deviation or shape. In other words, a position has high probability to have a modified base if the signals between the two groups for the position or its neighbors are statistically different.

In NanoMod, Kolmogorov-Smirnov test is used for this purpose, since our purpose is to detect de novo modifications and since the actual distribution of signal intensity is not known a priori. Additionally, our experience and manual examination showed that the distribution of signal intensities at a modified position (or neighbors of a modified position) can be of various different shapes, such as increased/decreased mean, increased variance, a change from unimodal to bimodal distribution, etc. Kolmogorov-Smirnov test [22] is one of the most useful nonparametric test methods to quantify the distance between empirical distribution functions of two groups of samples. It is sensitive to the differences in both the locations and shapes of the two distribution functions. The Kolmogorov-Smirnov statistic Dm, n is defined below.

$$ {\displaystyle \begin{array}{c}{F}_{1,m}(x)=\frac{1}{m}\sum \limits_{i=1}^m{I}_{\left[-\infty, x\right]}\left({X}_i\right)\\ {}{F}_{2,n}(x)=\frac{1}{n}\sum \limits_{i=1}^n{I}_{\left[-\infty, x\right]}\left({X}_i\right)\\ {}{D}_{m,n}={\mathit{\sup}}_x\left|{F}_{1,m}(x)-{F}_{2,n}(x)\right|\end{array}} $$

Where Xi is a signal, and I[−∞, x](Xi) is 1 if Xi ≤ x and 0 otherwise. F1, m(x) is for a group of m modified reads, and F2, n(x) is for a group of n non-modified reads. sup is a supremum function giving the least upper bound, that is, the least difference which is not less than all differences between the two F(x)s. P-values of the Kolmogorov-Smirnov test indicate the probability of the base at a position to be modified: the smaller p-value is, the more likely the base is modified.

The combination of neighbor p-values

Measured signals in Nanopore data are usually for k-mers, that is, a modification of a base at a specific position may affect the signals of its neighbors. Therefore, p-values of neighboring positions may also suggest the presence of modifications. To take into account the neighborhood effect, p-values within k closest positions of a given position can be used to generate a combined p-values. k could be specified by users and by default k = 2. Weighted Stouffer’s method is used for this purpose, so that the center position has higher weights, and the further neighbors, the lesser the weights. The weighted Stouffer statistic for k + 1 consecutive positions (k closest positions plus the center position) is \( Z\sim \frac{\sum_{i=1}^{k+1}{w}_i{\varnothing}^{-1}\left(1-{p}_i\right)}{\sqrt{\sum_{i=1}^{k+1}{w}_i^2}} \) where pi is the probability of a position with a weight of wi and −1(1 − pi) returns a Z score of pi with a standard normal cumulative distribution function.

When a position has extremely small p-value, its neighboring positions tend to also have very small p-values, and these positions will rank very high among all positions. Therefore, the rank for a position gives redundant information on whether a neighborhood region has a modification. We thus used neighborhood-based ranking. In neighborhood-based ranking, if a position has a higher rank, its neighbor positions (within 1 or 2 base window size for both left and right sides) with lower rank are not considered.

Simulation of nanopore long-read data

To evaluate how NanoMod works on modifications with different properties, we generated several simulation datasets where samples have multiple types of modifications. In the simulation, we assumed that we had a sequence and each 5-mer produces signals according to a normal distribution of the mean Ek and the standard deviation k plus some random noises, then a basic simulation process for a given sequence can be described as below:

  1. 1.

    Generate n signals for each 5-mer in the given sequence, and sequentially merge all signals together for the given sequence. n is a random number which varies from 5 to 15.

  2. 2.

    Repeat Step 1 for 100 times, and treat them as raw reads of a non-modified sample.

  3. 3.

    Sample h positions in the given sequence, and assume that those bases are modified.

  4. 4.

    For each position hi with simulated modifications and its neighborhood position hj, j − i ≤ 2, the mean was increased by \( {\mathrm{w}}_a^i=\alpha /{2}^{\left\Vert j-i\right\Vert } \), and the standard deviation was increased by \( {\mathrm{w}}_b^i=\beta /\Big(\left\Vert j-i\right\Vert \)+ 1). If a position is adjacent to two modifications, hu and hv, its \( {\mathrm{w}}_a={\mathrm{w}}_a^u+{\mathrm{w}}_a^v \) and \( {\mathrm{w}}_b={\mathrm{w}}_b^u+{\mathrm{w}}_b^v \), otherwise if a position is only close to a modifications hi, \( {\mathrm{w}}_a={\mathrm{w}}_a^i \) and \( {\mathrm{w}}_b={\mathrm{w}}_b^i \). In this study, α was set to 0.2, while β was set to 1.

  5. 5.

    For those positions with modifications or are adjacent to the modified bases, generate m signals according to a normal distribution of the mean Ek (1 + wa) and the standard deviation k (1 + wb) plus some random noises. Here Ek and k are the mean and standard deviation of the corresponding non-modified 5-mer, and m was a random number, which varies from 5 to 15.

  6. 6.

    For other positions without modified bases and are not in the vicinity of modified bases, generate m signals as what has been done in Step 1.

  7. 7.

    Repeat Steps 4, 5 and 6 for 100 times, and treat them as reads of a modified sample.

  8. 8.

    Run NanoMod on two groups of reads.

  9. 9.

    Repeat Steps 1 to 8 for 100 times so that 100 pairs of datasets were used to evaluate NanoMod.

To simulate modifications with different properties, we generated several types of simulation data sets below:

  1. i)

    ‘MeanDif’ simulation: The modification of a base only affects signal mean of the 5-mer centered at that base, i.e., wa > 0. Signal standard deviation of the 5-mer has no change (wb = 0) and no neighborhood effect (wa = 0 and wb = 0 for non-modified bases).

  2. ii)

    “STDDif” simulation: The modification of a base only affects signal standard deviation of the 5-mer centered at that base, i.e., wb > 0. Signal mean of the 5-mer has no change (wa = 0) and no neighborhood effect (wa = 0 and wb = 0 for non-modified bases).

  3. iii)

    “Mean_STDDif” simulation: The modification of a base affects both signal mean and standard deviation of the 5-mer centered at that base, i.e., wa > 0 and wb > 0, but no neighborhood effect (wa = 0 and wb = 0 for non-modified bases).

  4. iv)

    “Mean_STDDif_NE” simulation: The modification of a base affects both signal mean and the standard deviation of the 5-mer centered at that base, i.e., wa > 0 and wb > 0, and also adjacent neighbors, i.e., wa>0 and wb > 0 for adjacent non-modified 5-mer of the modified bases.

A summary of these simulation data sets was also provided in Table 1.

Table 1 A summary of simulation data and real data used in the analysis

A Nanopore long-read sequencing data set on E. coli

A publicly available Nanopore long-read sequencing data of E. coli [3] was also used to evaluate NanoMod. This dataset contains two groups of samples, one was generated from PCR product where DNA modifications are not expected to be present, and the other was from PCR product after enzymatic methylation with the M.SssI methyltransferase where almost all of cytosines in a CpG context were converted to 5-mC [3]. These dataset was downloaded from the European Nucleotide Archive under accession number PRJEB13021 [3]. On this data set, the known E. coli sample has ~ 4.64 Mb nucleotides and ~ 693,586 CpG sites, which were also included in Table 1.

Measurement for performance evaluation

To measure the performance of ranking modified bases at the top among all bases, we used the percentiles of 0.1, 0.25, 0.5, 1, 2, 3, 4 and 5% to split the ranking into 9 categories for simulation data. Then, at each percentile, we calculated precision (i.e., the number of correctly identified modifications divided by the number of modification predictions at a percentile) and recall (i.e., the number of correctly identified modifications divided by the number of modifications) for correctly detecting the known modifications, and generated precision-recall plot. On the E. coli data set [3], we used the percentiles of 0.1, 0.25, 0.5, 1, 2, 3, 4, 5, 10, 15, 20, 25 and 30% to split the ranking, because there are many methylated CpG sites.

Results

NanoMod was designed to detect candidate positions with DNA modifications using raw electric signals generated from Nanopore long-read sequencing techniques. Briefly, two groups of reads, one containing modified bases and the other without modified bases, were used as input of NanoMod, and were then subject to basecalling, error correction and signal annotation of positions in a known sequence. After that, we ranked all positions for the presence of potential DNA modifications. NanoMod was evaluated on simulation data where raw signals were simulated according to the mean and standard deviation of 5-mer and on a publicly available methylation data. The results are described in detail below.

Evaluation on simulation data with multiple DNA modifications in a sequence

We simulated 200 reads of a 6184-bp sequence (100 with and 100 without modification on specific positions) on a sample based on the means and standard deviations of observed 5-mers (1024 distributions) from large-scale Nanopore sequencing experiments. Each of the simulated modification reads has 60 modifications randomly dispersed across the whole sequence. DNA modifications with different properties were simulations as described in the Method section. Each type of modification was also generated 100 times. The performance of NanoMod was evaluated using precision and recall, as the percentile of the rank which ranges from 0.1, 0.25, to 0.5%, 1, 2, 3, 4% and then to 5%. Typically, when the percentile value increases, the recall would increase. We compared the performance of Mann–Whitney U test, Student’s T test and Kolmogorov-Smirnov test on signals of single bases, and also two combined statistics methods including Stouffer’s method and Fisher’s method. The results were shown in Fig. 4, where precision and recall were the averaged values on 100 simulation data sets.

Fig. 4
figure 4

The average precision and recall rates of NanoMod on 100 simulation data sets. “U test”: Mann–Whitney U test, “T test”: Student’s T test, “KS test”: Kolmogorov-Smirnov test, “Stouffer’s M”: Stouffer’s method and “Fisher’s M”: Fisher’s method. “MeanDif”: modified bases only have the mean difference for signals from non-modified bases, “STDDif”: modified bases only have the difference of standard deviation for signals from non-modified bases, “Mean_STDDif”: modified bases have the difference of the mean and standard deviation for signals from non-modified bases, and “Mean_STDDif_NE”: the simulation of “Mean_STDDif” plus neighborhood effect. Precision was calculated using the number of correctly identified modifications divided by the number of modification predictions at a percentile (i.e., 0.1, 0.25, 0.5, 1, 2, 3, 4 and 5%), and recall was calculated using the number of correctly identified modifications divided by the number of modifications

We found that on the MeanDif simulation (see the Method section), Mann–Whitney U test and Student’s T test worked better than Kolmogorov-Smirnov test, because the first two statistics methods were more powerful to detect the change of the mean of 5-mers, yet signal mean of modified bases were simulated on the MeanDif simulation. However, for the other three simulations (the STDDif, Mean_STDDif, and Mean_STDDif_NE simulations) where differences of standard deviation of 5-mers were considered, Kolmogorov-Smirnov test significantly outperformed Mann–Whitney U test and Student’s T test. In particular, when only differences of standard deviation of modified 5-mers were simulated, Mann–Whitney U test and Student’s T test had no predictive power, as expected (refer to STDDif in Fig. 4). Since it is unusual for DNA modifications to change only mean or variance of signal intensity values, Kolmogorov-Smirnov test is used by default in NanoMod for capturing all types of alterations in signals.

When the two combined statistics methods were used, the performance was worse than Kolmogorov-Smirnov test for the MeanDif, STDDif and Mean_STDDif simulations. This is because no neighborhood effects were considered in these types of simulations. When neighborhood effects were simulated in Mean_STDDif_NE, both Stouffer’s Method and Fisher’s method improved the detection of DNA modification. In particular, Stouffer’s method performed much better than Fisher’s method, and 75% modifications detected by Stouffer’s method were ranked at top. This suggested that Stouffer’s method is preferred over single-base Kolmogorov-Smirnov test when neighborhood effects are present.

Evaluation on E. coli methylation data

To test the usefulness of NanoMod on synthetically introduced modifications rather than simulated data, we also evaluated NanoMod on a publicly available Nanopore long-read sequencing data on E. coli [3] where CpG sites were almost all methylated by the M.SssI methyltransferase. Given a rank list of detected modifications, we calculated precision and recall at each splitting percentile value for evaluating five statistical methods (implemented in NanoMod) and nanoraw. The results were shown in Fig. 5.

Fig. 5
figure 5

The performance of modification detection using nanoraw and 5 statistics methods implemented in NanoMod. “U test”: Mann–Whitney U test, “T test”: Student’s T test, “KS test”: Kolmogorov-Smirnov test, “Stouffer’s M”: Stouffer’s method and “Fisher’s M”: Fisher’s method. The percentile definition was in the method section. Precision was calculated using the number of correctly identified modifications divided by the number of modification predictions at a percentile (i.e., 0.1, 0.25, 0.5, 1, 2, 3, 4, 5% and then to 30%), and recall was calculated using the number of correctly identified modifications divided by the number of modifications

We found that the combined statistical testing methods achieved better performance than the various methods on single bases, indicating strong neighborhood effects caused by the methylation. In particular, Fisher’s method and Stouffer’s method (both implemented in NanoMod) outperformed nanoraw especially to detect methylations at the top rank (the smaller recall in Fig. 5), where the precision of nanoraw was about 0.70 while the precision of Nanomod was more than 0.9. (We note that nanoraw itself incorporated Fisher’s method to combine p-values.) Therefore, NanoMod significantly improved the performance to detect modified DNA bases.

In Fig. 5, the better performance of Fisher’s method (implemented in NanoMod) is due to the fact that the E. coli sequence has many modified regions containing multiple CpG sites together. Note that the original data set was generated on DNA molecules treated with the M.SssI methyltransferase, where nearly all of cytosines in a CpG context were converted to 5-mC, yet in practice de novo modifications in living organisms should occur only in a very minor fraction of bases. Indeed, upon further examination, among about half of CpG sites, we can found another CpG sites within 5 bps. In such scenarios, Stouffer’s method cannot work as well as Fisher’s method, because Stouffer’s method give less weights to neighbors of a methylation site.

Example plots of top ranked CpG sites

We used the top three ranked CpG sites detected by NanoMod in the methylation data of E. coli to demonstrate details of how NanoMod identified signal difference at methylated CpG sites. The results were shown in Fig. 6. As can be seen from Fig. 6(a) and (b), NanoMod generated the smallest p-values of the position and its closest neighbors at the center of the plot. In contrast, those positions, which were far from the CpG sites (the both left and right sides of Fig. 6(a) and the right side of Fig. 6(b), had much larger p-values using either Kolmogorov-Smirnov test or the Stouffer’s method. This observation demonstrated that methylated bases changed the Nanopore signals. In the left side of Fig. 6 (b) and (c), the methylated CpG site in the center had smaller p-values. Meanwhile, the left side of Fig. 6(b) and the left and right sides of Fig. 6(c) also had p-values which were smaller than the both left and right sides of Fig. 6(a) and the right side of Fig. 6(b). This is because there are two additional CpG sites on the right side of Fig. 6(b) and two additional CpG sites on either side of Fig. 6(c). These observations clearly demonstrated that NanoMod captured statistically significant signals of modified bases between modified reads and non-modified bases.

Fig. 6
figure 6

Analysis of DNA methylation in E. coli using NanoMod. Data of the top three ranked modifications are shown. ‘p-value/Comb Pv’ is the combined p-values calculated using the Stouffer’s method, ‘KS test/KS Pv’ is the p-value calculated using Kolmogorov-Smirnov test. ‘DS 1’ represents the non-methylated sample, and ‘DS 2’ represents the methylated sample. In each panel, the first line is the position of the base in the reference genome followed by the base in reads. The position is based on the reference genome. For reverse strand, the 3′ to 5′ of reads is from right to left while for forward strand of reads is from left to right

Discussion

The advent of Nanopore long-read sequencing technique provides valuable opportunities to detect DNA modifications directly from signal intensity data at a large scale and at low costs. Although several existing tools were developed for the detection of DNA modifications using Nanopore long-read data, they either need large training data [3, 20, 21] or require further tweaking of algorithms to improve the detection of modifications [2]. In this study, we proposed NanoMod to identify DNA modifications using raw signals of reads generated by the Nanopore long-read sequencing technique. NanoMod does not require any training data so it can detect DNA modifications de novo. NanoMod achieved improved performance when it was evaluated on simulation data with modifications of different properties and on an E. coli data set with 5mC (5-methylcytosine) modifications.

Compared with existing methods [3, 20, 21], one limitation of NanoMod is that it is designed to detect DNA modifications de novo and hence cannot predict the specific type of modification (such as whether a modification is 4mA or 5mC). However, given large-scale training data sets, it is possible to generate prior models in NanoMod to detect specific type of modifications. For example, assume that a specific modification on a base will impact the signals on a 7-bp window around the base, then from a large training data set, we can generate the signal distributions for all 7-mers surrounding the specific modification as the prior model. Long reads on a new sample can be compared to the prior model as well as a control model (from samples without modifications) to detect whether the specific type of modification exist in each position in the new sample.

Both nanoraw [2] and NanoMod require two groups of reads, one from a sample with modifications and the other from a matched control sample known to contain no modifications. They both used the error correction procedure from the alignment. After aligning long reads to a known sequence, signals of bases in long reads can be used to annotate the corresponding mapped positions. However, Nanopore long reads have high insertion/deletion errors especially when the bases are called from segmentation events (the latest version of albacore no longer use this procedure, partly due to the inherent error in the segmentation process). Thus, the indel correction step is crucial to rescue signal annotations for many positions. In some specific cases, the reference sequence used in NanoMod may contain true indels themselves (for example, when using E. coli reference genome sequence in the analysis for an E. coli strain with real indels at specific positions); in these scenarios, it may be necessary to generate confidence sets of indel calls on the sample first, then use a modified version of reference sequence (by incorporating highly confident indels) in the error correction procedure in NanoMod.

Integrated statistical testing is another critical component of NanoMod, because different types of modifications can result in different types of alterations on the signal distributions. Modifications might (i) only change signal mean of a modified base, or (ii) only change variance of the signals for a modified base, or (iii) result in the change of both signal mean and standard deviation, or (iv) change the overall shape of distribution such as from unimodal to bimodal, or (v) affect several adjacent neighborhood positions, and so on. Different statistical tests may have different power to detect modifications based on the property of the modifications. For example, Student’s T test and Mann–Whitney U test outperformed Kolmogorov-Smirnov test for the first category of modifications, but had no prediction power for the second category of modifications and had limited power for the other categories of modifications (see Fig. 4). Kolmogorov-Smirnov test outperformed other methods for the second and third categories of modifications, and achieved worse performance than the combined statistical testing for the fifth category of modifications. In short, Kolmogorov-Smirnov test on single bases and the combined Stouffer’s method on multiple bases are better choice for modification detections than Mann–Whitney U test used in nanoraw [2] when data set is large enough. This comparison was supported by additional preliminary studies (data not shown) where NanoMod could achieve much better prediction performance than nanoraw for multiple different types of modifications that we introduced synthetically into DNA molecules.

More accurate detection of DNA modifications, especially synthetically introduced modifications, has many downstream applications. For example, accurate detection of DNA modifications can facilitate studies on the role of epigenetic modifications [24] in different human diseases such as cancer, and help identity candidate genes where epigenetic switch is important for disease progression. Similarly, incorporation of modified DNA bases during DNA synthesis can be used to track patterns of DNA replication [25, 26], so accurate detection of de novo DNA modifications on newly synthesized DNA strands enables genome-wide studies on DNA replication timing and patterns.

Conclusion

We have developed a new computational tool, NanoMod, for the detection of DNA modifications using Nanopore long-read sequencing data. We evaluated NanoMod on simulation data with different types of modifications and also on a methylation data of E. coli. Our results suggested that NanoMod achieved better performance than other existing tools in detecting modifications without training data. Therefore, NanoMod will greatly facilitate functional genomics experiments for single base resolution mapping of modified nucleotides in the genome.

Abbreviations

5mC:

5-methylcytosine

HMM:

Hidden Markov model

SMRT:

Single-molecule real-time

References

  1. Sood AJ, Viner C, Hoffman MM. DNAmod: the DNA modification database. bioRxiv. 2016.

  2. Stoiber MH, Quick J, Egan R, Lee JE, Celniker SE, Neely R, Loman N, Pennacchio L, Brown JB. De novo identification of DNA modifications enabled by genome-guided Nanopore signal processing. bioRxiv. 2017.

  3. Simpson JT, Workman RE, Zuzarte PC, David M, Dursi LJ, Timp W. Detecting DNA cytosine methylation using nanopore sequencing. Nat Methods. 2017;14(4):407–10.

    Article  CAS  Google Scholar 

  4. McCaffrey J, Sibert J, Zhang B, Zhang Y, Hu W, Riethman H, Xiao M. CRISPR-CAS9 D10A nickase target-specific fluorescent labeling of double strand DNA for whole genome mapping and structural variation analysis. Nucleic Acids Res. 2016;44(2):e11.

    Article  Google Scholar 

  5. Klein K, Wang W, Borrman T, Chan S, Zhang D, Weng Z, Hastie A, Chen C, Gilbert DM, Rhind N. Genome-Wide Identification of Early-Firing Human Replication Origins by Optical Replication Mapping. bioRxiv. 2017.

  6. Miura F, Enomoto Y, Dairiki R, Ito T. Amplification-free whole-genome bisulfite sequencing by post-bisulfite adaptor tagging. Nucleic Acids Res. 2012;40(17):e136.

    Article  CAS  Google Scholar 

  7. Dominissini D, Moshitch-Moshkovitz S, Schwartz S, Salmon-Divon M, Ungar L, Osenberg S, Cesarkas K, Jacob-Hirsch J, Amariglio N, Kupiec M, et al. Topology of the human and mouse m6A RNA methylomes revealed by m6A-seq. Nature. 2012;485(7397):201–6.

    Article  CAS  Google Scholar 

  8. Meyer Kate D, Saletore Y, Zumbo P, Elemento O, Mason Christopher E, Jaffrey Samie R. Comprehensive analysis of mRNA methylation reveals enrichment in 3′ UTRs and near stop codons. Cell. 2012;149(7):1635–46.

    Article  CAS  Google Scholar 

  9. Flusberg BA, Webster DR, Lee JH, Travers KJ, Olivares EC, Clark TA, Korlach J, Turner SW. Direct detection of DNA methylation during single-molecule, real-time sequencing. Nat Methods. 2010;7(6):461–5.

    Article  CAS  Google Scholar 

  10. Clark TA, Murray IA, Morgan RD, Kislyuk AO, Spittle KE, Boitano M, Fomenkov A, Roberts RJ, Korlach J. Characterization of DNA methyltransferase specificities using single-molecule, real-time DNA sequencing. Nucleic Acids Res. 2012;40(4):e29.

    Article  CAS  Google Scholar 

  11. Feng Z, Fang G, Korlach J, Clark T, Luong K, Zhang X, Wong W, Schadt E. Detecting DNA modifications from SMRT sequencing data by modeling sequence context dependence of polymerase kinetic. PLoS Comput Biol. 2013;9(3):e1002935.

    Article  CAS  Google Scholar 

  12. Cohen NR, Ross CA, Jain S, Shapiro RS, Gutierrez A, Belenky P, Li H, Collins JJ. A role for the bacterial GATC methylome in antibiotic stress survival. Nat Genet. 2016;48(5):581–6.

    Article  CAS  Google Scholar 

  13. Saletore Y, Meyer K, Korlach J, Vilfan ID, Jaffrey S, Mason CE. The birth of the Epitranscriptome: deciphering the function of RNA modifications. Genome Biol. 2012;13(10):175.

    Article  CAS  Google Scholar 

  14. Beaulaurier J, Zhang X-S, Zhu S, Sebra R, Rosenbluh C, Deikus G, Shen N, Munera D, Waldor MK, Chess A, et al. Single molecule-level detection and long read-based phasing of epigenetic variations in bacterial methylomes. Nat Commun. 2015;6:7438.

    Article  CAS  Google Scholar 

  15. Clark TA, Lu X, Luong K, Dai Q, Boitano M, Turner SW, He C, Korlach J. Enhanced 5-methylcytosine detection in single-molecule, real-time sequencing via Tet1 oxidation. BMC Biol. 2013;11(1):4.

    Article  CAS  Google Scholar 

  16. Davis BM, Chao MC, Waldor MK. Entering the era of bacterial epigenomics with single molecule real time DNA sequencing. Curr Opin Microbiol. 2013;16(2):192–8.

    Article  CAS  Google Scholar 

  17. Laszlo AH, Derrington IM, Brinkerhoff H, Langford KW, Nova IC, Samson JM, Bartlett JJ, Pavlenok M, Gundlach JH. Detection and mapping of 5-methylcytosine and 5-hydroxymethylcytosine with nanopore MspA. Proc Natl Acad Sci U S A. 2013;110(47):18904–9.

    Article  CAS  Google Scholar 

  18. Schreiber J, Wescoe ZL, Abu-Shumays R, Vivian JT, Baatar B, Karplus K, Akeson M. Error rates for nanopore discrimination among cytosine, methylcytosine, and hydroxymethylcytosine along individual DNA strands. Proc Natl Acad Sci U S A. 2013;110(47):18910–5.

    Article  CAS  Google Scholar 

  19. Wescoe ZL, Schreiber J, Akeson M. Nanopores discriminate among five C5-cytosine variants in DNA. J Am Chem Soc. 2014;136(47):16582–7.

    Article  CAS  Google Scholar 

  20. McIntyre ABR, Alexander N, Burton AS, Castro-Wallace S, Chiu CY, John KK, Stahl SE, Li S, Mason CE. Nanopore detection of bacterial DNA base modifications. bioRxiv. 2017.

  21. Rand AC, Jain M, Eizenga JM, Musselman-Brown A, Olsen HE, Akeson M, Paten B. Mapping DNA methylation with high-throughput nanopore sequencing. Nat Methods. 2017;14(4):411–3.

    Article  CAS  Google Scholar 

  22. Massey FJ. The Kolmogorov-Smirnov test for goodness of fit. J Am Stat Assoc. 1951;46(253):68–78.

    Article  Google Scholar 

  23. Li H. Aligning sequence reads, clone sequences and assembly contigs with BWA-MEM. ArXiv e-prints. 2013.

  24. Handy DE, Castro R, Loscalzo J. Epigenetic modifications: basic mechanisms and role in cardiovascular disease. Circulation. 2011;123(19):2145–56.

    Article  Google Scholar 

  25. Wang IH, Suomalainen M, Andriasyan V, Kilcher S, Mercer J, Neef A, Luedtke Nathan W, Greber Urs F. Tracking viral genomes in host cells at single-molecule resolution. Cell Host Microbe. 2013;14(4):468–80.

    Article  CAS  Google Scholar 

  26. Salic A, Mitchison TJ. A chemical method for fast and sensitive detection of DNA synthesis in vivo. Proc Natl Acad Sci U S A. 2008;105(7):2415–20.

    Article  CAS  Google Scholar 

Download references

Acknowledgements

We thank the Wang lab members for insightful comments on the NanoMod algorithm and implementation, and we thank the developers of nanoraw for providing valuable help and support on the software tool. We thank Simpson et al for making the E. coli data publicly available for testing our software tools.

Funding

This study was in part supported by NIH grant HG006465 (K.W.). Publication of this article was supported by CHOP Research Institute.

Availability of data and materials

NanoMod is available at https://github.com/WGLab/NanoMod.

About this supplement

This article has been published as part of BMC Genomics Volume 20 Supplement 1, 2019: Selected articles from the International Conference on Intelligent Biology and Medicine (ICIBM) 2018: genomics. The full contents of the supplement are available online at https://bmcgenomics.biomedcentral.com/articles/supplements/volume-20-supplement-1.

Author information

Authors and Affiliations

Authors

Contributions

QL and KW designed the study. QL implemented the tool and performed the analysis. DCG and DE facilitated and advised the development of the tool and analysis. QL and KW drafted the manuscript. All authors read, revised and approved the manuscript.

Corresponding author

Correspondence to Kai Wang.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Publisher’s Note

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

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

Liu, Q., Georgieva, D.C., Egli, D. et al. NanoMod: a computational tool to detect DNA modifications using Nanopore long-read sequencing data. BMC Genomics 20 (Suppl 1), 78 (2019). https://doi.org/10.1186/s12864-018-5372-8

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/s12864-018-5372-8

Keywords