README.md

microtiterr

Project Status: Active - The project has reached a stable, usable state and is being actively developed. BSD License Travis-CI Build Status CRAN_Status_Badge

Overview

microtiterr provides some tools that make working with microtiter plate data a bit easier. This includes translating rows and columns, making data frames, and more.

List of Functions

Most functions will work with more than one input value. For example:

    well_column(c("A4", "B5", "D7"))

will return 4, 5, 7.

Installation

microtiterr is not quite ready to be available on CRAN, but you can use devtools to install the current development version:

    if(!require("devtools")) install.packages("devtools")
    devtools::install_github("briandconnelly/microtiterr")

Related Tools

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project in any way, you agree to abide by its terms.



briandconnelly/microtiterr documentation built on May 13, 2019, 5:14 a.m.