Skip to main content

Clustering and evolutionary analysis of small RNAs identify regulatory siRNA clusters induced under drought stress in rice

Abstract

Motivation

Drought tolerance is an important trait related to growth and yield in crop. Until now, drought related research has focused on coding genes. However, non-coding RNAs also respond significantly to environmental stimuli such as drought stress. Unfortunately, characterizing the role of siRNAs under drought stress is difficult since a large number of heterogenous siRNA species are expressed under drought stress and non-coding RNAs have very weak evolutionary conservation. Thus, to characterize the role of siRNAs, we need a well designed biological and bioinformatics strategy. In this paper, to characterize the function of siRNAs we developed and used a bioinformatics pipeline that includes a genomic-location based clustering technique and an evolutionary conservation tool.

Results

By comparing the wild type Nipponbare and two drought resistant rice varities, we found that 21 nt and 24 nt siRNAs are significantly expressed in the three rice plants but at different time points under a short-term (0, 1, and 6 hrs) drought treatment. siRNAs were up-regulated in the wild type at an early stage while the up-regulation was delayed in the two drought tolerant plants. Genes targeted by up-regulated siRNAs were related to oxidation reduction and proteolysis, which are well known to be associated with water deficit phenotypes. More interestingly, we found that siRNAs were located in intronic regions as clusters and were of high evolutionary conservation among monocot grass plants. In summary, we show that siRNAs are important respondents to drought stress and regulate genes related to the drought tolerance in water deficit conditions.

Background

Plants are subject to long-term gradual water shortage in weeks or months, or to short-term water deficits in hours to days. Studies report that plants respond differently to long and short-term water deficit conditions. In long-term water shortage, the plant makes effort to optimize its use of resources and shortening their life cycle. In short-term water shortage, the plant minimizes water loss by shutting down respiratory procedures and triggers mechanisms to protect itself from damaging effects, e.g., oxidation that leads to proteolysis causing the break down of cells.

Traditionally, drought related research focus on coding genes. Recently, siRNAs in plants are being studied with great interest. Currently, siRNAs are classified into two primary categories by their type of precursors: hpRNAs whose precursor is single stranded forming a hairpin structure and siRNAs whose precursor is double stranded [1]. It is known that 21 and 24 nt length siRNAs are most abundant and are shown to have positive correlation with their host genes’ expression level under normal conditions [2]. The 21 and 24 nt siRNAs are known to be processed by the DICER-LIKE 4 in plants [3]. For their functional roles, studies report that siRNAs induce DNA methylation and chromatin remodeling [4], associate with repeats [5] and respond to environmental stimuli such as salt [6]. However, we still have little knowledge on the functional roles of siRNAs on coding genes in condition specific environments, especially drought stress. To characterize the gene regulatory roles of siRNAs in rice under drought conditions, we generated mRNA and small RNA high throughput sequencing data sets from three rice plants. The three plants are the drought susceptible wild type Oryza sativa Nipponbare, WT hereafter, the drought tolerant, AP2 over-expressed transgenic rice, ap2 hereafter, and the naturally drought tolerant rice, Oryza sativa Indica Vandana. The ap2 rice is derived from the WT by amplifying the OsAP2 gene, where the OsAP2 transgenic lines showed 20–35% increase in drought tolerance over wildtype at the vegetative growth stage (Ju-Kon Kim, unpublished data). Unfortunately, characterizing the role of siRNAs under drought stress using the small RNA-seq is difficult since a large number of heterogenous siRNA species are expressed under drought stress and non-coding RNAs have very weak evolutionary conservation. Thus, to characterize the role of siRNAs, we developed and used a bioinformatics pipeline to characterize function of siRNA, using a genomic-location based clustering technique and an evolutionary conservation tool, PhastCons. By performing the analysis of mRNA and small RNA data using the pipeline, the following findings are reported in this paper.

  1. 1.

    siRNAs are induced under drought condition in response to drought in all three rice plants but at a later stage in the drought tolerant plants,

  2. 2.

    a large number of siRNAs are enriched forming clusters within gene bodies,

  3. 3.

    the expression level of siRNA clusters negatively correlate with their target genes expression level and

  4. 4.

    intronic siRNA cluster regions show significant evolutionary conservation among the monocot grass plants.

