This function is useful for plotting time-courses for individual features.
mergeMeasMeta(y, metadata, features = NULL, sampleColname = "sample")
| y | Matrix-like object of measurements, with rows corresponding to features and columns to samples. |
|---|---|
| metadata | data.frame containing experimental design information for
each sample. Rows of |
| features | Vector of names, row numbers, or logical values for
subsetting the features. |
| sampleColname | String indicating the column in |
A data.table with one row for each sample-feature pair.