Skip to main content

qRAT: an R-based stand-alone application for relative expression analysis of RT-qPCR data

Abstract

Background

Reverse transcription quantitative real-time PCR (RT-qPCR) is a well-established method for analysing gene expression. Most RT-qPCR experiments in the field of microbiology aim for the detection of transcriptional changes by relative quantification, which means the comparison of the expression level of a specific gene between different samples by the application of a calibration condition and internal reference genes. Due to the numerous data processing procedures and factors that can influence the final result, relative expression analysis and interpretation of RT-qPCR data are still not trivial and often necessitate the use of multiple separate software packages capable of performing specific functions.

Results

Here we present qRAT, a stand-alone desktop application based on R that automatically processes raw output data from any qPCR machine using well-established and state-of-the-art statistical and graphical techniques. The ability of qRAT to analyse RT-qPCR data was evaluated using two example datasets generated in our laboratory. The tool successfully completed the procedure in both cases, returning the expected results. The current implementation includes functionalities for parsing, filtering, normalizing and visualisation of relative RT-qPCR data, like the determination of the relative quantity and the fold change of differentially expressed genes as well as the correction of inter-plate variation for multiple-plate experiments.

Conclusion

qRAT provides a comprehensive, straightforward, and easy-to-use solution for the relative quantification of RT-qPCR data that requires no programming knowledge or additional software installation. All application features are available for free and without requiring a login or registration.

Background

Reverse transcription quantitative real-time PCR (RT-qPCR) is generally viewed by researchers as a powerful technique for accurate, sensitive and fast measurement of gene expression [1]. Despite the fact that the data acquisition step in RT-qPCR experiments is already automated - with thermocycler software providing “by-default” pre-processing procedures - the analysis of RT-qPCR data via relative quantification can still be challenging [1, 2].

Relative quantification frequently comes along with a high number of samples and replicates, resulting in experimental setups spread over multiple well-plates, substantiating the necessity for internal controls. Furthermore, the high-throughput character of RT-qPCR analysis easily leads to a rapid accumulation of raw data that needs to be quality controlled and interpreted correctly in order to obtain reliable results and produce high quality publications. This process involves multiple steps, which can not only be very time consuming but also potentially introduces user-dependent variation and errors. This is aided by the fact that data processing and visualisation methods vary widely across licensed programs for RT-qPCR analysis, which implemented functions and settings are not always transparent to the user, therefore limiting reproducible research [3]. This may include methods for the removal of outliers, normalisation, or the handling of missing values (NA). Outliers, for example, should be removed in order to prevent major bias and large errors. However, it is important to be very cautious not to tune the data to ‘more pleasing’ results. There must be a good objective reason to remove specific replicates. User-friendly data analysis software is an invaluable tool within this process. Unfortunately, most freely available software tools cover only one step in the analysis pipeline, requiring researchers to use multiple data quality control tools. This again requires manual data import and/or conversion, which might again lead to inaccurate data and errors that are very challenging to troubleshoot. Briefly, once the quantification cycle (Cq) values are obtained from a RT-qPCR experiment, they can be used to quantify gene expression. There are two commonly used approaches for this: absolute quantification and relative quantification. Both methods require internal reference genes for normalization [4]. In the absolute quantification method, expression levels of the gene of interest and internal reference genes are determined using a calibration curve. The relative quantification method is based on the difference of Cq values between the reference gene and the gene of interest [5]. As a result, the proper method to analyse the RT-qPCR dataset is heavily dependent on the experimental setup and assay.

