Package: plater 1.0.5

Sean Hughes

plater: Read, Tidy, and Display Data from Microtiter Plates

Tools for interacting with data from experiments done in microtiter plates. Easily read in plate-shaped data and convert it to tidy format, combine plate-shaped data with tidy data, and view tidy data in plate shape.

Authors:Sean Hughes [aut, cre]

plater_1.0.5.tar.gz
plater_1.0.5.zip(r-4.5)plater_1.0.5.zip(r-4.4)plater_1.0.5.zip(r-4.3)
plater_1.0.5.tgz(r-4.5-any)plater_1.0.5.tgz(r-4.4-any)plater_1.0.5.tgz(r-4.3-any)
plater_1.0.5.tar.gz(r-4.5-noble)plater_1.0.5.tar.gz(r-4.4-noble)
plater_1.0.5.tgz(r-4.4-emscripten)plater_1.0.5.tgz(r-4.3-emscripten)
plater.pdf |plater.html
plater/json (API)
NEWS

# Install 'plater' in R:
install.packages('plater', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/ropensci/plater/issues12 issues

Pkgdown site:https://docs.ropensci.org

On CRAN:plater-1.0.5(2024-10-25)

Conda:

8.02 score 24 stars 2 packages 49 scripts 836 downloads 3 mentions 5 exports 16 dependencies

Last updated 4 months agofrom:c11002c798 (on master). Checks:8 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKFeb 22 2025
R-4.5-winOKFeb 22 2025
R-4.5-macOKFeb 22 2025
R-4.5-linuxOKFeb 22 2025
R-4.4-winOKFeb 22 2025
R-4.4-macOKFeb 22 2025
R-4.3-winOKFeb 22 2025
R-4.3-macOKFeb 22 2025

Exports:add_platecheck_plater_formatread_plateread_platesview_plate

Dependencies:clidplyrfansigenericsgluelifecyclemagrittrpillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr

Getting started with plater

Rendered fromplater-basics.Rmdusingknitr::rmarkdownon Feb 22 2025.

Last update: 2022-02-04
Started: 2016-10-04

Citation

To cite plater in publications, please use:

Sean M. Hughes (2016). plater: Read, Tidy, and Display Data from Microtiter Plates. Journal of Open Source Software, 1(7).<doi:10.21105/joss.00106>

Corresponding BibTeX entry:

  @Article{,
    doi = {10.21105/joss.00106},
    url = {http://dx.doi.org/10.21105/joss.00106},
    year = {2016},
    month = {nov},
    publisher = {The Open Journal},
    volume = {1},
    number = {7},
    author = {Sean M Hughes},
    title = {plater: Read, Tidy, and Display Data from Microtiter
      Plates},
    journal = {The Journal of Open Source Software},
  }

Readme and manuals

plater

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:

install.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.

  • read_plate() takes data in plate layout form and converts it to a data frame, with one well per row, identified by well name.
  • add_plate() does the same thing, but merges the new columns into an existing data frame you provide.

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.

Contributing to plater plater

plater is developed under a Contributor Code of Conduct. To contribute to its development, you must agree to abide by its terms. Pull requests for changes are accepted with gratitude. Please include tests as appropriate with any pull requests.

Requests for new features and reports of bugs or security vulnerabilities can be made here or emailed to the address listed here.

ropensci footer