PatchR Patch Clamp data handling in R

Package details, installation notes, and examples.

PatchR Patch Clamp data handling in R

GitHub repository

Description

An environment for working with ephys (PatchClamp) recordings. Currently import for HEKA's PatchMaster DAT and Axon's ABF files is implemented.

Installation

You can install the development version of PatchR from GitHub with:

if (!requireNamespace("remotes", quietly = TRUE)){
  install.packages("remotes")
}
remotes::install_github("moritzlindner/PatchR")

Examples

No cached examples section found for this package.