Investigating the use of portable X-ray fluorescence spectroscopy for rapid quantification of Phosphorus in wheat straw and grains

Gilbert Permalloo

CSIRO Root Architecture & Rhizosphere

Introduction

My name is Gilbert Permalloo. I am a Research Project Officer and I am presently working on roots architecture and rhizosphere of wheat. I worked in sugarcane agronomy for about 24 years and I was doing a little bit of basic programming in Fortran 77 and GWBasic about 30 years ago. Most of my data manipulation and visualisation are done in Excel. I could not write any code in R before I joined Data School and I was spending lots of time working with data in spreadsheets. On the otherhand, I am amazed to witness every day the marvel that R can do with data manipulation and visualisation.

My Project

The aim of this project is to investigate the use of portable X-Ray fluorescense spectrocopy (pXRF) as a rapid method to quantify the amount of phosphorus accumulated in straw and grains (Figure 1 shows pXRF used). About 200 grab samples were taken from one of three trials at 0kg and 30kg of phosphorus per hectare as treatments for this study. The straw and grains were ground (Figure 2), and scanned by the pXRF. Two large datasets were generated by the pXRF; the chemistry dataset is composed of a wide range of chemical elemental composition quantified in ppm, whereas the beamspectra, are spectral values from three X-ray beams. R has been used to clean, tidy up and re-organise the data, as well as for graphical visualisation. Data for phosphorus have been extracted from the large pXRF generated-dataset and merged with a dataframe that contains unique identification numbers (SampleID) that links the data to the sample source (STEM_ID) and other spreadsheets that contain agronomical data for each sample. Table 1 shows the data that have been selected and filtered from other spreadsheets using R scripts.

pXRF instrument used to quantify amount of phosphorus in straw and grains

Figure 1: pXRF instrument used to quantify amount of phosphorus in straw and grains

Ground grains, empty cup and ground grains packed in cup

Figure 2: Ground grains, empty cup and ground grains packed in cup

Preliminary results

Figures 3 and 4 show a relatively higher amount of phosphorus detected in the grains as compared to the straw. A slightly higher correlation between straw and grains for phosphorus assimilated under the 30kg/ha P treatment in comparison to the 0kg/ha P. Figure 2 shows that the level of P detected in the straw does not correlate with the grain yield. However, the amount of phosphorus detected in grains for the two treatments correlate differently to yield. Grains produced under the low treatment tend to show a slight positive correlation to yield as opposed to the 30kg/ha treatment, which has a negative correlation to yield.

Table 1: Amount of phosphorus (ppm) detected in straw and grains for each genotype
STEM_ID GENOTYPE P in straw P level (kg/ha) P in grain yield (kg)
ST50PKT0WD9S CAV4081442 402 0 kg P 2699 1.802632
ST50PKT0WCYG CAV4080777 433 0 kg P 3587 2.854010
ST50PKT0WD1B CAV4081233 659 30 kg P 4627 3.201220
ST50PKT0WCD2 CAV4080976 334 0 kg P 3843 2.881579
ST50PKT0WC08 CAV4081051 430 30 kg P 4440 3.059210
Plots from R

My Digital Toolbox

For this project, I have been using the R version 3.6.1 and the digital tools tidyverse, ggplot2, kableExtra, imager, data.table, readxl, lubridate

Favourite tools

My time went …

Most of my time went into tidying up and cleaning the data. Then I realised how crucial it is to understand the “how” and “what” data to be collected, and the structure and formatting - not to forget how and where they are stored. I wrote codes in R to resolve the issues and bring them together in one clean data set that can be reused by anyone at anytime in the future.

Next steps

I will continue to use R for data manipulation so that I improve my skills and build up my trust in good reusable data. I am looking forward to use R from preparing trial design, data manipulation, visualisation, analysing and to publishing.

My Data School Experience

My Data School experience has been a challenging, exciting and most of all very enriching. One of the challenges was to make a mind-shift to learn and adopt a new platform to manipulate data safely, explicitly and with a higher level of repeatability, that is far away from a risky and bad habit of doing all the data manipulation in spreadsheets. I really enjoyed everything but my favourite one is the vast options available to plot all sorts of graphs to convey the most important information. My team members are very excited to embark on such marvellous journey of R learning through Data School in the future.

A huge THANK YOU to …

Kerensa McElroy, Stephen Pearce, Alex Whan, Neil Francis, Peter Watkins, Aswin Singaram, Natarajan, Emmett Leyne, Anton Wasson and other helpers who have dedicated their time to teach us R, and Nat Lui for ensuring everyone is on board. Also to Jen Taylor, as a driver to make the learning of R possible through FOCUS Data School. Last but not least, special thanks to my “Root” team who have made the time available for me to commit to the learning for 10 weeks.