Learn R Programming

IGM.MEA (version 0.3.4.1)

write.plate.summary.for.bursts: Prints bursting features

Description

The function reads the MEA data structure and uses the 'allb' list built using mi.find.bursts. It then prints all bursting features summary per well and per channel in _bursts.csv and _well_bursts.csv

Usage

write.plate.summary.for.bursts(s, outputdir)

Arguments

s
MEA data structure
outputdir
Output directory

Value

Output file _bursts.csv holds all features generated for bursts per well and per channel: Output file _bursts.csv holds all features generated for bursts per well and per channel:

Examples

Run this code
data("S")  
d<-dir.create(paste0(getwd(),"/Analysis") )
s<-list(); s[[1]]<-S
write.plate.summary.for.bursts(s, paste0(getwd() ) )

Run the code above in your browser using DataLab