A R Package for analyzing time series data using LOESS interpolation and hierarchical clustering.
Although the package is designed for time series data, it doesn't necessarily have to be time series, and it also doesn't have to be sampled at regular intervals. For instance, in this case, we have analyzed the effect of age on the expression level of 7,348 proteins in the plasma, using a sample size of 450, as in the figure below.
Effect of Age on Plasma Protein Expression Level
The package hasn't been released on CRAN yet, so it has to be downloaded from Github.
- Install the "devtools" package in R:
install.packages("devtools")
- Load the "devtools" package in R:
library(devtools)
- Install the package from Github (This step shouldn't take long):
install_github("seanyoon777/loessclust")
- Load the package.
library(loessclust)
Clone the repository to your local directory:
git clone https://github.com/seanyoon777/loessclust.git