Package: IgorR 0.9.0
IgorR: Read Binary Files Saved by 'Igor Pro' (Including 'Neuromatic' Data)
Provides function to read data from the 'Igor Pro' data analysis program by 'Wavemetrics'. The data formats supported are 'Igor' packed experiment format ('pxp') and 'Igor' binary wave ('ibw'). See: <https://www.wavemetrics.com/> for details. Also includes functions to load special 'pxp' files produced by the 'Igor Pro' 'Neuromatic' and 'Nclamp' packages for recording and analysing neuronal data. See <https://github.com/SilverLabUCL/NeuroMatic> for details.
Authors:
IgorR_0.9.0.tar.gz
IgorR_0.9.0.zip(r-4.5)IgorR_0.9.0.zip(r-4.4)IgorR_0.9.0.zip(r-4.3)
IgorR_0.9.0.tgz(r-4.4-any)IgorR_0.9.0.tgz(r-4.3-any)
IgorR_0.9.0.tar.gz(r-4.5-noble)IgorR_0.9.0.tar.gz(r-4.4-noble)
IgorR_0.9.0.tgz(r-4.4-emscripten)IgorR_0.9.0.tgz(r-4.3-emscripten)
IgorR.pdf |IgorR.html✨
IgorR/json (API)
NEWS
# Install 'IgorR' in R: |
install.packages('IgorR', repos = c('https://jefferis.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jefferis/igorr/issues
electrophysiologyigorneuromaticpro
Last updated 3 months agofrom:e989d1fbdd. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-win | OK | Oct 28 2024 |
R-4.5-linux | OK | Oct 28 2024 |
R-4.4-win | OK | Oct 28 2024 |
R-4.4-mac | OK | Oct 28 2024 |
R-4.3-win | OK | Oct 28 2024 |
R-4.3-mac | OK | Oct 28 2024 |
Exports:read.ibwread.pxpReadAllNclampLogTablesReadNclampLogTableSummariseSweepFileSweepFilesToDataFrametsp.igorwaveUpdateSweepDataFrameWaveToTimeSeries
Dependencies:bitopscpp11timechange
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Read binary files saved by Igor Pro (including Neuromatic data) | IgorR-package IgorR |
Private functions in IgorR Package | .ReadPackedHeader IgorR-private |
Read binary files in the Igor Binary Wave format (IBW) | read.ibw |
Reads an Igor Pro Packed Experiment (.pxp) file | read.pxp |
Read all Nclamp log tables from a directory into a list | ReadAllNclampLogTables |
Read the log table produced by Nclamp acquisition software for Igor | ReadNclampLogTable |
Extract summary information from an Nclamp/Igor Sweep File | SummariseSweepFile |
Summarise multiple sweep files into a single dataframe | SweepFilesToDataFrame |
Return tsp attribute of Igor wave (start, end, frequency) | tsp.igorwave |
Update the CSV file summarising the sweeps in an Nclamp data folder | UpdateSweepDataFrame |
Convert an Igor wave (wave list) loaded by read.ibw into an R time series | WaveToTimeSeries |