Methods

Data In this study, we conducted a short-term drought experiment with three time points, 0 hat (hour(s) after treatment), 1 hat, and 6 hat, on three different rice plants, WT, ap2 and Vandana, generating mRNA and small RNA high throughput sequencing time-series data sets. The time points were chosen based on the expression level change of the drought induced gene (DIP1) measured by qRT-PCR as a metric of response to drought. Yi and colleagues [7] reported that DIP1 is induced upon drought treatment, reaching a peak at 2 hat and remaining constant until 8 hat, which could be used as a response marker for water deficiency. We also confirmed that three plants commonly showed response to drought at 6 hat by measuring the expression level of the DIP1 (Os02g0669100) gene (Fig. 1). The DIP1 was greately induced at 6 hat showing a clear response to drought. The time-series mRNA and small RNA transcriptome data of the three plants generated in this study are deposited in GEO under the accession number GSE74465.

Fig. 1
figure 1

Expression level of DIP1 (Os02g0669100). a shows the expression level of DIP1 acquired by RT-PCR of WT only. b shows the expression level in units of FPKM (from high throughput data) for all plants. All three plants showed a significant increase in expression level at 6 hat, which is inline with the RT-PCR results

To detect drought responsive siRNA clusters that show gene regulatory function and exhibit sequence conservation, a three step analysis procedure was designed for this study as illustrated in Fig. 2. The first step was for small RNA preprocessing. To collect siRNAs from the small RNA-seq data, reads that perfectly map to miRNAs, rRNA, tRNAs and snoRNAs annotated in miRBase [8] and Rfam [9] were filtered out. Furthermore, reads in size from 18 to 30 nt were selected and normalized by the total number of processed reads in each sample. Finally, the reads were mapped to the genome with two options, allowing no mismatch and up to five multiple mapping sites.

Fig. 2
figure 2

The analysis workflow consists of three parts with an objective to find siRNA clusters that down regulate genes and have high conservation. At each step, the tools or databases that were used are shown

The second step was for genomic location-wise siRNA cluster detection and search for potential gene regulatory roles of siRNA clusters. Previous studies showed that siRNAs were present in siRNA enriched regions, referred to as phasiRNAs [10]. We also found that many genes harbor siRNA dense clusters within their gene body using a modified version of our previously implemented density based algorithm, piClust [11]. This clustering algorithm was used to eliminate noise in the data and efficiently detect highly reliable siRNA enriched clusters. piClust is based on the well known DBSCAN algorithm [12], which requires the configuration of two clustering parameters, epsilon and minpts. We configured the clustering parameters (i.e., epsilon=100nt, minpts=10) using the k-dist algorithm. For every mapped read, we observe the distance from a read to its k th nearest neighbor read which we refer to as k-dist. The k-dist is computed for every aligned read. Distance is measured in units of bp, starting from the left most loci of a read to the right. Once k-dist of each read is acquired, we sort the reads in an descending order based on their k-dist and plot it. In the plot, the user can observe a steep valley unless the k-dist follows a uniform distribution. The point at the valley of the k-dist is assigned to epsilon. Then k is automatically assigned to MinReads. As shown, the k-dist algorithm is a pre-step to configure the clustering parameters for piClust and details can be found in the original paper of DBSCAN. As a result, by performing k-dist with varying ks, we found that setting k=30 showed a robust result while retaining sufficiently many clusters. With k set as 30, the epsilon (i.e., the observed valley in the plot) was set as 100 with minpts set as 10. This configuration was calculated based on the WT plant at 0 hat and was applied to the other data sets since they did not show great variance. As an example, the k-dist analysis result of the WT plant at 0 hat is shown in Fig. 3.

Fig. 3
figure 3

