Learn R Programming

drfit (version 0.03-13)

checkplate: Check raw data from a specified microtiter plate

Description

Report metadata from a specified microtiter plate from a specified database, box plot positive and negative (blind) controls, and show the response data on the plate.

Usage

checkplate(plate,db="cytotox")

Arguments

plate
The number of the plate identifying it within the database.
db
The database to be used. Currently, the databases "cytotox" and "enzymes" of the UFT Department of Bioorganic Chemistry are supported (default is "cytotox").

Value

  • The function lists a report and shows two graphs.

Examples

Run this code
# Check plate number 1 in the cytotox database
data <- checkplate(1)

Run the code above in your browser using DataLab