Skip to main content
  • Research article
  • Open access
  • Published:

Combinatorial identification of DNA methylation patterns over age in the human brain

Abstract

Background

DNA methylation plays a key role in developmental processes, which is reflected in changing methylation patterns at specific CpG sites over the lifetime of an individual. The underlying mechanisms are complex and possibly affect multiple genes or entire pathways.

Results

We applied a multivariate approach to identify combinations of CpG sites that undergo modifications when transitioning between developmental stages. Monte Carlo feature selection produced a list of ranked and statistically significant CpG sites, while rule-based models allowed for identifying particular methylation changes in these sites.

Our rule-based classifier reports combinations of CpG sites, together with changes in their methylation status in the form of easy-to-read IF-THEN rules, which allows for identification of the genes associated with the underlying sites.

Conclusion

We utilized machine learning and statistical methods to discretize decision class (age) values to get a general pattern of methylation changes over the lifespan. The CpG sites present in the significant rules were annotated to genes involved in brain formation, general development, as well as genes linked to cancer and Alzheimer’s disease.

Background

DNA methylation is an important epigenetic mechanism modifying mammalian genomes. It plays a major role in several biological phenomena, such as X chromosome inactivation, imprinting, regulation of gene expression, development, cell differentiation, and the onset and progression of multiple diseases. The predominant form is cytosine methylation (5mC) at CpG dinucleotides. These CpG sites are located nonrandomly in the genome, tending to occur within high density clusters of CpGs (islands). Around 70 % of all CpG dinucleotides are methylated [14]. CpG islands constitute around 60 % of human promoters and are predominantly unmethylated, while the sites in the remaining 40 % are often hypermethylated [5, 6]. DNA methylation patterns are known to be tissue specific [7], and it has been shown that one of the effects of DNA methylation is to contribute to transcriptional silencing, where proteins bind directly to methylated DNA and recruit co-repressor complexes [8], triggering the formation of repressive chromatin.

There are several studies that show that changes in DNA methylation are not confined to early development, but rather occur over the entire life span of an organism, resulting in distinct age-related methylation profiles [912]. While this global ‘epigenetic clock’ correlates strongly with chronological age and could thus be used to evaluate or exclude age-related factors in analyses of neurodevelopmental or neurodegenerative disorders, the specific genes or networks that depend on this clock for their regulation remain largely unknown. Since the changes in methylation patterns are complex and likely involve multiple genes in a combinatorial manner, in this study our goal was to explore how a non-linear multivariate machine learning approach, capable of analyzing multiple CpG sites simultaneously, would interpret the data without any a priori hypothesis such as the direction or trajectory in which the changes in methylation occur.

We thus applied a rule-based approach to a public methylation dataset profiled from the prefrontal cortex of the brain [13], for which we first examined changes across all age boundaries. After applying Monte Carlo Feature Selection [14] to rank the CpG sites by significance, we identified five distinct age groups, with marked transitions between them. We then used ROSETTA [15], which implements rough sets theory [16], to construct rule-based models based on the identified CpG loci.

Methods

Data preprocessing

The data set used in this work, Numata et al. [13], comprises DNA methylation data from 108 samples, taken from individuals ranging from fetal to 84 years old, designed to study the dependence of methylation on age and gender. Genomic DNA has been taken from dorsolateral prefrontal cortex. Illumina’s Infinium HumanMethylation27 BeadChip was used to profile the DNA methylation level at 27,578 CpG dinucleotides.

