Description Usage Arguments Value Examples
'inflect_points_df' finds inflection points of activity waves, returning a summarized data frame
1 | inflect_points_df(Dataframe, Trial)
|
Dataframe |
a GCalcium-format data frame or matrix |
Trial |
a single trial number |
data frame with variables indicating the time, raw values, curve numbers, and inflection points corresponding to each data point of the input
1 2 | df.new <- format_data(GCaMP)
inflect_points_df(Dataframe = df.new, Trial = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.