getReps: getReps

Description Usage Arguments Examples

Description

Get replicates by factor

Usage

1
getReps(screen, role, variable)

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

role

character string indicating which well type to subset data must be one of: 'positive control', 'negative control', or 'compound'

factor

column name containing factor by which to cast data

Examples

1
2
3
4
5
Load screen
data(mdmx)
compound.replicates <- getReps(mdmx, 'compound', 'Compound_ID')

neutral.replicates <- getReps(mdmx, 'neutral control', '')

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