We removed sites from the dataset if they fulfilled one or more of the following conditions: (a) CpG sites fall on chromosome X; (b) Potentially nonspecific or polymorphic probes present on Infinium HumanMethylation27 BeadChip; or (c) CpG sites with standard deviation of beta values < 0.02 to remove uninformative sites. Beta values, which were measured from a population of cells and are therefore reported as average on a scale from 0 to 1, were discretized into: (a) unmethylated if the chip reports a beta value of 0.2 or lower; (b) methylated if the beta value is 0.8 or higher; and (c) intermediate if the beta value is between 0.2 and 0.8. Discretizing the beta values was motivated by Bibikova, Le, Barnes et al. [17], who divided the beta values into the three groups “methylated”, “hemimethylated”, and “unmethylated”, proposing the threshold values 0.2 and 0.8 based on the overall distribution of beta values (see Additional file 2: Figure S1).

Decision tables and selecting significant CpG sites

We constructed decision tables as follows (see Table 1 for an example): each row represents a sample with the values of the characterized features of that sample in the columns. Here, features are the selected CpG sites with their methylation levels as measured by the chip. The last column holds the decision class the sample belongs to.

Table 1 A fragment of a decision table

We constructed 61 separate binary decision tables (also referred as two-class decision tables) by iteratively dividing the samples into two groups: (1) younger than a given age, or (2) older than or equal to a given age. Since there were very few samples older than 60, we stopped the cuts at the age of 60. In order to find the CpG sites that significantly contribute to classifying the samples to the age classes, we applied Monte Carlo Feature Selection (MCFS) [14] to compute a normalized relative importance (RI-norm) score for each feature. MCFS compensates for any imbalanced number of objects in each class.

Constructing classifiers

Figure 1 illustrates a schematic overview of the method. The significant CpG sites for each age were extracted from the relevant decision table. Since the number of samples in different age classes was different, we ran a 100-fold under-sampling to avoid the bias of classification towards classes with more samples. In under-sampling, a new decision table is created, consisting of the samples of the smallest group, plus a randomly selected subset of samples (equal to the number of samples in the smallest group) from the other groups. This process was repeated 100 times.

Fig. 1
figure 1

Summary of the analytical processes

We then created rule-based models using ROSETTA [15] for each under-sampled decision table, and combined the results into one model for each age class. ROSSETA implements rough set modeling [16, 18], the models of which are output in the form of human-readable IF-THEN rules, which describe the relation between the CpG sites and the decision. The rules are either conjunctive, consisting of a conjunction of conditions, such as:

IF cg26158194=methylated AND cg12078929=intermediate

THEN ‘olderThan50’

Accuracy=0.95, support=21

Or singleton, having only one condition, such as:

IF cg10608341=unmethylated THEN ‘youngerThan0’

Accuracy = 1, support = 30

Each rule can be read as: if the condition(s) in the IF part is (are) satisfied for a sample, the model predicts it to be a member of the decision class (the THEN part of the rule). The reported accuracy shows the ratio of correctly classified objects to all classified objects to a specific class, based on the model confusion matrix. The support value shows the number of samples that satisfy the condition(s) (the IF part).

ROSETTA outputs a list of rules that are independent of each other, i.e. if multiple sites, or combinations thereof, act as “predictors”, it reports all of them. This, in turn, allows for interpreting the set of CpG sites used in the rules as being subject to changes in methylation at each specific age. To avoid over-fitting of the data, we computed the statistical significance for each rule using a hyper-geometric distribution and Bonferroni-correction, discarding rules with p > 0.05.

We used the web based tool Ciruvis [19] to identify interactions among rule conditions, i.e. rules that use the same CpG sites, ranked by strength - the sum of accuracies multiplied by support for all the rules in which it appears.

Discretization into age groups

We computed the Jaccard distance between all two-class decision tables based on the number of overlaps (intersection) between the significant features obtained for each individual two-class decision table, i.e. given two Significant Features for Age sets SFAi and SFAj for decision classes i and j, the distance is computed as:

distance(SFA i , SFA j ) = 1 – ((SFA i ∩ SFA j )/(SFA i SFA j ))

Annotation of sites and rules

