mtt_calc | R Documentation |
Calculate and fit MTT model from absorbance data
mtt_calc(x, ...)
## S3 method for class 'data.frame'
mtt_calc(x, ic_pct = 50, ...)
## S3 method for class 'spectramax'
mtt_calc(x, condition_names, drug_conc, ic_pct = 50, ...)
## S3 method for class 'gp'
mtt_calc(x, ic_pct = 50, ...)
x |
A |
... |
Arguments passed to their respective methods |
ic_pct |
numeric. The %IC desired, where 25 would represent the concentration at which growth was reduced by 25% vs baseline |
condition_names |
What to name each 'sector' of the plate |
drug_conc |
a numeric vector containing drug concentrations of the conditions, from left to right |
If supplied with a data.frame
, mtt
will expect columns condition
,
drug
, nm562
, and nm660
.
If supplied with a spectramax
object, everything should be in place.
Using a gp
object (NOT CURRENTLY SUPPORTED) is a good idea if you have a
'non-standard' plate layout (standard being each quarter of the plate is a
condition)
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.