Description Usage Arguments Details Examples
Identify potential bioluminescence emission events
1  | biolum_events(x, sensitivity = 1.26, max_light = exp(-20))
 | 
x | 
 a data.frame such as returned by   | 
sensitivity | 
 A threshold to decide if a signal peak is high enought. See details.  | 
max_light | 
 Max light level (W/cm^2) where a event can be detected. Set to NULL to disable.  | 
Sensor sensitivity threshold: The minimum ratio between two measures to be considered significantly different. In laboratory experiments, the sensors measured light intensity +- 2 units while submitted to a constant light intensity. Translating the sensor log-scale units to SI linear scale units this accuracy measure translates into a minimum ratio of 1.26
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.