RVMtTest: RVMtTest

Description Usage Arguments Details Examples

Description

This function calcluates the compounds t-statistic from a Random Variance Model t-test

Usage

1
RVMtTest(screen, alternative, c = 0)

Arguments

screen

A data frame or data table containing screening data with columns: Plate_ID, Row, Column, Compound_ID, Well_Type, Run_ID, Compound_Plate, Value. See documentation for further description of column values

Details

References: Malo, N. et al. Experimental design and statistical methods for improved hit detection in high-throughput screening. J. Biomol. Screen. 15, 990–1000 (2010).

Examples

1
2
3
4
Load screen
data(mdmx)
mdmx <- RVMtTest(mdmx)
head(mdmx)

BenjaminChittick/BenCScore documentation built on May 5, 2019, 2:41 p.m.