An environment for working with ephys (PatchClamp) recordings. Currently import for HEKA's PatchMaster DAT and Axon's ABF files is implemented.
You can install the development version of PatchR from GitHub with:
if (!requireNamespace("remotes", quietly = TRUE)){
install.packages("remotes")
}
remotes::install_github("moritzlindner/PatchR")