checkexperiment {drfit}R Documentation

Check raw data from a specified experiment or microtiter plate

Description

Report metadata from a specified experiment or microtiter plate from a specified database, box plot controls, and plot the dose-response data.

Usage

  checkplate(id, db = "cytotox")
  checkexperiment(id, db = "ecotox", endpoint = "%")

Arguments

id The id of the experiment or the plate identifying it within the database.
db The database to be used. Currently, the microtiter plate databases "cytotox", "enzymes" of the UFT Department of Bioorganic Chemistry are supported, as well as the database of ecotoxicity experiments "ecotox".
endpoint The endpoint that should be used for selecting the data. Only important if the database "ecotox" is used. Defaults to "%".

Value

The function lists a report and shows two graphs.

Author(s)

Johannes Ranke jranke@uni-bremen.de http://www.uft.uni-bremen.de/chemie/ranke

Examples

# Check plate number 3 in the cytotox database
## Not run: checkplate(3)

[Package drfit version 0.05-92 Index]