inglese: High-Throughput Screening example data - Inglese

ingleseR Documentation

High-Throughput Screening example data - Inglese

Description

A published dataset containing High-Throughput Screening (HTS) output and experimental design information. See References for details.

Usage

data(inglese)

Format

A data frame with 1280 rows and 45 columns:

  • Row. Plate row identifiers for each sample

  • Col. Plate column identifiers for each sample

  • Exp1R1. Screen 1 Replicate 1

  • Exp1R2. Screen 1 Replicate 2

  • Exp1R3. Screen 1 Replicate 3

  • Exp2R1. Screen 2 Replicate 1

  • Exp2R2. Screen 2 Replicate 2

  • Exp2R3. Screen 2 Replicate 3

... and so on until Exp14 totaling to 14 screens in triplicate.

  • Hits. Presence or absence of hits identified for each sample

Value

Dataframe of 1280 rows and 45 columns as explained in Format

Note

For information on how to arrange your dataset, please see (ex_dataMatrix)

References

Titration series samples. Inglese et al. (2006). Quantitative High-Throughput Screening: A Titration-Based Approach That Efficiently Identifies Biological Activities in Large Chemical Libraries. Proc. Natl. Acad. Sci. U. S. A., 103, 11473-11478.

Examples

## load dataset
data(inglese)

## structure of dataset
str(inglese)
## summary of dataset
summary(inglese)

## See SIGHTS vignette for examples of using this dataset and its anlaysis


eg-r/sights documentation built on Jan. 28, 2023, 12:17 a.m.