The k-dist analysis result of siRNA clusters using k=30. The optimal epsilon value (black dashed line) was observed at k-dist=100, which was set as the epsilon value. For robustness, we hav set minpts as 10

With this parameter configuration, siRNA clusters with a minimum length of 100 nt with at least 10 siRNA transcripts are expected to be detected, which is a very strict criteria compared to other studies. In order to identify the expression correlation between siRNA clusters and their target genes, each cluster was quantified and associated to their target genes. Here, we define target genes as genes that embody one or multiple siRNA clusters. For multiple clusters that target a common gene, their expression levels were summed to compile a list of unique gene-siRNA cluster pairs.

The third step was to investigate further if genomic regions with overlapping siRNA clusters have conserved features. We did this by performing two bioinformatics analyses, genomic sequence conservation across multiple genomes and the motif analysis among siRNA cluster regions. To investigate on the evolutionary sequence conservation of siRNA clusters across five monocot grass plants, Brachypodium distachyon, Oryza sativa, Setaria italic, Sorghum bicolor and Zea mays, we measured the conservation strength of siRNA cluster regions. Since we are interested in gene regulatory siRNAs, siRNA clusters that have negative correlation with genes were selected as candidates. Orthologs of the selected genes targeted by siRNA clusters were searched for in the Plant Ensemble plant compara data [13]. Genes with orthologs in at least four plants, including Oryza sativa, were selected. Each gene and its orthologs were aligned using Clustal Omega [14] in order to acquire the PhastCons score [15]. The PhastCons scores were then binned with a bin size of 25 nt where each bin was assigned with the average PhastCons score of the bin. Bins were labeled as siRNA cluster bins and non-siRNA cluster bins depending on the presenece of an overlapping siRNA cluster. Per genomic feature, a t-test on the scores was performed between siRNA cluster bins and non-siRNA cluster bins for any significant difference (p≤0.05) in conservation. Since the number of siRNA cluster bins was fewer than non-siRNA cluster bins, the statistical test was repeated for 1000 sets of random selection of non-siRNA cluster bins to match the number of siRNA-cluster bins per feature. For the motif analysis, significantly conserved siRNA clusters were collected and used as input for motif discovery using MEME [16].

Plant material and dehydration stress treatments

We germinated seeds of wild type rice (Oryza sativa Japponica Nipponbare) plants and Nipponebare-backgrounded OsAP2 (Os02g0669100) over-expressed transgenic plants on petri-dishes with 200 mg/L Cefotaxime under 28, 16/8 h light/dark conditions for 5 days. We then cultured them for seedling in a 1.5 mL microfuge tube cellbox with Yoshida’s solution, under the same conditions for 4 days. After seedling, we moved them to an aquaculture container with Yoshida’s solution and cultured them under the same conditions for 8 days until the three-leaf stage. Afterward, we exposed them to drought stress conditions by removing the water in the aquaculture container. After a pilot experiment to determine the expression of DIP1 gene in the WT rice, we selected 0, 1, and 6 HATs as time points to measure omics data. The whole plants harvested at these time points were kept frozen in liquid nitrogen until DNA/RNA extraction.

Measuring gene expression levels

To quantify gene expressions, the transcriptome RNA-seq data were first clipped and mapped to the Rice IRGSP1.0 reference genome [17, 18] using Tophat [19] and Bowtie [20]. Then the gene expressions (units in FPKM) were quantified using Cufflinks [21]. Genes not exceeding 1 FPKM at any time point were removed from the analysis data set.

Results

Delayed siRNA activation in drought resistant rice plants