A number of open-access software packages and tools, including R packages and online applications have been proposed in recent years for RT-qPCR data analysis via relative quantification [2]. We have found that the majority of the reviewed tools and packages [2] are outdated (EasyqpcR, pyQPCR, QPCR) or not available anymore (CAmpER, dpcR). Tools that are built on top of Microsoft Excel, such as qBase or DART-PCR, involve copy/paste manipulations from the raw data files, necessitating the careful triage of results to fit the confines of the formulas and dataflow. This can lead to calculation errors that go unnoticed [6]. Recently developed tools, such as SATQPCR [7], PIPE-T [8] or Auto-qPCR [9], come with limitations regarding input formats, the ability to easily adjust plotting parameters, or the lack of comprehensive functionalities such as inter-plate calibration. R packages (HTqPCR, ddCt), which have been proposed in recent years, are well-documented and provide diverse functions and parameter options, making them an excellent choice for the analysis of RT-qPCR data. However, R packages usually do not offer a graphical user interface and need to be used from the command line, which can be challenging for users who are inexperienced with R or programming in general. Hence, users of R-based RT-qPCR analysis software packages need non-trivial programming skills. There are no stand-alone desktop applications for the analysis of RT-qPCR data freely available, which leverage the R programming language, providing all processing steps of relative gene expression analysis, up to inter-plate calibration and the visualization of data. To address these issues, we developed qRAT (qPCR relative expression analysis tool) - an R based stand-alone desktop application - to automate the processing of raw Cq output files from any qPCR machine using well established and state-of-the-art statistical and graphical techniques. The qRAT application was designed to allow researchers with no R programming experience to perform complex RT-qPCR data analysis in a fast, simple-to-use and user-friendly environment. A key feature of qRAT is the ability to import data without the need for additional file modifications, which helps to prevent errors during analysing the experimental data. R packages and modern rendering engines are leveraged to enhance the usability from data quality control to the generation of publication-ready figures.

Implementation

Development and structure

qRAT was implemented in the R computing environment [10] using the Shiny web application framework [11] and distributed as a stand-alone desktop application with Electron [12]. Even though Shiny mostly is used to create web applications, the server and client part of the application can also be set up locally for the analysis of data in situations where the user wishes to work offline, or to avoid sharing sensitive data with third party hosts or software. This setup allows qRAT to run on the users’ computer without the need for any server software or internet connection. Integrating qRAT into the Electron framework (which uses Chromium under the hood) for local deployment ensures the accessibility in the ever-evolving requirements of operating systems. Neither R programming skills nor a previous installation of R are required, as the setup of qRAT also includes a compatible version of R along with all prerequisite packages to run the application. The application is almost entirely R code, but, like any Shiny app, it was further extended using HTML, CSS, JavaScript and Bootstrap. Both, a list of package dependencies, as well as instructions to install and run the application are included in a detailed user guide available on the qRAT homepage (https://www.uibk.ac.at/microbiology/services/qrat/) and within the application. The application will be continuously updated to implement additional functions and to meet the evolving requirements of operating systems. Available updates and the respective changes will be announced on the qRAT homepage.

Data input

qRAT processes csv or txt files containing raw Cq values for each well measured by a qPCR instrument and exported by its software. The files can be tab-, comma- or semicolon-delimited. Data import is carried out using the shiny fileInput function [11]. Due to its ability to recognize synonymous column names, qRAT is capable of reading export files generated by most qPCR instrument software programs. Nevertheless, the files’ structure must fulfil specific requirements, which are stated in detail in the user guide. In Multiple Plates mode the user can select and input multiple files at once. Example input files for single and multiple plate analysis are provided on the qRAT homepage. HTqPCR is the chosen R package that is used to read in the data. If the file format and structure are correct, qRAT populates a qPCRset object with the raw Cq values, sample names, and targets/genes using the readCtData function [13].

Data processing and quantification

Once data is loaded, the quality of the input data will be checked. The quality control parameters include an adjustable threshold for maximum replicate variability and a range of acceptable Cq values (Cq Cut-off). The standard deviation of the technical replicates for a given sample is calculated to detect outliers. When the standard deviation value exceeds the predefined threshold, the divergent value is removed. The adjustable standard threshold is automatically set to 0.3 as suggested by the MIQE guidelines [14]. Keeping the variation between technical replicates at a minimum is a prerequisite for precise relative quantification. Steps to minimize variability are given in Taylor et al. [1] and a strategy for pooling biological samples to reduce the amount of replicates is described by Zhang and Gant [15].

The Cq Cut-off defines lower and upper boundaries of a range of acceptable Cq values. Any Cq values outside the defined range are treated as not available. The adjustable default range includes any meaningful Cq value, i.e. all Cq values between 5 and 35. Depending on the settings, technical replicates are averaged within one plate (Single Plate Analysis) or across all plates of the experiment (Multiple Plates Analysis).

Relative quantities are calculated with the ddCt R package, which implements an improved relative quantification method that requires no standard curve for each primer-target pair [16]. For the validity of \(\Delta \Delta\)Cq calculations the amplification efficiencies of all primers for the target and the reference genes have to be approximately equal and close to 1 as stated by Livak and Schmittgen [17]. Most qPCR machines include evaluation of the primer efficiency in their accompanying software. Alternatively, different companies offer freely available online tools for primer efficiency calculation. Furthermore, according to the MIQE guidelines, at least three reference genes that are stable across all treatments shall be included in the sample set to ensure the validity of data normalization [14]. If more than one reference gene is specified, the algorithm uses the arithmetic mean of the Cq values of the reference genes for normalization. In qRAT the \(\Delta\)Cq values are calculated by subtracting the Cq value of the reference sample from the corresponding Cq value of the target sample (\(\Delta Cq = Cq(target) - Cq(reference)\)) implying that larger \(\Delta\)Cq values indicate lower expression. To accurately reflect different biological questions being posed, qRAT also shows \(-\Delta Cq\) values (representing the calculation \(\Delta Cq = Cq(reference) - Cq(target)\)) which represent native transcriptional changes of enhanced expression levels. Testing significance of differences in \(\Delta\)Cq values can be achieved by referencing them to one or multiple control samples. Both approaches are based on the framework from the limma package [18]. Results include t-statistics, p values and standard errors. The p.Value is the associated p value and adj.P.Value is the p value adjusted by Benjamini and Hochberg’s method to control the false discovery rate [19]. Additional p value adjustment methods available are Bonferroni [20] and Holm [21]. Relative quantification is expressed either as relative quantity \(RQ = 2^{-\Delta Cq}\), where samples are normalized to reference gene(s) or fold change \(FC = 2^{-\Delta \Delta Cq}\)), where additionally a given sample is considered as a calibration condition. Literature reviews provide a good overview of the key terminology used in RT-qPCR experiments, including most commonly used terms and distinctions [1, 4].

