Screening GM canola for tolerance to aluminium

Geetha Perera

CSIRO Agriculture and Food

Introduction

I am Geetha Perera, a Research Technician with Agriculture and Food based in Canberra. At present I am a part of the Soil Constraints research team in the Crops Program. I had no experience in R before Data School, tried to self-learn but never happened. I have been using Excel extensively to record, summarise and visualise data mostly using bar graphs. My main aim in Data School FOCUS was to learn coding with R to replace the repetitive steps that I follow when working with data sets in Excel.

My Project

Aluminium toxicity is one of the main stresses to plants in acid soils which limits yields of major crops in Australia. Use of aluminium resistant crops is one strategy to enable production in these soils in addition to soil management strategies such as liming. In a transgenic approach to increase the tolerance to aluminium in canola, transgenic canola lines have been produced in CSIRO by transforming the canola cultivar Oscar with two genes related to aluminium tolerance from wheat (TaALMT1) and/ or barely (HvAACT1).

Seedlings of T1 and T2 families of these transgenic lines were screened in a series of hydroponic experiments (Figure 1) to investigate the effect of aluminium on their early growth and to select any better performing lines for further screening. In each screen, seedlings were grown in three concentrations of aluminium (0 µM, 5 µM and 10 µM) in a nutrient solution for two weeks and data on the length of the longest root (Figure 2), total root length (by scanning), shoot dry weight and root dry weight were collected.

Setup of the hydroponic experiments

Figure 1: Setup of the hydroponic experiments

Measuring the length of the longest root

Figure 2: Measuring the length of the longest root

For the Data School project, I have used the data of one transgenic screen (Experiment 39) to summarise and visualise data with the aim of repeating this process in examining the data of the other screens. Seedlings of one T1 generation family (T1 3672-19) and its T2 generation family (T2 3672-19-1) with the cultivar Oscar (as the control) were screened in this particular experiment.

Preliminary results

Table 1 shows the format of the data after cleaning up, tidying and reorganising using R.

Table 1: Seedling growth data after tidying up using R
Line Aluminium concentration seedling number longest root length (mm) shoot dry weight (mg) root dry weight (mg) total root length (cm) total dry weight (mg)
Oscar_ 4 0 µM 1 105 55.0 2.4 74.8558 57.4
Oscar_ 4 0 µM 2 105 48.9 3.8 103.9674 52.7
Oscar_ 4 0 µM 3 100 27.6 3.2 80.6117 30.8
Oscar_ 4 0 µM 4 110 36.6 3.2 107.0114 39.8
Oscar_ 4 0 µM 5 75 19.7 4.5 120.6369 24.2

Raw data for dry weights, length of the longest root and total root length are shown using boxplots in Figures 3 and 4 respectively. Showing data in this form helped to pick up the outliers easily and to see a broad picture of the response of each line to each level of aluminium.

Dry weights

Figure 3: Dry weights

Length of the longest root and total root length

Figure 4: Length of the longest root and total root length

Mean and standard error of each variable measured were calculated for each line at each concentration of aluminium (Figure 5 and Figure 6). Outliers were not removed before summarising the data as the individuals in T1 and T2 generations are still segregating. In general, none of the transgenic lines screened in this experiment performed better in the aluminium treatments when compared with the control. The T2 line showed slightly better root growth in 10 µM aluminium (Figure 6).

Mean dry weight

Figure 5: Mean dry weight

Mean root length

Figure 6: Mean root length

The relationships between the total dry weight (the above ground variable measured) and the length of the longest root and the total root length (the two below ground variables measured) are shown in Figures 7 and 8 respectively. Total root length seems to be a better variable to measure in comparison with the length of the longest root, as it shows a positive correlation to the dry weight in most instances (Figure 8).

Length of the longest root vs total dry weight

Figure 7: Length of the longest root vs total dry weight

Total root length vs total dry weight

Figure 8: Total root length vs total dry weight

My Digital Toolbox

I have been using R version 3.6.2 for this project and the digital tools used were

Favourite tools

My time went …

I spent a reasonable time on tidying up the data. Data of each variable were in a separate worksheet in Excel, I tempted to tidy them in Excel but read directly from Excel and tidied up in R instead. Visualising took longer than expected as I created various plots to select the ones to best visualise the data and I had to troubleshoot to get a code to run sometimes.

Next steps

I will use the process that I developed in this project to look at the data of the other experiments done to screen GM canola for aluminium tolerance probably after modifying if necessary. I am keen to learn more and practice regular expression, functions and statistical analysis using R.

My Data School Experience

Data school FOCUS was a great learning experience for me and it was amazing to see how helpful R is for tidying up and visualising data. The way the program has been structured and the support of the great teachers and the helpers made it much more enjoyable learning experience. Applying the new skills that I learned to some of the data that I have collected in a project was also very exciting and I am looking forward to explore this data set more using R. I will definitely use this knowledge and keep coding as a regular practice in my future projects. We already started having conversations within our team on the use of coding as a regular practice and how we could share our knowledge among the team members.

Acknowledgments

A huge thank you to Kerensa McElroy, Stephen Pearce and all the other instructors, for your continuous support and time to teach us, Kristian Goodacre for keeping us together and making sure that we are moving forward and Gordon McLachlan, Emmett Leyne and all the other helpers who dedicated their time. A special thank you to Gilbert Permalloo, my colleague and the personal helper for my project for encouraging me enrolling in this program and his help with the project and Manny Delhaize, my line manager and my team for supporting me to commit time for learning.