ss_phi2_calculation: Calculate Phi2 from PS2 traces

View source: R/ss_phi2_calculation.R

ss_phi2_calculationR Documentation

Calculate Phi2 from PS2 traces

Description

Vectorized function. Apply it to a list of traces. TODO: Allow single traces. Until then use ss_phi2_calculation(list(datum))

Usage

ss_phi2_calculation(ps2_data, graph = F, flashstartpoint = 100,
  flashendpoint = 200, spikeomit = 10)

Arguments

ps2_data

The list of traces to calculate data from

graph

Boolean. Will create a graph of the traces with lines drawn for Fm' and Fs. Used to double-check that the data is being automatically calculated correctly

flashstartpoint

The data point at which the saturating flash begins. Default: 100

flashendpoint

The data point at which the saturating flash ends. Default: 200

spikeomit

The script will ignore <<num>> data points after the start of the flash so as not to fit spikes. Default: 10


poales/sharkeySpec documentation built on July 22, 2022, 10:28 a.m.