Learn R Programming

IGM.MEA (version 0.3.4.1)

get.array.info: get.array.info

Description

Retrieves data previously created in spike object related to layout of plate.

Usage

get.array.info(data)

Arguments

data
A spike list object that must have a field named 'array', & a field named 'epos'.

Value

creates a object of class "mealayout" creates a object of class "mealayout"

See Also

axion.guess.well.number axion.elec.name.to.xy plateinfo

Examples

Run this code

data("S") 
wells <- axion.guess.well.number(S$channels)
array <- paste0("Axion ", wells, " well") #make array info
S$array<-array #store in S object
plateinfo <- plateinfo(S$array)
epos <- axion.elec.name.to.xy(S$channels, plateinfo) #create spacing
S$epos<-epos
arrayinfo <- get.array.info(S)

Run the code above in your browser using DataLab