Learn R Programming

IGM.MEA (version 0.3.4.1)

NB.matrix.to.feature.dfs: Convert network burst data matrix to a list of data frames.

Description

Convert network burst data matrix to a list of dataframes. Each dataframe has rows representing wells while columns representing different timepoints(DIVs). The dataframe format alllows well level permutaiton based tests to be done much easier.

Usage

NB.matrix.to.feature.dfs(data)

Arguments

data
The data matrix return by calling function calculate.network.bursts.

Value

Returns a list of dataframes, ith each representing a feature matrix, with rows for wells and columns for different timepoints(DIVs).

See Also

calculate.network.bursts