Learn R Programming

IGM.MEA (version 0.3.4.1)

write.features.to.files: Write feature data to an output file

Description

Takes in list of dataframes (one per feature) from an MEA data structure that is produced by IGM.aggregate.feature.data and writes output to Files. Each dataframe corresponds to one feature, containing values for each well across each DIV of recording

Usage

write.features.to.files(s, features.list, output.dir, type)

Arguments

s
MEA data structure
features.list
list of dataframes, one for each feature.
output.dir
Output directory)
type
Type of features (e.g. "spikes", "ns", "bursts")

Value

Examples

Run this code
	data("S")
	s<-list()
	s[[1]]<-S
  spike.features = IGM.aggregate.feature.data(s, "spike")

#  write.features.to.files(s, spike.features, analysis$output.dir, "spikes")

Run the code above in your browser using DataLab