Calculate_IV: DEPRECATED

Calculate_IVR Documentation

DEPRECATED

Description

[Deprecated]
This function is deprecated. Please use BuildStimRespPlot instead.
This function averages PRecording objects by Trace, Sweep or Time. If X is a PCollection. then does so for each recording stored in the object.

Usage

Calculate_IV(
  X,
  X_FROM,
  X_TO,
  ReturnPObject = T,
  ITrace = "I-mon",
  VTrace = "V-mon",
  x_D_FROM = NA,
  X_D_TO = NA
)

Arguments

X

a PRecording object

X_FROM, X_TO, x_D_FROM, X_D_TO

Time points to perform averaging for IV prodcution

ReturnPObject

whether to return results as a PRecording with an additional, computed trace. If set to FALSE, will return a base::matrix. Default is TRUE.

ITrace, VTrace

Name of the traces/channels containig Current(I) and and Voltage(V)

Value

a matrix or PRecording with IV base::matrix and ggplot2::ggplot stored in the MetaData and Plot slot, resp.


moritzlindner/PatchMasteR documentation built on April 30, 2024, 1:52 a.m.