Learn R Programming

drfit (version 0.03-10)

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 only "cytotox" of the UFT Department of Bioorganic Chemistry is supported.

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