powered by
`inflect_points_df` finds inflection points of activity waves, returning a summarized data frame
inflect_points_df(Dataframe, Trial)
a GCalcium-format data frame or matrix
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
# NOT RUN { df.new <- format_data(GCaMP) inflect_points_df(Dataframe = df.new, Trial = 1) # }
Run the code above in your browser using DataLab