Learn R Programming

IgorR (version 0.4)

SummariseSweepFile: Extract summary information from an Nclamp/Igor Sweep File e.g. for import into Physiology database

Description

Extract summary information from an Nclamp/Igor Sweep File e.g. for import into Physiology database

Usage

SummariseSweepFile(f, Verbose = F)

Arguments

f
path to an Nclamp/Igor pxp format sweep file
Verbose
print details while parsing underlying pxp file

Value

  • a list of about 25 fields summarising the sweep file

Examples

Run this code
l=SummariseSweepFile(system.file("igor","WedJul407c2_001.pxp",package="IgorR"))
cat("There are",l$NumWaves,"waves in the file each of total duration",l$StimWaveLength,
	"ms and sample duration",l$StimSampleInterval,"ms \n")

Run the code above in your browser using DataLab