From the WT small RNA-seq data we obtained 7.9, 6.3, and 11 million reads at 0, 1 and 6 hat respectively. From ap2, we obtained 15.6, 11, and 9.3 million small RNA reads at 0, 1 and 6 hat respectively. From Vandana, we obtained 9.5, 10.3 and 11 million small reads at 0, 1 and 6 hat respectively. In all three plants and at all time points, two peaks were observed at 21 nt and 24 nt with the 24 nt reads being the most abundant one as shown in Fig. 4 a. Since the siRNA clusters are commonly observed to be up-regulated at least at one time point in all three plants, we find that the transcribed siRNAs may be a secondary effect of drought. However, the siRNA expression patterns were significantly different between WT and the drought resistance plants, ap2 and Vandana (Fig. 4 b, c). In WT, siRNAs were mildly induced at 1 hat then decreased significantly at 6 hat. On the other hand, such expression pattern was the opposite in ap2 where siRNA expression first decreased at 1 hat but then greatly increased at 6 hat. Vandana showed similar expression patterns to ap2 only with greater abundance. Such expression patterns can be interpreted as: (1) up-regulation of siRNAs is a respondant signature to dehydration stress induced damage and (2) siRNA activation upon drought stress is delayed to a later stage, 6 hat, in drought resistant rice. This claim can be supported by the fact that siRNAs target genes are well known drought responsive genes (see “Discussion” section).

Fig. 4
figure 4

Expression patterns of siRNAs by length and time points. Sample size normalized expressions of siRNAs in each plant per time point. a The abundance of siRNAs per transcript length. The blue, red and green colored lines represent siRNA abundance in WT, ap2 and Vandana plants respectively. The dotted, dashed and solid line types represent the time points 0, 1 and 6 h respectively. b The change of 21nt siRNAs expression level at each time point in respect to 0 h, and c the change of 24 nt siRNAs expression level at each time point in respect to 0 h (0 h-green, 1 h-blue, 6 h-red)

siRNA clusters and their potential functional roles

From the siRNA clustering results the number of detected siRNA clusters differed among the three plants and time points. In WT, 6690, 6345 and 11128 siRNA clusters were detected genome wide in 0, 1 and 6 hat respectively. In ap2, 28429, 15715 and 19152 siRNA clusters were detected in 0, 1 and 6 hat respectively. In Vandana, 8799, 8816 and 14847 siRNA clusters were detected in 0, 1 and 6 hat respectively. Since a non-trivial number of clusters were plant and time specific, overlapping clusters were merged and collected for each plant. Furthermore, clusters residing in intergenic regions were filtered out. We found that 393, 781, and 488 genes were targeted by at least one siRNA cluster in WT, ap2 and Vandana respectively.

As shown in Fig. 5, during the 0-1 hat period, gene expression levels remained constant in ap2 and Vandana. However, during the 1-6 hat period, most of these genes showed active regulatory patterns scattering along the horizontal axis with a bias towards the down regulation side. On the other hand, in WT, genes showed a more scattered formation mildly skewed to the down regulation side during 0-1 hat, which is coherent with the siRNA cluster expressions. Interestingly, during the 1-6 hat period, both genes and siRNAs showed strong down regulation, which pattern was not observed in ap2 or Vandana. At the global scale, the pearsons correlation between gene and their targeting siRNA cluster expression level did not show significance for all three plants. However, it was observable that negative correlating pairs of siRNAs and their target genes are abundant compared to the others, especially in ap2 and Vandana plants.

Fig. 5
figure 5

Correlation of siRNA cluster and gene expression levels. Scatter plots showing relation between siRNA cluster expression levels and the expression levels of their target genes. For each plant, the corresponding scatter plot is shown. The x-axis represents the log2 fold change of gene expressions, and the y-axis represents the log2 fold change of siRNA cluster expressions. The blue triangles indicate genes at 0-1 hat interval and the red circles indicate genes at 1-6 hat interval. Density plots of siRNA expression and gene expression are shown at the top and right of each scatter plot respectively

By performing gene set enrichment analysis of genes that are targeted by siRNAs, previously known drought responsive mechanisms, such as “Oxidation reduction-process (P-value= 3.88e −31)” [22], “Small molecule metabolic process (P-value= 2.75e −25)”, “Carbohydrate metabolic process (P-value= 2.83e −21)” [23] and “Photosynthesis (P-value= 6.96e −14)” [24], were found to be significantly enriched. The GO enrichment was performed using the PANTHER database (Release date: June 22nd 2016). The full list of significantly enriched GO terms (178) are provided in the Additional file 1.

