Learn R Programming

plater (version 1.0.4)

Read, Tidy, and Display Data from Microtiter Plates

Description

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.

Copy Link

Version

Install

install.packages('plater')

Monthly Downloads

672

Version

1.0.4

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

February 11th, 2022

Functions in plater (1.0.4)

read_plates

Read multiple plater-formatted files and combine result into one data frame.
add_plate

Read a plater-formatted file and combine it with an existing data frame.
plater

Tools to Make it Easy to Work with Microtiter Plate-Shaped Data
read_plate

Read a plater-formatted file and turn it into a tidy data frame.
view_plate

Displays the data in the form of a microtiter plate.
check_plater_format

Check whether a file is in plater format.