Description Usage Arguments Value Examples
Function that splits data to time series for each replicate included.
1 | dataToTimeSeries(X, timepoint, group = NULL, replicate = NULL)
|
X |
a data matrix or data.frame where columns correspond to samples and rows to features. |
timepoint |
a vector of length equal to ncol(X) indicating the time variable corresponding to the sample (data column). |
group |
a vector of length equal to ncol(X) indicating the group membership corresponding to the sample (data column). |
replicate |
a vector of length equal to ncol(X) indicating the replicate variable corresponding to the sample (data column). |
a data.frame with ordered time series for each replicate.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.