Among the detected siRNA clusters, we found that a majority, up to 50%, of siRNA clusters were located in intronic regions of their target genes in all three plants Fig. 6. The enrichment odds ratio was normalized by the length of features since UTR regions are expected to be much smaller than CDS or intron regions. Such siRNA enriched intronic regions were previously referred to as “sirtrons” [2]. The ratio of siRNA clusters did not vary significantly over time. From a genome wide perspective, we found that the siRNA clusters were located preferably near to telomeres rather than centromeres (Fig. 7), which was also observed in [25].

Fig. 6
figure 6

Location of siRNA clusters within gene bodies. Here, the enrichment odds ratio is shown per feature type. The ratio was normalized in respect to the length of each feature. In all time points and commonly across the three plants, the majority of siRNA clusters were located in intronic regions

Fig. 7
figure 7

Genomic location of siRNA clusters. It was observed that the clusters were relatively densley located at telomeres. Green stripes represent the siRNA clusters, red stripes indicate the centromeres region in each chromosome

Characterizing siRNA clusters using conservation and motif analysis

For the investigation on the conservation of siRNAs, we excluded CDS regions since they yielded dominantly high conservation scores. Hence, only conservation scores along the 3 UTR, 5 UTR and intron regions were considered. We found that intronic siRNA cluster regions had significantly higher conservation compared to the intronic regions without siRNA clusters. The scores of 3 UTR and 5 UTR bins did not show statistical significance between siRNA cluster and non-siRNA cluster bins (Fig. 8). The significant conservation of intronic siRNA clusters across the monocot grass plants may imply the conservation of their regulatory roles.

Fig. 8
figure 8

Conservation of siRNA cluster regions. Conservation comparison of PhastCons scores between siRNA cluster bins and non-siRNA cluster bins are shown. a The PhastCons score between siRNA cluster bins and non-siRNA cluster bins are compared per feature. Conservation of siRNA cluster regions were significantly high (p-value 0.002) in intron regions compared to intron regions with no overlapping siRNA clusters. b A cumulative graph of the ratio of intronic bins that belong to each PhastCons score range in steps of 0.1

We further searched for specific sequence motifs from the intronic siRNA clusters using the MEME suit [26]. We first discovered motifs of length up to 51 nt using MEME [27]. Long motifs are difficult to interpret, hence, we repeated the motif search using MEME-ChIP [28]. From the motif analysis, using the sequences of the 364 intronic siRNA clusters as input, we found four sequence motifs that were present in up to 54 clusters with high significance as shown in Fig. 9. Three of the four clusters had length of 21 nt, whereas one had length of 15 nt. Interestingly, motif 1 and 2 were observed to be located in a tandem strucuture at opposite strands. Actually, many siRNA clusters showed bimodal enrichment at two sites close together. As an example, three genes that were targeted by such siRNA clusters are shown in Fig. 10. The gene harboring the motifs are listed in the Additional file 2. A majority of genes harboring an siRNA cluster or an motif have well known biological functions related to drought stress, such as the bZIP transcription factor, GA2-oxidase or Cytochrome P450. In summary, we found that siRNA cluster regions share common motif signatures and are conserved across the monocot grass plant, which suggests the potential regulatory role of siRNAs.

Fig. 9
figure 9

Detected motifs from siRNA clusters Four motifs were detected in the intronic siRNA cluster sequences

Fig. 10
figure 10

siRNA clusters with bimodal distribution within intronic regions. Here, three genes were selected to show several siRNA clusters with bimodal distribution characteristics. The blue boxes and lines represent rice transcripts exons and introns, respectively. The gray spikes represent the siRNA clusters that are located in a tandem structure. The height of the spikes represent the abundance

Discussion

