tread is an R package to extract data from Excel files generated by Tecan Infinite 200 Pro plate readers.
You can install tread from GitHub with:
# install.packages("devtools")
devtools::install_github("gl-eb/tread")
You can also install the development version. While it may contain unreleased features, changes or bugfixes, it is also likely to rapidly evolve, potentially breaking your code. Do not use the development version if you are not willing to deal with this.
devtools::install_github("gl-eb/tread", ref = "develop")
Examples of analysis workflows are documented in vignette("tread")
library(tread)
# parse your own set of measurements
dat <- tparse("path/to/file.xlsx")
# specify sheet of the excel file (default: 1)
dat <- tparse("path/to/file.xlsx", sheet = 3)
# unite multiple segments of a time series of measurements
dat <- tunite("path/to/file.xlsx")
# specify with which sheets to start and how many to include
dat <- tunite("path/to/file.xlsx", segments = 2, start = 1)
Tecan® is a trademark of Tecan Group Ltd., Männedorf, Switzerland. The authors have no affiliation with them other than being users of their products.
The plate reader icon was designed by kehan and is licensed under CC0