| Literature DB >> 28066774 |
Silvia Bottini1, Elena Del Tordello1, Luca Fagnocchi1, Claudio Donati2, Alessandro Muzzi1.
Abstract
PIPE-chipSAD is a pipeline for bacterial transcriptome studies based on high-density microarray experiments. The main algorithm chipSAD, integrates the analysis of the hybridization signal with the genomic position of probes and identifies portions of the genome transcribing for mRNAs. The pipeline includes a procedure, align-chipSAD, to build a multiple alignment of transcripts originating in the same locus in multiple experiments and provides a method to compare mRNA expression across different conditions. Finally, the pipeline includes anno-chipSAD a method to annotate the detected transcripts in comparison to the genome annotation. Overall, our pipeline allows transcriptional profile analysis of both coding and non-coding portions of the chromosome in a single framework. Importantly, due to its versatile characteristics, it will be of wide applicability to analyse, not only microarray signals, but also data from other high throughput technologies such as RNA-sequencing. The current PIPE-chipSAD implementation is written in Python programming language and is freely available at https://github.com/silviamicroarray/chipSAD.Entities:
Keywords: code:python; high density arrays; microarrays; tiling arrays; transcriptomes
Year: 2016 PMID: 28066774 PMCID: PMC5167695 DOI: 10.3389/fmolb.2016.00082
Source DB: PubMed Journal: Front Mol Biosci ISSN: 2296-889X
Figure 1Details of the five consecutive steps of the In the first step, one pair of sliding and expanding windows is used to create two regions grouping consecutive probes of correlated signal intensity, named Correlated Probe Regions (CPRs). Pairs of consecutive CPRs are compared in the second step, using a modified t-test, to identify the positions in which the signal changes significantly. In (B,C) the boundaries of the signal areas (SAS) are determined for tiling and non-tiling probes design respectively, i.e., portion of the chromosome whose probes show similar intensity. This step provides a list of SAS boundaries. : (D) This step is optional but necessary in case of a comparative analysis of multiple experiments. The result of this step is a unique list of SAS boundaries for several experiments, instead of one list for each experiment. : (E) The last step deals with the association of the SAS with the chromosome-wide annotation, Basically, it compares the identified SAS with the gbk file of the organism of interest.
Figure 2An example of the alignment procedure of the detected signal areas (SAS). The five experiments are: Δhfq mutant growth in GC medium (GC, from Fagnocchi et al., 2015) and four experiments from Mellin et al. (2010): the Δhfq mutant and the complemented mutant (comp) grown under iron depleted (DEP) or replete (REP) conditions. (A) The SAS identified by chipSAD for the five experiments before the run of the alignment procedure. (B) The aligned SAS.
Figure 3Heatmap visualization of the Hfq-modulated transcripts. Heatmap visualization of the top Hfq-modulated transcripts according to their differential expression vs. the wild type strain in each microarray experiment. The transcripts comprise of 35 ORFs, 28 operons, 10 UTRs, 17 intergenic regions.