definesteps | R Documentation |
Define Plate Steps
define_steps(plate)
## Default S3 method:
define_steps(plate)
## S3 method for class 'normfluodbf_plate'
define_steps(plate)
## S3 method for class ''96well_plate''
define_steps(plate)
## S3 method for class ''384well_plate''
define_steps(plate)
## S3 method for class ''1536well_plate_t1''
define_steps(plate)
## S3 method for class ''1536well_plate_t2''
define_steps(plate)
set_default_steps(plate, ...)
update_steps_list(plate, new_key, new_value, index)
plate |
plate |
... |
custom steps |
new_key |
new_key |
new_value |
new_value |
index |
index |
steps
steps
steps
steps
steps
steps
plate
plate
## Not run: define_steps(plate)
## Not run: plate <- plate %>% update_steps_list('REMOVE_OUTLIER', 'remove_outlier', 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.