Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

R package to load Igor Pro waves (ibw) and experiment files (pxp) in R

NotificationsYou must be signed in to change notification settings

jefferis/IgorR

Repository files navigation

DOIRelease VersionCRAN_Status_BadgeR-CMD-check

Introduction

The IgorR package for R provides routines to read binary files generated byIgor Pro.

This includes both the standalone .ibw Igor Binary Wave format (v2 and the latest v5) and the .pxp Packed Experiment Format including both waves and variables. In addition the package provides functions to read files generated by theNeuromatic analysis suite written by Jason Rothman for Igor Pro.

Installation

Standard Install

NB IgorR is off CRAN due to an unfixed bug with windows text on tecent versions of R. Whenever it is back there you can install the release version fromCRAN

install.packages('IgorR')

Github Install

To install the latest development version from github

# install remotes package if requiredif(!require('remotes')) install.packages('remotes')remotes::install_github('jefferis/IgorR')

Development Install

To checkout a version that can be used for development(RStudio is strongly recommended),in your terminal application.

cd /some/suitable/dirgit clone https://github.com/jefferis/IgorR.git

In R

install.packages('devtools')# install hadley's devtoolslibrary(devtools)load_all('/some/suitable/dir/IgorR')test()#hackload_all()# ready for releasecheck()build_win()# test for Windowsrelease()

Details

Details of the ibw file format were derived from theIgor Technical Note 003.

For those interested in the source code,ReadIgorBinary.R provides code for standard pxp and ibw files, whileReadNclamp.R provides routines to read packed experiment files generated by the Nclamp data acquisition package.

About

R package to load Igor Pro waves (ibw) and experiment files (pxp) in R

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp