ropensci/plater

Name: plater

Owner: rOpenSci

Owner: rOpenSci Labs

Description: Tools to make it easy to work with microtiter plate-shaped data

Created: 2015-03-26 21:00:04.0

Updated: 2018-05-02 22:47:37.0

Pushed: 2018-05-02 22:47:35.0

Homepage:

Size: 583

Language: R

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

plater

Travis-CI Build Status CRAN version CRAN downloads DOI

plater makes it easy to work with data from experiments performed in plates. It is aimed at scientists and analysts who deal with microtiter plate-based instruments.

Installation

plater is available through CRAN. Just run:

all.packages("plater") 
Getting your data in

Many scientific instruments (such as plate readers and qPCR machines) produce data in tabular form that mimics a microtiter plate: each cell corresponds to a well as physically laid out on the plate. For experiments like this, it's often easiest to keep records of what was what (control vs. treatment, concentration, sample type, etc.) in a similar plate layout form.

But data in those dimensions aren't ideal for analysis. That's where read_plate() and add_plate() come in.

In other words, these functions seamlessly convert plate-shaped data (easy to think about) into tidy data (easy to analyze).

To make it even easier, if you have multiple plates in an experiment, use read_plates() to read them all in and combine them into a single data frame.

Seeing your data

Sometimes it's useful to map your data back onto a plate (are the weird outliers all from the same corner of the plate?). For that, there's view_plate(), which takes a data frame with one well per row, and lays it out like it's on a plate.

Vignette

For a detailed example of how to use plater, check out the vignette.

Code of conduct

plater is developed under a Contributor Code of Conduct. To contribute to its development, you must agree to abide by its terms.

ropensci footer


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.