blanks | R Documentation |
seahorse
S4 objectsBlank values are essential for accurate calculations of oxygen consumption
(OCR) and extracellular acidification (ECAR) rates. Wells removed from
blanks
are added to the list of experimental outliers.
## S4 method for signature 'Seahorse'
blanks(x)
## S4 replacement method for signature 'Seahorse'
blanks(x, action = c("remove", "reset", "replace", "add", "subtract")) <- value
x |
A | |||||||||||||
action |
Indicates how replacement values modify the existing values:
| |||||||||||||
value |
A data frame with two columns named |
blanks(x)
returns a data frame of wells used as blanks for OCR
and ECAR calculations.
blanks(sheldon)
blanks(sheldon, "replace") <- list(OCR = "A01")
blanks(sheldon)
blanks(sheldon, "reset") <- NA
blanks(sheldon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.