For sample-sets with samples spread across different plates, an inter-plate calibration can be applied to normalize results between different qPCR runs. The calculation is based on a method proposed by Hellemans et al. [3]. In order to detect and remove inter-plate variation, it is necessary to include one common sample in all runs/plates per common sample-set, the so-called inter-plate calibrators (IPCs). It makes no difference which sample is applied as IPC, as long as it is the same sample on all plates being compared. Multiple replicates of the IPC samples are recommended since they produce more precise results. First the geometric mean of all IPCs is calculated. Subsequently, the Cq value of the IPCs on each plate is averaged and all IPC Cq values are scaled according to the ratio of these mean Cq values across all plates. The mean of the IPC scaling factors on each plate is an estimate of the correction factor for the respective plate. The inter-plate variation in the original data set can now be removed by dividing each Cq value on each plate by the corresponding correction factor.

Data visualization and outputting

The interactive nature of the plots included in qRAT allows users to explore the results of their analyses. All tables are generated using the DT R package [22]. Tables include a header with data export functions, which copy the table data to the clipboard, or export the table data into multiple formats such as pdf or csv. This facilitates the transfer to supplemental data of publications or the export to programs like Microsoft Excel or Libre Office Calc. Result tables of \(\Delta\)Cq and \(\Delta \Delta\)Cq analyses contain all calculated values for each gene/sample combination, e.g. mean values of \(\Delta\)Cq, standard errors and relative quantity or mean values of \(\Delta \Delta\)Cq, standard errors and fold change, respectively. Values in tables are rounded to two digits. Plots are drawn using the ggplot2 and plotly R packages [23, 24]. Every plot is fully customisable and includes a menu in the top right corner with various control options. Plots can be exported as svg, png, jpeg or webp according to your image export settings, to easily import them into presentation programs like PowerPoint, or further modify them in vector programs like CorelDraw and Inkscape.

RNA extraction and qPCR