Studies related to drought tolerance have shown that drought tolerant cultivars have higher constitutive level of anti-oxidative enzymes compared to drought sensitive one [2931]. In addition, drought tolerant cultivars have higher level of proteolysis in roots as well as shoots compared to the drought sensitive ones [32], while during the recovery from drought, proteolytic activity diminishes [33]. In [34] siRNAs are reported to be expressed in response to biotic and abiotic stress, such as high salt, temperature extremes, hypoxia, and immunity. However, there are no studies on the functional role of siRNAs in aspects of the drought tolerant mechanism. Here, we report, for the first time to the best of our knowledge, that siRNAs were induced in response to drought stress, but at a later stage in drought tolerant rice plants. Such differently expressed siRNAs have potentially regulatory roles on their target genes. Among the siRNA target genes, the gene set enrichment analysis results showed that oxidation reduction and photosynthesis related genes were differently regulated between WT and drought tolerant cultivars. While intron sequences are known to have low or no conservation, we found intronic regions with enriched overlapping siRNAs to have comparatively high conservation rates, especially in intronic regions (Fig. 8). Generally UTR regions are exptected to have higher conservation rate than introns. Compared to the 4258 intronic siRNA clusters, only 891 and 1677 siRNA clusters were detected in 5 and 3 UTR regions. Also shown in the results above, we found that siRNA clusters were majorly found within intronic regions. One possible explanation could be that UTR are less targeted since these regions are important in terms of biological mechanisms such as gene regulation. Another reason may be that siRNA clusters detected in the UTR region exhibit different characteristics to the intronic siRNA clusters. Due to this fact, we chose the intronic siRNA clusters for further characterization. By performing motif analysis, we found 4 motifs across 87 genes that were located within siRNA cluster regions. This was further supported by the motif analysis that showed that eight genes with all four motifs were Acyl-protein thioesterase 2, Ent-kaurene oxidase (Cytochrome P450), allergen-related, Subtilisin-like protease, TGF-beta receptor, type I/II extracellular region family protein, carboxylyase, Transcriptional factor B3 domain containing protein and NusB/RsmB/TIM44 domain containing protein.

Conclusions

In summary, we report that conserved siRNAs are responders indicating the drought related damages to the plant as the drought stress continues and their functional roles are related to well known drought related pathways.

