tox_in_vitro_planner: In vitro Tox Experiment Planner

Description Usage Arguments Value Examples

View source: R/tox_in_vitro_planner.R

Description

Estimator for planning the number of plates and the conditions required, based on what is provided.

Usage

1
tox_in_vitro_planner(cell.type, treatment, time, bio_rep_number)

Arguments

cell.type

Vector of strings containing the cell types.

treatment

vector of strings containing the treatments.

time

Vector of strings containing the treatment times.

bio_rep_number

integer, how many biological replicates?

Value

returns a dataframe.

Examples

1
# tox_in_vitro_planner(cell.type = c("HeLa","Other"),treatment = c("DMSO","compound A","compound B"),time = c("2 hours","4 hours"),bio_rep_number = 3)

avhgenomics/bioKIT documentation built on May 5, 2019, 12:29 a.m.