To illustrate the capability of qRAT in analysing RT-qPCR data we used two different real data-sets produced in our laboratory. Untreated (control; C) and treated (treatment; T) mycelial samples (wildtype (WT) or mutant (M)) were harvested from fungal liquid cultures of two different sample sets (Multi-Plate (MP1, MP2) and Single-Plate (SP)). Three biological replicates were pooled as one representative sample and RNA was extracted with TRIzol Reagent (Invitrogen, Karlsruhe, Germany) according to the manufacturers’ protocol. Digestion with DNase I and reverse transcription of RNA was done with a 1:1 ratio of random hexamer and oligo(dT) primers applying the RevertAid H Minus First Strand cDNA Synthesis Kit (ThermoFisher Scientific Baltic UAB, Vilnius, Lithuania). Quantitative real-time PCR was performed in \(\ge\) 3 technical replicates with GoTaq qPCR Master Mix (Promega Corporation, Madison, USA; sample set MP1 and MP2) or Luna Universal qPCR Master Mix (New England Biolabs GmbH, Frankfurt am Main, Deutschland; sample set SP) on qTOWER \(^{3}\)G cycler (Analytik Jena AG, Jena, Germany). Primer design for the reference gene (ref G) and the genes of interest (GOI) was done with primer3prefold and primer3plus (Version 2.4.2) [25]. Basic data processing (melting curve analysis, threshold settings, verification of equal primer efficiencies) was done with qPCRsoft 4.1 software (Analytik Jena AG, Jena, Germany), exported as a ‘semi-colon delimited’ csv file and analysed by qRAT, where data was normalized to ref G and C was set as calibrator. Data normalization was applied according to Livak [17].

Results

The ability of qRAT to analyse pre-processed RT-qPCR data was assessed using the two example datasets (SP and MP 1–2), whose semi-colon-separated csv files were exported from qPCRsoft 4.1 software. Both datasets are also provided as a practical example (see Additional file 1). The application successfully completed the procedure, returning tables and visualizations of the raw input data, pre-processed data, relative quantifications and statistical tests (see Tables 1, 2, Figs. 1, 2, 3). A first overview of the raw data is depicted in Fig. 1, which visualises the distribution of outliers and homogeneity of the data. The plate view chart (Fig. 1A) is inspired by the physical design of a well-plate and provides a general overview of all samples in their spatial arrangement using the heatmap principle. To address the lack of suitable graphical representations of the plate combined with Cq values in other available tools, we implemented this chart, which helps to find spatial patterns. The Cq density plot (Fig. 1B) complements the visualisation of the distribution of Cq values across all samples. The boxplot of Cq values depicts the variation within each sample and visualises possible outliers in the data (Fig. 1C). Here we applied a Cq standard deviation threshold of 0.5 in qRAT resulting in the detection of seven outliers among the technical replicates (Additional file 2). To apply the identical data filtering settings in qPCRSoft, we excluded those seven outliers manually for further data analysis in qPCRSoft.

Table 1 Statistical analysis of \(\Delta\)Cq values from the SP dataset
Fig. 1
figure 1

