Description Usage Arguments Examples
Uses the auc function from the MESS package to calculate the area under the curve for all the regions in a specified dataframe. It outputs this information as a wide dataframe.
1 | deltaF_AUC(dataframe, begin, finish)
|
dataframe |
A dataframe containing intensity data of a time series on a long format - gathered under the Cell ID# |
begin |
The value in the data to begin integrating from |
finish |
The final value for the area you wish to integrate |
1 | auc <- integrateCurve(cellNorbegint, 50, 250)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.