View on GitHub

rosettR

A high-throughput affordable in vitro growth assay for Arabidopsis

Download the latest .zip file for windows Download the latest tar.gz file for Linux

Introduction to rosettR

A major area of interest in plant science is studying the effects that manipulating genes have on the plant phenotype. For example, if a plant lacks a certain gene and then grows much slower in the presence of salt in the growth medium versus a wildtype plant, one may speculate that that gene confers salt tolerance.

As often is the case in biology, such effects on phenotype can be subtle requiring experiments with large numbers of biological replicates to enable accurate conclusions. To support our research, we wanted to perform a several phenotyping experiments for Arabidopsis and needed a solution that was

Since none of the available solutions met our requirements, we decided to implement our own experiment protocol and to bundle the data analysis as an R-package. Since we found the package very useful, we provide it to the public in the hope that it will be valuable to other plant scientists with similar needs.

The supported phenotyping experiment

rosettR can be used to estimate the areas of seedlings that grow in predominantly two dimensions such as the rosettes of Arabidopsis thaliana seedlings. Briefly, plants are grown on solid medium in tissue culture plates and photographed at set intervals. Images are then analyzed using the functions implemented in this package to estimate area and relative growth rate of the seedlings over time. These estimated areas can then used to compare the differences between genotypes and the effect of applied treatments.

Automated image analysis

The image analysis is fully contained in the R-package and requires minimal user interaction. Simply place the image files in the directories created during experiment setup and start the analysis. Plate displacement and rotation is automatically taken care of.

Automated reports

rosettR comes with template knitr reports that directly can be compiled without editing.

The layout report provides a tailored randomized block design

screenshot from the template layout report

The quality control report gives detailed information on the image analysis

a QC visualization is made for each image
growth curves for all seedlings, negative values indicate possible technical problems

The area comparison report shows significant effects of treatments and genotypes

estimated differences
html and spreadsheet tables of estimated differences in area and relative growth rate

Requirements

Availability

Free for anyone to use, share and modify (GPL).

Documentation

For details on experiment protocol, how to install and use the package, see the vignette.

Help

If you have feedback, would like help, found a bug or want to make a contribution, open a ticket or submit a pull request to our github repository.