inflect_points_df {GCalcium} | R Documentation |
Find inflection points and curve numbers
Description
'inflect_points_df' finds inflection points of activity waves, returning a summarized data frame
Usage
inflect_points_df(Dataframe, Trial)
Arguments
Dataframe |
a GCalcium-format data frame or matrix |
Trial |
a single trial number |
Value
data frame with variables indicating the time, raw values, curve numbers, and inflection points corresponding to each data point of the input
Examples
df.new <- format_data(GCaMP)
inflect_points_df(Dataframe = df.new, Trial = 1)
[Package GCalcium version 1.0.0 Index]