References

  1. Axtell MJ. Classification and comparison of small RNAs from plants. Annu Rev Plant Biol. 2013; 64:137–59.

    Article  CAS  PubMed  Google Scholar 

  2. Chen D, Meng Y, Yuan C, et al. Plant siRNAs from introns mediate DNA methylation of host genes. RNA. 2011; 17(6):1012–1024.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Dunoyer P, Himber C, Voinnet O. DICER-LIKE 4 is required for RNA interference and produces the 21-nucleotide small interfering RNA component of the plant cell-to-cell silencing signal. Nat Genet. 2005; 37(12):1356–1360.

    Article  CAS  PubMed  Google Scholar 

  4. Lippman Z, Martienssen R. The role of RNA interference in heterochromatic silencing. Nature. 2004; 431(7006):364–70.

    Article  CAS  PubMed  Google Scholar 

  5. Kuang H, Padmanabhan C, Li F, et al. Identification of miniature inverted-repeat transposable elements (MITEs) and biogenesis of their siRNAs in the Solanaceae: new functional implications for MITEs. Genome Res. 2009; 19(1):42–56.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  6. Borsani O, Zhu J, Verslues P, et al. Endogenous siRNAs derived from a pair of natural cis-antisense transcripts regulate salt tolerance in Arabidopsis. Cell. 2005; 123(7):1279–1291.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  7. Yi N, Kim YS, Jeong MH, Oh SJ, Jeong JS, Park SH, Jung H, Do Choi Y, Kim JK. Functional analysis of six drought-inducible promoters in transgenic rice plants throughout all stages of plant growth. Planta. 2010; 232(3):743–54.

    Article  CAS  PubMed  Google Scholar 

  8. Kozomara A, Griffiths JS. miRBase: integrating microRNA annotation and deep-sequencing data. Nucleic Acids Res. 2011; 39(1):D152–7.

    Article  CAS  PubMed  Google Scholar 

  9. Burge SW, Daub J, Eberhardt R, et al. Rfam 11.0: 10 years of RNA families. Nucleic Acids Res. 2012:1005.

  10. Vazquez F, Vaucheret H, Rajagopalan R, et al. Endogenous trans-acting siRNAs regulate the accumulation of Arabidopsis mRNAs. Mol Cell. 2004; 16(1):69–79.

    Article  CAS  PubMed  Google Scholar 

  11. Jung I, Park JC, Kim S. piClust: a density based piRNA clustering algorithm. Comput Biol Chem. 2014; 50:60–7. doi:10.1016/j.compbiolchem.2014.01.008.

    Article  CAS  PubMed  Google Scholar 

  12. Ester M, Kriegel HP, Sander J, Xu X, et al. A density-based algorithm for discovering clusters in large spatial databases with noise. In: Kdd: 1996. p. 226–31.

  13. Kersey PJ, Allen JE, Christensen M, et al. Ensembl Genomes 2013: scaling up access to genome-wide data. Nucleic Acids Res. 2014; 42(D1):546–52.

    Article  Google Scholar 

  14. Sievers F, Wilm A, Dineen D, et al. Fast, scalable generation of high-quality protein multiple sequence alignments using Clustal Omega. Mol Syst Biol. 2011; 7(1):539.

    Article  PubMed  PubMed Central  Google Scholar 

  15. Margulies EH, Blanchette M, Haussler D, et al. Identification and characterization of multi-species conserved sequences. Genome Res. 2003; 13(12):2507–18.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  16. Bailey TL, Johnson J, Grant CE, et al. The MEME suite. Nucleic Acids Res. 2015:416.

  17. Sakai H, Lee SS, Tanaka T, Numa H, Kim J, Kawahara Y, Wakimoto H, Yang C-C, Iwamoto M, Abe T, et al. Rice annotation project database (rap-db): an integrative and interactive database for rice genomics. Plant Cell Physiol. 2013; 54(2):6–6.

    Article  Google Scholar 

  18. Kawahara Y, de la Bastide M, Hamilton JP, Kanamori H, McCombie WR, Ouyang S, Schwartz DC, Tanaka T, Wu J, Zhou S, et al. Improvement of the oryza sativa nipponbare reference genome using next generation sequence and optical map data. Rice. 2013; 6(1):4.

    Article  PubMed  Google Scholar 

  19. Trapnell C, Pachter L, Salzberg SL. Tophat: discovering splice junctions with rna-seq. Bioinformatics. 2009; 25(9):1105–1111.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  20. Langmead B, Salzberg SL. Fast gapped-read alignment with bowtie 2. Nat Methods. 2012; 9(4):357–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  21. Trapnell C, Williams BA, Pertea G, Mortazavi A, Kwan G, Van Baren MJ, Salzberg SL, Wold BJ, Pachter L. Transcript assembly and quantification by rna-seq reveals unannotated transcripts and isoform switching during cell differentiation. Nat Biotechnol. 2010; 28(5):511–5.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. Suzuki N, Koussevitzky S, Mittler R, Miller G. Ros and redox signalling in the response of plants to abiotic stress. Plant Cell Environ. 2012; 35(2):259–70.

    Article  CAS  PubMed  Google Scholar 

  23. McDowell N, Pockman WT, Allen CD, Breshears DD, Cobb N, Kolb T, Plaut J, Sperry J, West A, Williams DG, et al. Mechanisms of plant survival and mortality during drought: why do some plants survive while others succumb to drought?. New Phytol. 2008; 178(4):719–39.

    Article  PubMed  Google Scholar 

  24. Chaves M, Flexas J, Pinheiro C. Photosynthesis under drought and salt stress: regulation mechanisms from whole plant to cell. Ann Bot. 2009; 103(4):551–60.

    Article  CAS  PubMed  Google Scholar 

  25. Vrbsky J, Akimcheva S, Watson JM, et al. siRNA-mediated methylation of Arabidopsis telomeres. PLoS Genet. 2010; 6:e1000986.

    Article  PubMed  PubMed Central  Google Scholar 

  26. Bailey TL, Boden M, Buske FA, Frith M, Grant CE, Clementi L, Ren J, Li WW, Noble WS. Meme suite: tools for motif discovery and searching. Nucleic Acids Res. 2009; 37:W202–8.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  27. Bailey TL, Elkan C, et al. Fitting a mixture model by expectation maximization to discover motifs in bipolymers. 1994.

  28. Machanick P, Bailey TL. Meme-chip: motif analysis of large dna datasets. Bioinformatics. 2011; 27(12):1696–1697.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  29. Lawlor DW, Cornic G. Photosynthetic carbon assimilation and associated metabolism in relation to water deficits in higher plants. Plant Cell Environ. 2002; 25(2):275–94.

    Article  CAS  PubMed  Google Scholar 

  30. Sikuku PA, Netondo GW, Onyango JC, et al. Chlorophyll fluorescence, protein and chlorophyll content of three nerica rainfed rice varieties under varying irrigation regimes. ARPN JJ Agric Biol Sci. 2010; 5(2):19–25.

    Google Scholar 

  31. Sharma P, Dubey RS. Drought induces oxidative stress and enhances the activities of antioxidant enzymes in growing rice seedlings. Plant Growth Regul. 2005; 46(3):209–21.

    Article  CAS  Google Scholar 

  32. Pyngrope S, Bhoomika K, Dubey RS. Oxidative stress, protein carbonylation, proteolysis and antioxidative defense system as a model for depicting water deficit tolerance in indica rice seedlings. Plant Growth Regul. 2013; 69(2):149–65.

    Article  CAS  Google Scholar 

  33. Simova SL, Vassileva V, Petrova T, et al. Proteolytic activity in wheat leaves during drought stress and recovery. Gen Appl Plant Physiol Spec. 2006; 91-100.

  34. Khraiwesh B, Zhu JK, Zhu J. Role of miRNAs and siRNAs in biotic and abiotic stress responses of plants. Biochim Biophys Acta (BBA)-Gene Regul Mech. 2012; 1819(2):137–48.

    Article  CAS  Google Scholar 