We annotated the CpG sites using Annovar [20], allowing for identifying the genomic region in which a CpG site was located, using the tags exonic, intronic, UTR5, UTR3, intergenic, splicing (variant is within 2-bp of a splicing junction), and upstream (variant overlaps 1-kb region upstream of transcription start site). Functional annotation for the genes and the biological processes they are involved in was obtained from GeneCards (http://www.genecards.org).

Results and discussion

Informative CpG sites

In the Numata et al. dataset [13], methylation levels measured by the Illumina Infinium HumanMethylation27 BeadChip are reported as beta values, i.e. the methylation averaged over the cell population that was sampled, at 27,600 CpG dinucleotide sites. Of these, we first removed 1086 sites located on chromosome X to avoid sites in pseudo-autosomal regions on chromosome Y in male participants. We next removed 770 polymorphic loci, and 2626 loci located on non-uniquely mapped probes (both according to the chip manifest file). For the remaining sites, we computed the standard deviation of beta values, and discarded sites that showed little variation in methylation throughout age, by applying a cutoff of 0.02 (Fig. 2), resulting in around 11,000 CpG sites.

Fig. 2
figure 2

Histogram of standard deviation (SD) of beta values for all the CpG sites after discarding the sites located on the X chromosome or located on nonspecific or polymorphic probes

Discerning CpG sites over age

For any given age, we next binned the samples into two categories, either below or above this age, and repeated the process 61 times for ages 0 to 60. We then applied Monte Carlo Feature Selection (MCFS) to the respective two-class decision table to determine the set of CpG sites that significantly (p < 0.05) contribute to the classification. The number of such sites decreased as age increases (Fig. 3), indicating that fewer sites are able to discern between samples at higher age and implying that changes in methylation are generally more pronounced at early ages and decrease with age.

Fig. 3
figure 3

The number of significant CpG sites plotted for all two-class decision tables

We next examined the union of all significant CpG sites, 283 in total (Additional file 1), for functional categories. In this file, the coding is “0” for the sites not to be significant to discerning the age category, and “1” for the sites that are significant, marking genes also found by Numata et al. [13] in bold. Genes overlapping with these sites are involved in various developmental, proliferation and differentiation processes, but also in brain or neuron specific functions and diseases, as expected. A total of 51 CpG sites only contributed to the classification of age 0 (discerning fetus from after birth samples), consistent with the trend that was reported in the original study [13]. The specific genes associated with these include ARTN, KMO, KCNA10, SNRK, SLC1A7, HAAO, FEV, CHRD, SPON2, HESX1, OTOF, ELAVL4 and SULT1C2, which are involved in brain and/or neuron specific processes, as well as SLC1A7, which is implicated in schizophrenia and other mental illnesses (http://www.genecards.org). The site annotated to a 5′UTR region of this gene showed an increase of methylation level from intermediate to methylated as age increases. A site that changed from unmethylated in fetus to intermediate in adulthood was located upstream of FEV, a gene implicated in the pathophysiology of psychiatric disorders such as depression, anxiety and eating disorders. Another site showing the same pattern is located in an intron of SPON2, which codes for a protein promoting adhesion and outgrowth of hippocampal embryonic neurons, as well as a site in the 5′ untranslated region of HESX1, which codes for a transcriptional repressor protein in the developing forebrain. We further identified genes involved in the regulation of processes such as cell migration, cell differentiation and cell progression, namely S100A1, ARHGAP25 and LIMS2.

There were 13 sites exclusive to classifying age 1, which were associated with the genes MSX1, MYL5, MPG, ACTN3, NAGS, DYDC1-DYDC2, SCN4B, HYDIN, TST, LFT, CTSZ, EMP3 and NET1. There were fewer sites involved in classifying older ages (50 years and above), located in genes such as ANK1, HOXA9, TMEM61, ATP8A2, TEX264 and TINAGL1. Several CpG sites were involved in classification of a wide range of ages, some of which covered well-defined intervals. For example, the sites associated with NPTX2 (upstream), CHRNB4 (intron), RAB42 (intron) and ESRP2 (exon) were reported as significant for all ages between 19 and 60.

Classification into age intervals

Using the Jaccard distance as a measure for the similarity between the calculated significant CpG sites for each age above 0, we computed a full distance matrix and applied hierarchical clustering in R (hclust function with the ‘complete’ method, Fig. 4). There are three distinct groups comprising age 0 to 4, age 5 to 27, and age 28 to 60, with the latter exhibiting sub-groups within their respective clades. The overall topology also reflects the trend observed earlier, in that age groups become broader with increasing age, Following this clustering, we constructed a four-class decision table based the classes: ‘fetus’, ‘Age 0–4’, ‘Age 5–27’ and ‘Age28plus’. MCFS identified 71 significant CpG sites on this set, on which we trained a classifier using ROSETTA. The resulting model had an accuracy mean of 90 % (expected NULL model accuracy: 25 %), as measured by 10-fold cross-validation.

Fig. 4
figure 4

Hierarchical clustering of the significant CpG sites obtained from running MCFS on all two-class decision tables. The distance between every two significant CpG sets is based on the number of overlapping sites

Analysis of the rule models

The model consisted of a set of rules that classify samples to a decision class according to the values of the significant features (see Methods). For further analyzing these rules, we first filtered by significance (p < 0.05), accuracy (>75 %), and support (at least half the size of the support set). The top five most significant rules for each of the age classes are listed in Additional file 2. We tested the sites in each rule against a multivariate linear regression model, and highlighted the rules not significant in the regression in red. As expected, all singleton rules show significance in linear regression, whereas more than half of the conjunctive rules do not. Table 2 lists the confusion matrix, indicating that the classification power for fetus and age 0–4 is higher than the other groups. The fetus class comprised all of the singleton rules (see Methods), which is consistent with marked methylation level changes at birth, where single CpG sites are indicative for this transition (Fig. 5). By contrast, the majority of rules classifying the older age groups comprise were conjunctive, i.e. containing a combination of sites (Fig. 6).

Table 2 Confusion matrix for the rule-based classifier with four decision classes. The number of samples in each class is shown in parenthesis
Fig. 5
figure 5

Plot of the beta values of all samples for cg24178740 annotated to the upstream of FEV that classifies fetus samples. The red line shows the margin between unmethylated and intermediate beta values. IF cg24178740 = unmethylated THEN ‘fetus’. Support is 30 and accuracy equals to 1 as all the objects classified as fetus turn out to be fetus

Fig. 6
figure 6

Plot of the beta values for two CpG sites appearing in the top significant rule for classifying Age51plus: IF cg27554782 = intermediate AND cg21053323 = intermediate THEN ‘Age51plus’. Accuracy equals to 0.92 and support equals to 25 for this rule. The red lines show the margin between unmethylated and intermediate beta values

While the classifier for age 0–4 contained conjunctive rules with perfect classification power on the data set, the rule accuracy dropped for both the Age 5–27 and age 28+ classes, while the number of conjuncts increased, indicating that the changes in methylation become less dramatic and have thus less power to discern the samples by learning from their methylation patterns. When examining the direction in which methylation changes, we found that 81 % of the fetus rules showed a pattern of lower-to-higher methylation when transitioning into the next group. The associated CpG sites were linked to genes involved in cellular development, growth and proliferation, and neuronal related pathways and mechanisms. For example, the site (cg00563926), located within the TGFBR3 gene, whose decreased expression has been observed in various cancers [21], showed a methylation level increase from below 0.2 in fetus to 0.4 in adulthood. A similar pattern was observed for cg22930187, upstream of ARTN, which is a member of the glial cell-derived neurotrophic factor family of ligands, as was the site cg08965143 upstream of TP53I3, a gene induced by the tumor suppressor P53, which increased in methylation levels to 0.5 in adulthood (see Table 3 for top 10 singleton rules classifying fetus samples). Sites showing the reverse pattern were associated with PLEK, PIK3C2B, RD3, KCNA10, ACAP3 and GPR37L1 genes.

Table 3 List of 10 significant singleton rules classifying fetus samples

The cg00548268 site was annotated to the upstream region of NPTX2. This gene encodes neuronal pentraxin II (or neuronal activity-regulated pentraxin, Narp), which is involved in neuritic outgrowth, synapse remodeling and the aggregation of neurotransmitter receptors at synapses [21]. The NPTX2 gene is reported to be hypermethylated in tumors, including brain tumors [22] and in this data showed an increasing pattern from 0.05 towards 0.2 from fetus towards age 5–27 class and up to 0.3 in the age 28+ class. The site annotated to FBXO2 also appeared in the rules with a similar pattern. FBXO2 is related to Alzheimer disease, as it regulates APP processing [24].

Rules interactions

We used Ciruvis [19] to investigate the combinations of the features in the rules. Figure 7 depicts the outcome for each of the decision classes. Two features (CpG sites) are connected inside the circle if they co-occur in multiple rules. The connections are shown as edges between the nodes. The width and color of the edges reflect the connection score (low = yellow and thin, high = red and thick). Table 4 lists the two strongest interactions for all classes.

Fig. 7
figure 7

Top 2 strong interactions among the CpG sites for the rules, generated by Ciruvis, for fetus (a), Age 0–4 (b), Age 5–27 (c) and Age 28+ classes. The outer ring lists the CpG sites and the inner ring shows the sites connected (interacting) to each of them by an edge. The thicker and darker the edge, the stronger the interaction

Table 4 Top two strongest interactions for different decision classes

Some of these interactions indicate coordinated age-related changes in methylation of genes involved in the same biological function or process. For example, gene TGFBR3 encodes TGF beta-receptor III (also known as betaglycan) that serves as a co-receptor for other types of TGF beta-receptors. Conversely, ectodomain shedding of TGFBR3 produces soluble TGFBR3, which inhibits TGF beta signaling [24]. In either case, changes in the expression of TGFBR3 are likely to affect the signaling through the TGF beta pathway. The other gene listed as interacting with TGFBR3, namely CDKN2B, encodes cyclin-dependent kinase inhibitor 2B, which is a potent inhibitor of the cell cycle. In epithelial cells, CDKN2B is known to be induced by TGF beta [25]. The link between TGFBR3, CDKN2 and the cell cycle is likely relevant to the aging brain, as TGF beta stimulates proliferation of microglia [26], brain resident macrophages, which play important role during aging.

Another strong interaction lists gene TP73 together with HAPLN2. Gene TP73 encodes the tumor protein 73, a member of the p53 family of transcription factors, with a role in neuronal differentiation and hippocampal development [27]. Its deficiency results in impaired self-renewal and premature differentiation of mouse neuronal progenitors [28]. TP73 is also a major survival factor for postmitotic neurons [30]. Gene HAPLN2 encodes brain-specific hyaluronyan and proteoglycan link protein 2. This protein in the cerebellar cortex is produced by neurons and localizes in the perineural net [30]. HAPLN2 also localizes at the nodes of Ranvier in the myelinated regions of the developing central nervous system [31], where it plays a role in the formation of the cation diffusion barrier, important for the conduction velocity [32]. The processes of neuronal differentiation and formation of the myelin sheet are related, which may explain why the genes interact.

Several of the genes appearing in other interacting rules have been previously individually associated with aging. The methylation of NPTX2 was found to correlate with the chronological age, with older individuals having enhanced methylation [34]. The gene ESRP2, appearing in two rules for the ‘Age 28plus’ class, controls adult-specific splicing program in mouse hepatocytes [34]. The gene S100A4, which encodes the S100 calcium binding protein A4 and is involved in the regulation of neuritogenesis and neuronal survival [35], was previously identified to be regulated in a telomerase-dependent way [36].

Conclusions

We applied machine learning techniques to identify genes that contain CpG sites that change in methylation levels or patterns at particular boundaries over life span. Our approach does not aim at developing a classifier of age itself - there are other methods that can predict age using the methylation status [1237] - but rather it introduces a method to explore which combinations of CpG sites and associated genes contribute to changing patterns at the given boundaries and methylation levels as the age change. Not surprisingly, changes in methylation were most pronounced at birth, as has been reported earlier [13], resulting in comprehensive singleton rules using our approach. Conjunctive rules, i.e. rules that associated more than one CpG site and its methylation status with an age class, showed the combinatorial role that methylation may play in more interconnected ways. Our results reported that the patterns of methylation changes in a healthy individual’s brain were highly complex and interdependent. While we confirmed 33 genes related to aging or involved in diseases, notably cancer, Alzheimer’s disease, and autism, that have been reported in the original study [13], we identified a number of additional genes, many of which are linked to developmental and/or nervous systems specific function. In conclusion, we expect that future studies will adopt our, or a similar machine learning approach to test these hypotheses by utilizing a multivariate analysis to compile a network of candidate CpG sites and associated genes.

Abbreviations

MCFS:

Monte Carlo feature selection

References

  1. Smith ZD, Meissner A. DNA methylation: roles in mammalian development. Nat Rev Genet. 2013;14:204–20.

    Article  CAS  PubMed  Google Scholar 

  2. Robertson KD. DNA methylation and human disease. Nat Rev Genet. 2005;6:597–610.

    Article  CAS  PubMed  Google Scholar 

  3. Zhang G, Pradhan S. Mammalian epigenetic mechanisms. IUBMB life. 2014;66:240–56.

    Article  CAS  PubMed  Google Scholar 

  4. Barres R, Zierath JR. DNA methylation in metabolic disorders. Am J Clin Nutr. 2011;93(4):897S–900.

    Article  CAS  PubMed  Google Scholar 

  5. Deaton AM, Bird A. CpG islands and the regulation of transcription. Genes Dev. 2011;25:1010–22.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Serge Saxonov PB. A genome-wide analysis of CpG dinucleotides in the human genome distinguishes two distinct classes of promoters. Proc Natl Acad Sci U S A. 2006;103:1412–7.

    Article  PubMed  PubMed Central  Google Scholar 

  7. Zhang B, Zhou Y, Lin N, Lowdon RF, Hong C, et al. Functional DNA methylation differences between tissues, cell types, and across individuals discovered using the M&M algorithm. Genome Res. 2013;23:1522–1540. doi:10.1101/gr.156539.113.

  8. Klose RJ, Bird AP. Genomic DNA methylation: the mark and its mediators. Trends Biochem Sci. 2006;31:89–97.

    Article  CAS  PubMed  Google Scholar 

  9. Fraga MF, Esteller M. Epigenetics and aging: the targets and the marks. Trends Genet. 2007;23:413–8.

    Article  CAS  PubMed  Google Scholar 

  10. Alisch RS, Barwick BG, Chopra P, Myrick LK, Satten GA, et al. Age-associated DNA methylation in pediatric populations. Genome Res. 2012;22:623–32.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Bocklandt S, Lin W, Sehl ME, Sánchez FJ, Sinsheimer JS, et al. Epigenetic Predictor of Age. PLoS ONE. 2011;6:e14821. doi:10.1371/journal.pone.0014821.

  12. Hannum G, Guinney J, Zhao L, Zhang L, Hughes G, et al. Genome-wide methylation profiles reveal quantitative views of human aging rates. Mol Cell. 2013;49:359–67.

    Article  CAS  PubMed  Google Scholar 

  13. Numata S, Ye T, Hyde TM, Guitart-Navarro X, Tao R, et al. DNA methylation signatures in development and aging of the human prefrontal cortex. Am J Hum Genet. 2012;90:260–72.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Dramiński M, Rada-Iglesias A, Enroth S, Wadelius C, Koronacki J, et al. Monte Carlo feature selection for supervised classification. Bioinformatics. 2008;24:110–7.

    Article  PubMed  Google Scholar 

  15. Øhrn A, Komorowski J, Komorowski EJ. ROSETTA – A Rough Set Toolkit for Analysis of Data. 1997. p. 403–7.

    Google Scholar 

  16. Pawlak Z. Rough sets. Int J Comput Inform Sci. 1982;11:341–56.

    Article  Google Scholar 

  17. Komorowski J. Learning rule-based models - the rough set approach. Compr Biomed Phys. 2014;6:19–39.

    Article  Google Scholar 

  18. Bornelöv S, Marillet S, Komorowski J. Ciruvis: a web-based tool for rule networks and interaction detection using rule-based classifiers. BMC Bioinformatics. 2014;15:19–39.

    Article  Google Scholar 

  19. Wang K, Li M, Hakonarson H. ANNOVAR: functional annotation of genetic variants from high-throughput sequencing data. Nucleic Acids Res. 2010;38:e164.

    Article  PubMed  PubMed Central  Google Scholar 

  20. Maglott D, Ostell J, Pruitt KD, Tatusova T. Entrez Gene: gene-centered information at NCBI. Nucleic Acids Res. 2007;35:D26–31.

    Article  CAS  PubMed  Google Scholar 

  21. Appelbaum L, Wang G, Yokogawa T, Skariah GM, Smith SJ, et al. Circadian and homeostatic regulation of structural synaptic plasticity in hypocretin neurons. Neuron. 2010;68:87–98.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. Shukla S, Pia Patric IR, Thinagararjan S, Srinivasan S, Mondal B, et al. A DNA methylation prognostic signature of glioblastoma: identification of NPTX2-PTEN-NF-kB nexus. Cancer Res. 2013;73:6563–73.

    Article  CAS  PubMed  Google Scholar 

  23. Atkin G, Hunt J, Minakawa E, Sharkey L, Tipper N, et al. F-box only protein 2 (Fbxo2) regulates amyloid precursor protein levels and processing. J Biol Chem. 2014;289:7038–48.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Elderbroom JL, Huang JJ, Gatza CE, Chen J, How T, et al. Ectodomain shedding of TbetaRIII is required for TbetaRIII-mediated suppression of TGF-beta signaling and breast cancer migration and invasion. Mol Biol Cell. 2014;25:2320–32.

    Article  PubMed  PubMed Central  Google Scholar 

  25. Spender LC, Inman GJ. TGF-beta induces growth arrest in Burkitt lymphoma cells via transcriptional repression of E2F-1. J Biol Chem. 2009;284:1435–42.

    Article  CAS  PubMed  Google Scholar 

  26. Jones LL, Kreutzberg GW, Raivich G. Transforming growth factor beta’s 1, 2 and 3 inhibit proliferation of ramified microglia on an astrocyte monolayer. Brain Res. 1998;795:301–6.

    Article  CAS  PubMed  Google Scholar 

  27. Tomasini R, Tsuchihara K, Wilhelm M, Fujitani M, Rufini A, et al. TAp73 knockout shows genomic instability with infertility and tumor suppressor functions. Genes Dev. 2008;22:2677–91.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  28. Gonzalez-Cano L, Herreros-Villanueva M, Fernandez-Alonso R, Ayuso-Sacido A, Meyer G, et al. p73 deficiency results in impaired self renewal and premature neuronal differentiation of mouse neural progenitors independently of p53. Cell Death Dis. 2010;1:e109.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  29. Jacobs WB, Kaplan DR, Miller FD. The p53 family in nervous system development and disease. J Neurochem. 2006;97:1571–84.

    Article  CAS  PubMed  Google Scholar 

  30. Bekku Y, Su WD, Hirakawa S, Fassler R, Ohtsuka A, et al. Molecular cloning of Bral2, a novel brain-specific link protein, and immunohistochemical colocalization with brevican in perineuronal nets. Mol Cell Neurosci. 2003;24:148–59.

    Article  CAS  PubMed  Google Scholar 

  31. Oohashi T, Hirakawa S, Bekku Y, Rauch U, Zimmermann DR, et al. Bral1, a brain-specific link protein, colocalizing with the versican V2 isoform at the nodes of Ranvier in developing and adult mouse central nervous systems. Mol Cell Neurosci. 2002;19:43–57.

    Article  CAS  PubMed  Google Scholar 

  32. Bekku Y, Vargova L, Goto Y, Vorisek I, Dmytrenko L, et al. Bral1: its role in diffusion barrier formation and conduction velocity in the CNS. J Neurosci. 2010;30:3113–23.

    Article  CAS  PubMed  Google Scholar 

  33. Soares Bispo Santos Silva D, Antunes J, Balamurugan K, Duncan G, Sampaio Alho C, et al. Evaluation of DNA methylation markers and their potential to predict human aging. Electrophoresis. 2015;36:1775–80.

    Article  Google Scholar 

  34. Bhate A, Parker DJ, Bebee TW, Ahn J, Arif W, et al. ESRP2 controls an adult splicing programme in hepatocytes to support postnatal liver maturation. Nat Commun. 2015;6:8768.

    Article  PubMed  PubMed Central  Google Scholar 

  35. Dmytriyeva O, Pankratova S, Owczarek S, Sonn K, Soroka V, et al. The metastasis-promoting S100A4 protein confers neuroprotection in brain injury. Nat Commun. 2012;3:1197.

    Article  PubMed  Google Scholar 

  36. Ingeson-Carlsson C, Nilsson M. Switching from MAPK-dependent to MAPK-independent repression of the sodium-iodide symporter in 2D and 3D cultured normal thyroid cells. Mol Cell Endocrinol. 2013;381:241–54.

    Article  CAS  PubMed  Google Scholar 

  37. Horvath S. DNA methylation age of human tissues and cell types. Genome Biol. 2013;14:R115.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

The authors thank Susanne Bornelöv for comments and suggestions on this work.

Funding

BT and JK were supported by a contract from FORMAS; JK was supported in part by an eSSENCE grant and in part by a grant from the Polish National Science Centre [DEC-2015/16/W/NZ2/00314].

Availability of data and material

The dataset analyzed in this study has been published by Numata et al. [13], available at http://braincloud.jhmi.edu/downloads.htm

Authors’ contributions

Conceived and designed the study: JK, MGG, BTM. Analyzed the data: BTM, MD. Wrote the paper: BTM, MGG, JK, MD, BK. All authors read and approved the final manuscript.

Competing interests

The authors declare that they have no competing interests.

Consent to publish

Not applicable.

Ethics approval and consent to participate

Not applicable.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Jan Komorowski.

Additional files

Additional file 1:

The union of significant CpG sites (annotated) for all age cuts, showing 1 if a specific site is significant for a specific age. (XLSX 67 kb)

Additional file 2: Figure S1.

Histogram of beta values after filtering for standard deviations across all samples. Figure S2. Histogram of the samples’ ages. Table S3. Top 5 rules classifying the ‘fetus’ class. Table S4. Top 5 rules classifying the ‘Age 0To4’ class. Table S5. Top 5 rules classifying the ‘Age 5To27’ class. Table S6. Top 5 rules classifying the ‘Age 28plus’ class. (DOCX 82 kb)

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

Torabi Moghadam, B., Dabrowski, M., Kaminska, B. et al. Combinatorial identification of DNA methylation patterns over age in the human brain. BMC Bioinformatics 17, 393 (2016). https://doi.org/10.1186/s12859-016-1259-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-016-1259-3

Keywords