Qualitative assessment of the raw Cq values of untreated (control; C) and treated (treatment; T) samples in the SP dataset. A Plate view chart representing a heatmap of all Cq values. B Density plot of all Cq values grouped in C and T. C Boxplot of Cq values of C and T. The colour legend displays the target genes (gene of interest (GOI 1–7), reference gene (ref G)

By selecting the Relative dCq tab in the main panel, qRAT calculates the \(\Delta\)Cq values and the mean relative quantity of the expression from all samples normalized to ref G. The \(\Delta\)Cq approach (without applying a sample as calibrator) allows a comparison of either the \(\Delta\)Cq values or the relative quantity for the different genes. Figure 2 shows the \(-\Delta\)Cq values of all GOI, with values of the sample groups T and C normalized to the ref G. Since \(\Delta\)Cq values have no interpretable zero value, bar charts are a commonly applied but semi-optimal choice for visualising \(\Delta\)Cq values. Consequently, qRAT plots the data as dot plot but also provides the option to change the plot type to barchart, as shown in Additional file 3. The lack of plot customisation is an often overlooked drawback of using other tools to analyse qPCR experiments. The qRAT application addresses this issue and provides highly customisable and publication-ready charts. Here we chose to display \(-\Delta\)Cq since this gives positive values which represent native transcriptional changes (Fig. 2).

Fig. 2
figure 2

Output of qRAT using the SP dataset with the \(\Delta\)Cq model. Dot plot showing the \(-\Delta\)Cq of the genes of interest (GOI 1–7) of control sample (C) and treatment sample (T)

The qRAT application also allows the identification of the significance of differential gene expression. The statistical analysis tab in the main panel allows all possible pairwise comparisons of \(\Delta\)Cq values between samples to be made. Herein, we use t-statistics and their associated p values to assess the significance of the observed transcriptional changes between untreated and treated samples (Table 1). Table 1 shows that all of the 7 GOIs tested are significantly upregulated in the treated samples (p value <0.05).

By clicking on the Relative ddCq tab in the main panel, qRAT calculates \(\Delta \Delta\)Cq and the mean fold change of the expression from all samples of T normalized to ref G and the calibrator C. Since the relative quantity and the fold change are exponentiated values it is strongly recommended to use a dot-plot with logarithmic y-axis for proper visualisation (Fig. 3). Our tool also provides the option to change the plot type to barchart, as shown in Additional file 4.

Fig. 3
figure 3

Output of qRAT using the SP dataset with the \(\Delta \Delta\)Cq model. Dot plot showing the fold change of the genes of interest (GOI 1–7), of control sample (C) and treatment sample (T)

A comparison of the data derived from qRAT and qPCRSoft applying the relative \(\Delta\)Cq and the relative \(\Delta \Delta\)Cq method is reported in Table 2. This comparison shows that qRAT results closely matched the manual processing of the dataset in qPCRSoft.

Table 2 Comparison of the data output from qRAT and qPCRSoft using the SP dataset

The MP dataset comprises samples which were measured in different runs, respectively on two different plates. Consequently, IPCs had to be included in the MP dataset. For this, qRAT offers the Inter-Plate Calibration function, which has to be activated in the sidebar of the Inter-Plate Calibration tab. Analogous to the use of three reference gene replicates for normalization, three IPC replicates were used in this dataset. Once the IPC samples have been defined, the calibration factors for each target can be found in the main panel of the Inter-Plate Calibration tab. Figure 4 illustrates the results of the samples WT C ref G since these samples were spread over plate 1 and 2. When comparing the non-calibrated Cq values for WT C ref G between plates 1 and 2, it was clear that those on plate 2 were higher, even though the differences between the values were already minimized in this example due to a well-designed and controlled experiment. By performing inter-plate calibration, the values on plate 1 and 2 became highly similar to each other (Fig. 4). Results of the \(\Delta\)Cq and the \(\Delta \Delta\)Cq method after inter-plate calibration are presented in Additional file 5.

Fig. 4
figure 4

Evaluation of the impact of inter-run calibration on sample WT C ref G of the MP dataset. The difference between the Cq values is 0.02 for the non-calibrated plates, and eliminated after inter-run calibration. Orange colour indicates that data is calibrated. Blueish colour shows data before calibration. Colour shades indicate that data is derived from different runs

In general, the sample maximization method, which states that all samples must be analysed for a given gene in the same run, should be applied whenever feasible [3]. This sample maximization strategy does not suffer from inter-plate variation, as all samples are measured in the same run for the particular gene. Therefore, inter-plate calibration is not required. In addition, there is no need for the ref G to be measured in the same plate like the GOI, since the ref G is used for normalization of the samples. The qRAT application also offers the possibility to analyse multiple plate assays following the sample maximization strategy.

The proposed tool has some limitations too, as it has not been adapted at this stage to calculate relative gene expression data while accounting for differences in primer efficiencies [26]. Moreover, it does not support grouping of samples for statistical significance testing. Thus, it is limited to test the significance of the difference between two conditions.

Conclusion

In conclusion, qRAT is an easy-to-use R shiny application, designed for biologists with no R programming expertise to enable the straight-forward processing, analysis and visualisation of complex relative RT-qPCR data within a user-friendly environment that facilitates fast overview of their data, results and figures. Its minimal requirements make it a ready-to-use tool on every laboratory computer. The interactive interface allows users to process and explore available data quickly and switch between various plotting types, so the data is visualized and presented in a biologically meaningful and optimal, publication-ready way. In the field of microbiology, researchers often have to analyse multiple similar datasets when comparing levels of gene expression under varying environmental or experimental conditions. For example, to understand the functioning of microbes in the environment and their cellular response mechanisms, gene expression changes in the target genes that encode enzymes in metabolic or catabolic pathways are set in relation to a calibration condition, normalized to one or multiple reference gene(s), typically housekeeping gene(s). Ideally, this means that multiple gene expression studies can use the same qPCR plate layout with different primers or different samples. Using qRAT for analysis means that the user can quickly re-run an analysis on a new dataset, allowing the data produced from a given project to be calculated seamlessly, reproducibly, and correctly for multiple plates. Moreover, qRAT includes an inter-plate calibration option that allows the analysis and processing of large datasets with samples spread across various plates. The documentation provided at each step in the workflow ensures a transparent and repeatable data handling process that is less susceptible to application errors by the user. The qRAT application is scheduled to be updated regularly in the future. Functions and features not yet included (e.g., Pfaffl method, primer efficiency calculation, additional statistical tests) are envisaged to become available with forthcoming versions. The initial release version and following updates are available under a MIT license and can be downloaded from the project website (https://www.uibk.ac.at/microbiology/services/qrat/), where documentation and additional information can also be found. The source code of the application is publicly accessible at the GitHub repository (https://github.com/DaniFlat/qRAT).

Availability of data and materials

The software, examples and documentation are available at https://www.uibk.ac.at/microbiology/services/qrat/. The source code is provided at https://github.com/DaniFlat/qRAT. All data generated or analysed during this study are included in this published article. Project name: qRAT (qPCR relative expression analysis tool). Project home page: https://www.uibk.ac.at/microbiology/services/qrat/ Operating system(s): Windows Programming language: R. Other requirements: As the qRAT installer auto-installs R and all required R-packages, there are no additional software requirements. License: MIT. Any restrictions to use by non-academics: None.

Abbreviations

Cq:

Quantification cycle

GOI:

Gene/s of interest

IPC:

Inter-plate calibration

IPCs:

Inter-plate calibrators

MIQE:

Minimum information for publication of quantitative real-time PCR experiments

RT-qPCR:

Reverse transcription quantitative real-time PCR

References

  1. Taylor SC, Nadeau K, Abbasi M, Lachance C, Nguyen M, Fenrich J. The ultimate qPCR experiment: producing publication quality, reproducible data the first time. Trends Biotechnol. 2019;37(7):761–74. https://doi.org/10.1016/j.tibtech.2018.12.002.

    Article  CAS  PubMed  Google Scholar 

  2. Pabinger S, Rödiger S, Kriegner A, Vierlinger K, Weinhäusel A. A survey of tools for the analysis of quantitative PCR (qPCR) data. Biomol Detect Quantif. 2014;1(1):23–33. https://doi.org/10.1016/j.bdq.2014.08.002.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Hellemans J, Mortier G, Paepe AD, Speleman F, Vandesompele J. qbase relative quantification framework and software for management and automated analysis of real-time quantitative pcr data. Genome Biol. 2007;8(2):19. https://doi.org/10.1186/gb-2007-8-2-r19.

    Article  CAS  Google Scholar 

  4. Wong ML, Medrano JF. Real-time PCR for mRNA quantitation. Biotechniques. 2005;39(1):75–85. https://doi.org/10.2144/05391rv01.

    Article  CAS  PubMed  Google Scholar 

  5. VanGuilder HD, Vrana KE, Freeman WM. Twenty-five years of quantitative PCR for gene expression analysis. Biotechniques. 2008;44(5):619–26. https://doi.org/10.2144/000112776.

    Article  CAS  PubMed  Google Scholar 

  6. Panko RR. What we know about spreadsheet errors. J Organ End User Comput. 1998;10(2):15–21. https://doi.org/10.4018/joeuc.1998040102.

    Article  Google Scholar 

  7. Rancurel C, van Tran T, Elie C, Hilliou F. SATQPCR: website for statistical analysis of real-time quantitative PCR data. Mol Cell Probes. 2019;46: 101418. https://doi.org/10.1016/j.mcp.2019.07.001.

    Article  CAS  PubMed  Google Scholar 

  8. Zanardi N, Morini M, Tangaro MA, Zambelli F, Bosco MC, Varesio L, Eva A, Cangelosi D. Pipe-t: a new galaxy tool for the analysis of RT-QPCR expression data. Sci Rep. 2019;9(1):17550. https://doi.org/10.1038/s41598-019-53155-9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  9. Maussion G, Thomas RA, Demirova I, Gu G, Cai E, Chen CX-Q, Abdian N, Strauss TJP, Kelaï S, Nauleau-Javaudin A, Beitel LK, Ramoz N, Gorwood P, Durcan TM. Auto-qPCR; a python-based web app for automated and reproducible analysis of qPCR data. Sci Rep. 2021. https://doi.org/10.1038/s41598-021-99727-6.

  10. R Core Team. R: a language and environment for statistical computing, Vienna, Austria. 2021. https://www.R-project.org.

  11. Chang W, Cheng J, Allaire J, Sievert C, Schloerke B, Xie Y, Allen J, McPherson J, Dipert A, Borges B. shiny: web application framework for R. R package version 1.7.1. 2021. https://cran.r-project.org/package=shiny.

  12. OpenJS Foundation: Electron. 2021. https://www.electronjs.org.

  13. Dvinge H, Bertone P. HTqPCR: high-throughput analysis and visualization of quantitative real-time PCR data in R. Bioinformatics. 2009;25(24):3325.

    Article  CAS  Google Scholar 

  14. Bustin SA, Benes V, Garson JA, Hellemans J, Huggett J, Kubista M, Mueller R, Nolan T, Pfaffl MW, Shipley GL, Vandesompele J, Wittwer CT. The MIQE guidelines: minimum information for publication of quantitative real-time PCR experiments. Clin Chem. 2009;55(4):611–22. https://doi.org/10.1373/clinchem.2008.112797.

    Article  CAS  PubMed  Google Scholar 

  15. Zhang S-D, Gant TW. Effect of pooling samples on the efficiency of comparative studies using microarrays. Bioinformatics. 2005;21(24):4378–83. https://doi.org/10.1093/bioinformatics/bti717.

    Article  CAS  PubMed  Google Scholar 

  16. Zhang JD, Biczok R, Ruschhaupt M. ddCt: the ddCt algorithm for the analysis of quantitative real-time PCR (qRT-PCR). (2021). R package version 1.48.0.

  17. Livak KJ, Schmittgen TD. Analysis of relative gene expression data using real-time quantitative PCR and the \(2^{-\Delta \Delta Ct}\) method. Methods. 2001;25(4):402–8. https://doi.org/10.1006/meth.2001.1262.

    Article  CAS  PubMed  Google Scholar 

  18. Ritchie ME, Phipson B, Wu D, Hu Y, Law CW, Shi W, Smyth GK. limma powers differential expression analyses for RNA-sequencing and microarray studies. Nucleic Acids Res. 2015;43(7):47. https://doi.org/10.1093/nar/gkv007.

    Article  CAS  Google Scholar 

  19. Benjamini Y, Hochberg Y. Controlling the false discovery rate: a practical and powerful approach to multiple testing. J R Stat Soc Ser B (Methodol). 1995;57(1):289–300. https://doi.org/10.1111/j.2517-6161.1995.tb02031.x.

    Article  Google Scholar 

  20. Bland JM, Altman DG. Statistics notes: multiple significance tests: the Bonferroni method. BMJ. 1995;310(6973):170–170. https://doi.org/10.1136/bmj.310.6973.170.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  21. Holm S. A simple sequentially rejective multiple test procedure. Scand J Stat. 1979;6(2):65–70.

    Google Scholar 

  22. Xie Y, Cheng J, Tan X. DT: a wrapper of the JavaScript library ‘DataTables’. 2021; R package version 0.20. https://CRAN.R-project.org/package=DT.

  23. Wickham H. Ggplot2: Elegant graphics for data analysis. Springer. 2016. https://ggplot2.tidyverse.org.

  24. Sievert C. Interactive web-based data visualization with R, Plotly, and Shiny. Chapman and Hall. 2020. https://plotly-r.com.

  25. Untergasser A, Cutcutache I, Koressaar T, Ye J, Faircloth BC, Remm M, Rozen SG. Primer3—new capabilities and interfaces. Nucleic Acids Res. 2012;40(15):115–115. https://doi.org/10.1093/nar/gks596.

    Article  CAS  Google Scholar 

  26. Pfaffl MW. A new mathematical model for relative quantification in real-time RT-PCR. Nucleic Acids Res. 2001;29(9):45–45. https://doi.org/10.1093/nar/29.9.e45.

    Article  Google Scholar 

Download references

Acknowledgements

Herewith we want to acknowledge Ulrike Schreiner for generating the data of MP1 and MP2 and Veronika Härtinger for generating the data of SP.

Funding

The Austrian Science Fund FWF (https://www.fwf.ac.at, Grant No. P32179-B to SZ) is acknowledged for funding. The research was supported by the doctoral program BioApp from the University of Innsbruck. The funders had no role in software design, data collection and analysis, decision to publish, or preparation of the manuscript.

Author information

Authors and Affiliations

Authors

Contributions

DF created the application, wrote the documentation and drafted the manuscript. VS participated in analysis and interpretation of results, conducted the analysis and participated in drafting the manuscript. SZ revised the manuscript and acquired funding. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Daniel Flatschacher.

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.

Additional information

Publisher's Note

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

Supplementary Information

Additional file 1.

Example datasets: A qPCR dataset containing two example files derived from both, a single plate (SP) and a multiple plate (MP1, MP2) experiment conducted in our laboratory. Datasets are semi-colon-separated csv files exported from qPCRsoft 4.1 software and can be used as input for qRAT.

Additional file 2.

Output of qRAT filtering using single plate dataset: Table of detected outliers in the single plate dataset after applying a Cq standard deviation threshold of 0.5 on values of all target genes (gene of interest (GOI 1–7), reference gene (ref G)) in the treatment sample (T) and control sample (C). Respective replicate number is given in the rp.num column. xlsx file exported directly from qRAT.

Additional file 3.

Output of qRAT using the SP dataset with the \(\Delta\)Cq model.: Bar chart showing the relative quantity of the genes of interest (GOI 1–7) of control sample (C) and treatment sample (T). png file exported directly from qRAT.

Additional file 4.

Output of qRAT using the SP dataset with the \(\Delta \Delta\)Cq model: Bar chart showing the fold change of the genes of interest (GOI 1–7) of control sample (C) and treatment sample (T). png file exported directly from qRAT.

Additional file 5.

Output of qRAT \(\Delta\)Cq and \(\Delta \Delta\)Cq methods using multiple plate dataset: Table of mean \(\Delta\)Cq, \(-\Delta\)Cq and relative quantity (RQ) values, where values of the mutant samples (M) and wildtype samples (WT) are normalized to the reference gene and mean \(\Delta \Delta\)Cq and fold change (FC) values, where M and WT samples are normalized to the reference gene and made relative to the calibrator WT C.

Additional file 6.

Output of qRAT \(\Delta\)Cq and \(\Delta \Delta\)Cq methods using the SP dataset: Table of mean \(\Delta\)Cq, \(-\Delta\)Cq and relative quantity (RQ) values, where values of the treatment sample (T) and control sample (C) are normalized to the reference gene and mean \(\Delta \Delta\)Cq and fold change (FC) values, where T and C samples are normalized by both, the reference gene and the calibrator C.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. 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 in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Flatschacher, D., Speckbacher, V. & Zeilinger, S. qRAT: an R-based stand-alone application for relative expression analysis of RT-qPCR data. BMC Bioinformatics 23, 286 (2022). https://doi.org/10.1186/s12859-022-04823-7

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-022-04823-7

Keywords