gl-eb / tecanr

tecanr is an R package to extract data from Excel files generated by Tecan Infinite 200 Pro plate readers

Home Page:http://www.gl-eb.me/tecanr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tecanr tecanr website

R-CMD-check DOI

tecanr is an R package to extract data from Excel files generated by Tecan Infinite 200 Pro plate readers.

Installation

You can install tecanr from GitHub with:

# install.packages("devtools")
devtools::install_github("gl-eb/tecanr")

Development Version

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/tecanr", ref = "develop")

Hot To Use

Examples of analysis workflows are documented in vignette("tecanr")

library(tecanr)
# parse your own set of measurements
dat <- tecan_parse("path/to/file.xlsx")

# specify sheet of the excel file (default: 1)
dat <- tecan_parse("path/to/file.xlsx", sheet = 3)

# unite multiple segments of a time series of measurements
dat <- tecan_unite("path/to/file.xlsx")

# specify with which sheets to start and how many to include
dat <- tecan_unite("path/to/file.xlsx", segments = 2, start = 1)

Acknowledgements

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

About

tecanr is an R package to extract data from Excel files generated by Tecan Infinite 200 Pro plate readers

http://www.gl-eb.me/tecanr/

License:Other


Languages

Language:R 100.0%