Description Usage Arguments Value Examples
View source: R/tox_in_vitro_planner.R
Estimator for planning the number of plates and the conditions required, based on what is provided.
1 | tox_in_vitro_planner(cell.type, treatment, time, bio_rep_number)
|
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? |
returns a dataframe.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.