Description Usage Arguments Examples
View source: R/integrateCurve.R
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 | integrateCurve(dataframe, min, max)
|
dataframe |
A dataframe containing intensity data of a time series on a long format - gathered under the Cell ID# |
min |
The value in the data to start integrating from |
max |
The final value for the area you wish to integrate |
1 | auc <- integrateCurve(cellNormInt, 50, 250)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.