Download references

Declarations

This article has been published as part of BMC Systems Biology Volume 10, Supplement 4, 2016: Proceedings of the 27th International Conference on Genome Informatics: systems biology. The full contents of the supplement are available online at http://bmcsystbiol.biomedcentral.com/articles/supplements/volume-10-supplement-4.

Funding

This work was supported by the Cooperative Research Program for Agriculture Science & Technology Development (Project No. PJ01121102) Rural Development Administration, Republic of Korea, and the Collaborative Genome Program for Fostering New Post-Genome industry through the National Research Foundation of Korea (NRF) funded by the Ministry of Science ICT and Future Planning (NRF-2014M3C9A3063541), and the Agenda program (No. J010174082016 for WS Jung), Rural Development Administration, Republic of Korea.

Availability of data and materials

The datasets supporting the conclusions of this article are available in the GEO repository under the accession number GSE74465.

Authors’ contributions

SK and HK designed the project. HK and SS designed and conducted the drought experiments. JK provided the AP2 overexpressed transgenic plant. IJ and HA processed the omics data and performed bioinformatics analysis. WJ performed biological interpretation of the results. IJ, HA, SK and WJ wrote the article. All authors read and approved the final manuscript.

Competing interests

The authors declare that they have no competing interests.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Sun Kim.

Additional files

Additional file 1

The GO (Gene Ontology) enrichment results of genes with siRNA targeting sites. (XLSX 20 kb)

Additional file 2

The detected motif sequences in siRNA clusters located in intronic regions. (XLSX 98 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

Jung, I., Ahn, H., Shin, SJ. et al. Clustering and evolutionary analysis of small RNAs identify regulatory siRNA clusters induced under drought stress in rice. BMC Syst Biol 10 (Suppl 4), 115 (2016). https://doi.org/10.1186/s12918-016-0355-3

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/s12918-016-0355-3

Keywords