Description Usage Arguments Value Examples
View source: R/aggregateData.R
Takes in list of dataframes (one per feature) from an MEA data structure that is produced by IGM.aggregate.features and writes output to Files. Each dataframe corresponds to one feature, containing values for each well across each DIV of recording
1 | write.features.to.files(s, features.list, output.dir, type)
|
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") |
Write one csv per feature for the feature type requested.
1 2 3 4 5 6 | data("S")
s<-list()
s[[1]]<-S
spike.features = IGM.aggregate.features(s, "spike")
# write.features.to.files(s, spike.features, analysis$output.dir, "spikes")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.