result.as.dataframe:
Parameters of fitted periodic time courses.
Description
Converts the result list derived by MoPS function fit.periodic() to a data.frame.
Usage
result.as.dataframe(result.list)
Arguments
result.list
List of best fitting parameters returned by fit.periodic().
Value
data.frame containing the best fitting periodic parameters for each time series (rows):columns:
ID : unique identifier
score : log-likelihood for periodic behaviour
phi : phase
lambda : period length
sigma : attenuation of the signal along the complete time series
mean : mean
amplitude : amplitude
Details
This function takes as input the result list from MoPS function fit.periodic() and extracts the time course specific optimal parameters.